var ShowExitPopup = true;



function ExitPage(discountUrl,discount,siteurl,percentage)

{

if (ShowExitPopup) 

{ 

ShowExitPopup = false;

location.href = discountUrl;



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

}

}   