// JavaScript Document
var ShowExitPopup = true;
function ExitPage(){
	if (ShowExitPopup){ 
	ShowExitPopup = false;
	location.href = "index27.php";
	return '*************************************************\nTodays Special $20 Discount\n*************************************************\n\nWait... Before You Go:\n\nI want to offer you a special discount I normally only offer to my friends and family.\n\nYou can get $20 off by clicking the cancel button below.\n\nYou will get my entire system for only $27.00 that is almost HALF OFF the normal price of $47.00.\n\nTo get INSTANT ACCESS to my special "friends and family" discount page click on the cancel button below.\n\n*************************************************\nTodays Special $20 Discount\n*************************************************\n';

}

} 

