var ShowExitPopup = true;



function ExitPage()

{

if (ShowExitPopup) 

{ 

ShowExitPopup = false;

location.href = "http://www.christmaslightkit.com/save.html";



return '*************************************************\nToday only Special $20 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 $20 OFF by clicking the CANCEL button below.\n\nYou will get the entire system for only $77.00 \n\nTo get instant access to my special  discount page where you can use the $20 OFF discount code you MUST click on the CANCEL button below.\n\n*************************************************\nTodays Special $20 OFF Discount\n*************************************************\n';

}

}





