// place holder for future site-wide scripts

///////////// exit survey function for portal page only /////////////////////////////////////
function portalPageSurvey(){
	//var allcookies = document.cookie;
	//var cookieExists = allcookies.indexOf("portal=done");		
	//if(cookieExists==-1){
		//var surveyUrl = "http://www.zoomerang.com/survey.zgi?YDNVKBVWK6LXW9FHLL04KFDP";
		//var nextyear = new Date();
		//nextyear.setFullYear(nextyear.getFullYear() + 1);
		//document.cookie = "portal=done; expires=" + nextyear.toGMTString();
		//window.open(surveyUrl,'portalSurveyWin','width=700,height=500,resizable=yes,scrollbars=yes');
	//}else{
	///////else they have already seen this so do not show it again.
	///////alert(cookieExists);
	//}
return true;
}
//////////////////////////////////////////////////////////////////////////////////////////////