function getImage(theurl) {
     $("#banner-exec").css('background-image','url(\'' + theurl + '\')');
     }
