var flyin=1; function NoFlyIn(){flyin=0} function FlyInAd() { if(flyin&&document.all) window.showModalDialog('http://SwishAds.com/get.ad.php?id=9083',window,'dialogHeight: 200px; dialogWidth: 400px; dialogTop: 150px; dialogLeft: 150px; edge: Raised; center: Yes; help: No; resizable: No; status: No;'); } onunload=FlyInAd;