var exit = true;
function ExitPop() 
{
	if(exit == true)
	{
		exit=false;
		window.alert('Hey, Wait!\n\nI\'d like to give you a practically FREE gift valued at $197.\n\nSimply click (CANCEL) on the next window to receive this.');
		document.getElementById('MainBody').style.display='none';
		document.getElementById('ExitDive').style.display='block'; 
		scroll(0, 0);
		return '>>>>>>>>>  Before You Go! <<<<<<<<<\n\nTo receive your practically free $197 value gift...\nJust click on the (CANCEL) button below!';
	}
}
function dismissExit(){
	exit = false;
}
window.onbeforeunload=ExitPop;
function HideMe(){
	document.getElementById('ExitDive').style.display='none';
	window.location = ("http://www.income-accelerator.com/CBExitJustin.php"); 
}

