var ShowExitPopup = true;



function ExitPage()

{

if (ShowExitPopup) 

{ 

ShowExitPopup = false;

location.href = "http://www.swapclix.com/friends.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 the SwapClix System by clicking the cancel button below.\n\nYou will get my entire system for only $47 that is $20.00 OFF the normal price of $67.\n\nTo get INSTANT ACCESS to my special "friends and family" discount page where you can get the disount click on the cancel button below.\n\n*************************************************\nTodays Special Discount\n*************************************************\n\nREMEMBER CLICK THE CANCEL BUTTON TO GET YOUR DISCOUNT!\n';

}

} 