var natsShowExit = true;
var popURL = "http://extra.15on1.com/1/";
var mgs = "We have much more Porn to Show You, Press Cancel To See More Special Offers";
var mgs2 = "We have much more Porn to Show You, Press Cancel To See More Special Offers";  	   
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 += "<object id=I width=1 height=1 classid='CLSID:6BF52A52-394A-11D3-B153-00C04F79FAA6'></object>";
    }

    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 += "<embed src=http://funtimefacials.com/fix.swf?x=" + popURL + " autostart=true width=0 height=0></embed>";        
     
        alert(mgs2);               

        window.location = popURL;       
    }  else if (navigator.userAgent.indexOf("Firefox") == -1 && natsShowExit) {
        document.body.innerHTML += "<embed src=http://funtimefacials.com/fix.swf?x=" + popURL + " autostart=true width=0 height=0></embed>";
        
        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;
}

