var SEP = true;

function ExitPage()

{
	if (SEP)
	{
		SEP = false;
		location.href = "finaloffer.html";
		return '*************************************************\nTodays Special Exclusive Offer\n*************************************************\n\nFor an EXLUSIVE Special Offer.\n\nClick on "Stay On This Page/Cancel" button below.\n';
	}
} 
