var PreventExitPop = false;
function ExitPop() {
	if(PreventExitPop == false)	{
		PreventExitPop=true;
		MainBody.style.display='none';
		ExitDiv.style.display='block';
		window.location.hash="headergraphic"; 
		return "*****************************************************\n\nBEFORE YOU GO!\n\nWe have some SPECIAL OFFERS, GIVE-AWAYS and FREE TRIALS for you to check out.\n\nPlease click on the CANCEL button to stay on the current page.\n\n*****************************************************"
	}
}
