function JVPlaunchVideoInOverlay(key) { var time = new Date().getTime(); jQuery.colorbox({ href: '/wp-content/themes/positively2/video-elements/video-player.php?video=' + key + '&overlay=1&t=' + time, scrolling: false }); }