var ShowExitPopup = true;



function ExitPage()

{

if (ShowExitPopup) 

{ 

ShowExitPopup = false;

location.href = "http://YourDebtReducer.com/index2.php";



return '*************************************************\nTodays Special 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 my special offer by clicking the cancel button below.\n\nYou will get my entire system for only $49.99 that is more than HALF OFF the normal price of $237.99.\n\nTo get INSTANT ACCESS to my special "friends and family" discount page where you can get your discount code click on the cancel button below.\n\n*************************************************\nCLICK CANCEL NOW TO ACCESS THE DISCOUNT!\n*************************************************\n';

}

} 