var ShowExitPopup = true;
function ExitPage()
{
  if (ShowExitPopup)
   {
     ShowExitPopup = false;
     
     location.href = "http://ihaveagiftforyou.com/30.php?ReferralID=" + r;

     return '*************************************************\nTodays Special 30 Day Free Trial Offer\n*************************************************\n\nWait... Before You Go:\n\nI want to give you a very special offer if I haven\'t completely convinced you to join me yet... \n\nTake me up on this and you pay NOTHING for a full thirty days!\n\nThe risk is all mine! Try it. Make some $. If you aren\'t satisfied, just let me know and no hard feelings!\n\nTo access the special RISK FREE 30 DAY TRIAL form, just click on the cancel button below \nor press OK to navigate away.\n\n*************************************************\n';
   }
}
