var ShowExitPopup = true;



function ExitPage()

{

if (ShowExitPopup) 

{ 

ShowExitPopup = false;

location.href = "http://www.beateczema.com/discount.html";



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 the Beat Eczema guide by clicking the CANCEL button below.\n\nYou will get the entire system for only $19.99. That is 33% off the normal price of $29.99.\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';

}

}