function trigger_pop() { jQuery('#iframe').trigger('click'); } jQuery(document).ready(function(){ //jQuery("a[rel^='prettyPopin']:eq(0)").prettyPopin({width: 550,followScroll:false}); //jQuery("a[rel^='prettyPopin']:eq(1)").prettyPopin({width:300}); jQuery("a[rel^='prettyPopin']:eq(0)").prettyPopin({ modal: true, opacity: 0.7, followScroll: true, closebutton: true, doAjax: false //callback : function(){ // alert('This popin has a callback'); //} }); p = setTimeout('trigger_pop()',1000); });