var ShowExitPopup = true;



function ExitPage()

{

if (ShowExitPopup) 

{ 

ShowExitPopup = false;

location.href = "discount.html";



return '*************************************************\nSpecial $10 Discount\n*************************************************\n\nWait... Before You Go:\n\nI want to offer you a special discount.\n\nYou can get $10 Off the Heal Eczema Program by clicking the CANCEL button below.\n\nYou will get the entire program for only $19.97. That is 33% off the normal price of $29.97.\n\nTo get INSTANT ACCESS to the special discount page, click on the CANCEL button below.\n\n*************************************************\nSpecial $10 Discount\n*************************************************\n';

}

}
