var ShowExitPopup = true;



function ExitPage()

{

if (ShowExitPopup) 

{ 

ShowExitPopup = false;

location.href = "http://www.myfreelanceriches.com/special-discount.php";



return '*************************************************\nTodays Special 70% 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 colleagues.\n\nYou can get HALF OFF Freelance Riches by clicking the cancel button below.\n\nYou will get my entire system for only $17.00 that is more than HALF OFF the normal price of $47.\n\nTo get INSTANT ACCESS to my special "friends and colleagues" discount page where you can use the 70% OFF discount code click on the cancel button below.\n\n*************************************************\nTodays Special 70% OFF Discount\n*************************************************\n';

}

} 