var ShowExitPopup = true;

function ExitPage()

{

if (ShowExitPopup) 

{ 

ShowExitPopup = false;

location.href = "index.php?action=discount";



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 GetPaidMiniSite Package by clicking the cancel button below.\n\nYou will get my entire package for only $3.00 that is HALF OFF the normal price of $6.00.\n\nTo get INSTANT ACCESS to my special "half-off" discount page where you can discount click on the cancel button below.\n\n*************************************************\nTodays Special HALF OFF Discount\n*************************************************\n';

}

}