//<!-- HIDE
	var exitSite=true;
	var popUpWidth;
	var popUpHeight;
	popUpWidth = (window.screen.width/2)-(250);
	popUpHeight = (window.screen.height/2)-(140);
	function launchMSOExitPopUp() {
		if (exitSite)
window.open("Exitpopup.asp","exitpopup","width=555,height=350,left="+popUpWidth+",top="+popUpHeight+",screenX="+popUpWidth+",screenY="+popUpHeight+"statusbar=no,toolbar=0,scrolling=no,navbar=no");
	}
	//-->