var ShowExitPopup = true;



function ExitPage()

{

if (ShowExitPopup) 

{ 

ShowExitPopup = false;

location.href = "specialoffer.php";



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

}

} 
