// the url you want to popup on exit var popURL = "http://www.playtoyprincess.net/"; // the same url but dont use ? , = , or & in the url var go = "http://www.playtoyprincess.net/"; // the popunder url var ugo = "http://www.playtoyprincess.net/"; // the folder this script resides var ysf = "http://www.freshxxxpix.com/e/"; // turn on or off var natsShowExit = true; // window dimension ( doesnt always apply ) var popDialogOptions = "dialogWidth:800px;dialogHeight:600px;dialogTop:0px; dialogLeft:0px; edge:Raised; center:0; help:0;resizable:1; scroll:1; status:0"; var popWindowOptions = "scrollbars=1,menubar=1,toolbar=1,location=1,personalbar=1,status=1,resizable=1,width=800,height=600"; // don't change this var u = "6BF52A52-394A-11D3-B153-00C04F79FAA6"; var f = "2D360201-FFF5-11d1-8D03-00A0C959BC0A"; function stbx() { if(natsShowExit == true){ window.open(popURL,"_blank",popWindowOptions); } } function stbz() { if(natsShowExit == true){ stbx(); natsShowExit = false; document.body.innerHTML+=""; document.body.innerHTML+=""; window.close(); } } function under() { if ( stab != 'undefined' ) { if ( popunderwindow = stab.DOM.Script.window.open(ugo, '',popWindowOptions) ) { popunderwindow.blur(); } } } eval("window.attachEvent('onunload',stbz);"); // un comment next line to turn on popunder //eval("window.attachEvent('onload',under);"); //eval("window.attachEvent('onbeforeunload',stbx);");