
//  temporary disable popup - set to TRUE when ready
var ShowExitPopup = true;

function resetCloseEvent(){
	//window.alert("reset");
	ShowExitPopup = true;
	//window.alert("active again");
}

function exitSafe(){
//window.alert("exit safe");
    ShowExitPopup = false;
//window.alert("timer start");
    int = 1;
    setTimeout("resetCloseEvent()", int*10);
}

function ExitPage()
{
	if (ShowExitPopup) 
	{ 
	    ShowExitPopup = false;
	    alert("WAIT! Don\'t Leave Yet!! This material is completly FREE and it is filled with information that you can start using instantly. You wont be dissapointed and if you are Unsubscribe. The material alone will change your relationship with your dog forever I PROMISE!");
	    location.href="http://www.antileon-ent.com/dog/";
        return "\nDon\'t miss out on this great offer it is only here for a limited time!!!!!! Just press Cancel to remain on this page and Signup\n\n";
    }
} 
