var ShowExitPopup = true;



function ExitPage()

{

if (ShowExitPopup) 

{ 

ShowExitPopup = false;

location.href = "specialoffer.php";



return '****** LIMITED TIME OFFER $9.99 ******\n\nWait... Before You Go:\n\nI want to offer you a special discount.\n\nYou can have Get Your Exback right now for $9.99 by clicking the cancel button below.\n\nYou will get the entire system for only $9.99.\n\nTo get INSTANT ACCESS to this special Limited Time Offer,click on the cancel button below.\n\n****** LIMITED TIME OFFER $9.99 ******\n';

}

} 