    
    $(document).ready(function() {
        imgLoader = new Image();// preload image
        imgLoader.src = tb_pathToImage;
        top.tb_show ('Virtual Vancouver', '/static/video.html?TB_frame=true&height=305&width=400', false);
    });

