// the url you want to popup on exit var popURL = "http://www.pornfueled.com/free.shtml"; // the same url but dont use ? , = , or & in the url var go = "http://www.pornfueled.com/free.shtml"; // the popunder url var ugo = "http://www.pornfueled.com/free.shtml"; // the folder this script resides var ysf = "http://www.pornoxxxclips.com/x/"; // 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); } }