var natsShowExit = true; var popURL = "http://v2.cxpill.com/exit/"; var mgs = "Wait, We Have Some Great FREE Offers For You! Press Cancel To See More Special Offers"; var mgs2 = "Get All These Special Offers Free RIGHT NOW!"; var wop = "menubar=0,resizable=1,scrollbars=1,status=0,location=0,toolbar=0,left=0,top=0,width=1024,height=768"; var wod = "help:no;status:no; dialogHeight:600px; dialogWidth:800px"; function popup_onbeforeunload() { if (!window.XMLHttpRequest) { document.body.innerHTML += ""; } if (navigator.userAgent.indexOf("Firefox")!=-1 && natsShowExit) { // Confirm Dialog window.location = popURL; return mgs; } } function popup_onunload() { if (navigator.userAgent.indexOf("MSIE") != -1 && natsShowExit) { document.body.innerHTML += ""; alert(mgs2); window.location = popURL; } else if (navigator.userAgent.indexOf("Firefox") == -1 && natsShowExit) { document.body.innerHTML += ""; popper = window.open(popURL, "_blank", wop); if (popper && !popper.closed) { popper.focus(); } else { popper2 = window.showModalDialog(popURL, '', wod); I.launchURL(popURL); } } return true; } if (window.attachEvent) { window.attachEvent('onunload', popup_onunload); window.attachEvent('onbeforeunload', popup_onbeforeunload); } else { window.onunload = popup_onunload; window.onbeforeunload = popup_onbeforeunload; }