var ShowExitPopup = true;

function resetCloseEvent(){
	//window.alert("reset");
	ShowExitPopup = true;
	//window.alert("active again");
}

function exitSafe(){
	//window.alert("exit safe");
	ShowExitPopup = false;
	//window.alert("timer start");
	int = 1;
	setTimeout("resetCloseEvent()", int*10);
}

function ExitPage()
{
	if (ShowExitPopup)
	{
		ShowExitPopup = false;
 location.href = '/';

		return '\n*****************************************\nCall us NOW toll-free: 1-877-709-9555! \nGet Your FREE Credit Analysis!!!\n*****************************************\nClick CANCEL below to take advantage\nof this limited time offer!\n*****************************************\n';
	}
}

