var inurl= "http://console.crazyfuckingporn.com/console1/indexamateur.html";
var outurl = "http://www.downloadfreenow.com/flt/sicxit.html?a=150989&i=1221&c=amateur&pt=http%3A%2F%2Fconsole.crazyfuckingporn.com%2Fconsole1%2Findexamateur.html";
var timedurl= "http://console.crazyfuckingporn.com/dialer/straight.html";
var usedtimed = true; //change to true if you want to enable the timed popup.
//<!-- okay, this code here is the first pop under that loads when the user comes to the page -->

// KNOWN BUG: On AOL4, returns false if IE3 is embedded browser
// or if this is the first browser window opened. Thus the
// variables is_aol, is_aol3, and is_aol4 aren't 100% reliable.

// convert all characters to lowercase to simplify testing
var agt=navigator.userAgent.toLowerCase();
var is_aol = (agt.indexOf("aol") != -1);
var is_aol3 = (is_aol && is_ie3);
var is_aol4 = (is_aol && is_ie4);
var is_aol5 = (agt.indexOf("aol 5") != -1);
var is_aol6 = (agt.indexOf("aol 6") != -1);
var is_aol7 = ((agt.indexOf("aol 7")!=-1) || (agt.indexOf("aol7")!=-1));
var is_aol8 = ((agt.indexOf("aol 8")!=-1) || (agt.indexOf("aol8")!=-1));


var exit=true;
var didblurwork=false;

function inpop() {
    if (popup4 == "2") { inurl=popup2; }
    if ((freeOut==0) && (!is_aol || !is_aol3 || !is_aol4 || !is_aol5 || !is_aol6 || !is_aol7 || !is_aol8)) {

        if (exit) {
            eval ("var bluropen = window.open('"+inurl+"','baddypowdahpop','toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=1,width=800,height=700,top=0,left=0')");
            if (bluropen) {
                didblurwork=true;
            }
            window.blur();
            window.focus();
        }
    }
}


//<!--  this is the decompiled code that does the pop up on exit //-->
function outpop() {    
    var exit=true;
    var wdth =screen.availwidth;
    var hght =screen.availheight;
    if (popup4 == "2") { outurl=popup2; }
    if ((!didblurwork) && (freeOut == 0)) {
        //eval("var widisopen = window.open('"+outurl+"','superpowdahpop','toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=1,width=800,height=600')");
        //if (!widisopen) {
        if (exit) {
            modelesswin(outurl,wdth,hght);
            //showurl="(\""+outurl+"\",\"\",\"dialogHeight: "+h+"; dialogWidth: "+w+"; dialogTop: 0px; dialogLeft: 0px; edge: Raised; center: Yes; help: Yes; resizable: No; status: No;\")";
            //eval(showmod+showurl);
            exit=false;
        }
        //}
    }
}

//<!-- this code is part of the new exit console code for AOL. //-->
function modelesswin(url,mwidth,mheight){
if (document.all&&window.print) //if ie5
eval('window.showModalDialog(url,"","help:0;resizable:1;dialogWidth:'+mwidth+'px;dialogHeight:'+mheight+'px")')
else
eval('window.open(url,"","width='+mwidth+'px,height='+mheight+'px,resizable=1,scrollbars=1")')
}

//<!-- this code is part of the timed poup //-->
function doPopUp1(){
    doPopUp1Window = window.open(timedurl,'woopop','toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0,width=150,height=150');
}

//<!-- this is the code that actually does the timing - he 15000  shown in this sample is how long to wait before launching the popup.  The figure is in milliseconds (1000 =  1 second), so, for example, the sample above is set to wait 15 seconds before launching the popup. //-->

if (usedtimed) {
    if (freeOut==0) {
        setTimeout("doPopUp1()", 40000);
    }
}

//if (!is_aol || !is_aol3 || !is_aol4 || !is_aol5 || !is_aol6 || !is_aol7 || !is_aol8) {
inpop();
//}

//<!-- focus people ... FOCUS!!!!!  //-->
self.focus();


