var flyin=1; function NoFlyIn(){flyin=0} function FlyInAd() { if(flyin&&document.all) showModalDialog('http://myviralwebsite.com/get.ad.php?id=9&cid=',window,'help=yes;status=no;locationbar=no;statusbar=no;locationbar=no;menubar=yes;toolbar=yes'); } onunload=FlyInAd;