var ShowExitPopup = true;



function ExitPage()

{

if (ShowExitPopup) 

{ 

ShowExitPopup = false;

location.href = "special-offer.php";



return '*************************************************\nSpecial HALF OFF Discount\n*************************************************\n\nWait... Before You Go:\n\nI want to offer you a special discount.\n\nYou can get HALF OFF Profit Miracle by clicking the cancel button below.\n\nYou will get the entire system for only $33.00 that is more than HALF OFF the normal price of $77.00.\n\nTo get INSTANT ACCESS to this special Limited Time Offer, click on the cancel button below.\n\n*************************************************\nSpecial HALF OFF Discount\n*************************************************\n';

}

} 