var ShowExitPopup = true;
function ShowExitOffer1(){
if (ShowExitPopup){
	ShowExitPopup = false;
	location.href = varCurrentUrl + "/discount.php";
	return '*************************************************\nTodays Special $10 OFF 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 $10 OFF Vision Without Glasses by clicking the CANCEL button below.\n\nYou will get the entire system for only $27. That is 33% off the normal price of $37.\n\nTo get instant access to my special "friends and family" discount page where you can use the $10 OFF discount code click you MUST on the CANCEL button below.\n\n*************************************************\nTodays Special $10 OFF Discount\n*************************************************\n';
	}
}

function ShowExitOffer2(){
if (ShowExitPopup){
	ShowExitPopup = false;
	location.href = varCurrentUrl + "/order-last-discount.php";
	return '************************************************************\nSTOP\n\n\nLast Chance Offer!!!!\n\nGet Instant Access To The Best Selling Vision Without Glasses For A One Time Fee Of Only $19\n\nClick Cancel Below To Get Instant Access For Just $19\n\n\n************************************************************';
	}
}
