document.write(''); $(document).ready(function() { $("#popup").fancybox({ 'width' : 644, 'height' : 484, 'type' : 'iframe', 'margin' : 0 }); setTimeout("launchpopup()",1500); }); function launchpopup(){ $('#popup').trigger('click'); }