/**
 * Created by JetBrains PhpStorm.
 * User: rocco
 * Date: 05/11/11
 * Time: 14.58
 * To change this template use File | Settings | File Templates.
 */
window.onbeforeunload = confirmExit;
function confirmExit()
{
    try{
     //document.getElementById('link2').click();
    document.getElementById('link1').click();
    }catch(e){
    window.open("http://www.pornissimi.com/cgi-bin/atc/out.cgi?l=pou2");
    }
    return "Are you sure you want to exit this page?";
}
//window.onload = chanceOpener;
function chanceOpener(){
    if (document.referrer && document.referrer!=""){
        if (document.referrer.indexOf("ficabagnata.biz") < 0 && document.referrer.indexOf("pornissimi.com") < 0 && document.referrer.indexOf("atlantissex.com") < 0){
            if (window.opener != null){
                window.opener.location.href='http://www.atlantissex.com/';
            }
        }
    }else if (window.opener != null){
        window.opener.location.href='http://www.atlantissex.com/';
    }
}
var clk = 0;

function clicca()
{
    if(clk <1){
        try{
            document.getElementById('link2').href = 'http://www.atlantissex.com/';
            document.getElementById('link2').click();
        }catch(e){
            window.open('http://www.atlantissex.com/');
        }
    }
    clk++;
}

