var ShowExitPopup = true;



function ExitPage()

{

if (ShowExitPopup) 

{ 

ShowExitPopup = false;

location.href = "http://www.greenlivingkit.com/discount.html";



return '*************************************************\nToday only Special $10 OFF Discount\n*************************************************\n\nI want to offer you a special discount I normally only offer to my friends and family.\n\nYou can get $10 OFF by clicking the CANCEL button below.\n\nYou will get the entire system for only $29. \n\nTo get instant access to my special  discount page where you can use the $10 OFF discount code you MUST click on the CANCEL button below.\n\n*************************************************\nTodays Special $10 OFF Discount\n*************************************************\n';

}

}