var ShowExitPopup = true;



function ExitPage()

{

if (ShowExitPopup) 

{ 

ShowExitPopup = false;

location.href = "http://www.rebate-processor.com/join/friendsandfamily.html";



return '*************************************************\nTodays Special HALF 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 HALF OFF Rebate Processor Training by clicking the cancel button below.\n\nYou will get my entire system for only $19.97 (more than HALF OFF the normal price of $39.95)\n\nTo get INSTANT ACCESS to my special "friends and family" discount page where you can get the whole system for HALF OFF, click on the cancel button below.\n\n*************************************************\nTodays Special HALF OFF Discount\n*************************************************\n';

}

} 