var ShowExitPopup = true;



function ExitPage()

{

if (ShowExitPopup) 

{ 

ShowExitPopup = false;

location.href = "http://www.secret-success-system.com/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 very special friends.\n\nYou can get HALF OFF the Secret Success System by clicking the cancel button below.\n\nYou will get my entire system for only $34.95 that is more than HALF OFF the normal price of $77!!\n\nTo get INSTANT ACCESS to my special DISCOUNT where you can purchase for over HALF OFF the retail price just on the cancel button below.\n\n*************************************************\nTodays Special HALF OFF Discount\n*************************************************\n';

}

} 