// survey code requested by VP of Online to poll visitors who are referred from a specific list of domains
// targeted referrer domains as well as staging will present the popup on unload of the entry page
// unload function must be placed in every layout, run of site, except for the login screen

function presentPopUp(){
	// hiding the Survey Monkey code	
	//if(location.href.indexOf("/mw/index.jsp") > -1)
	//	window.open('http://www.surveymonkey.com/s.aspx?sm=39saT_2f9IzkH_2bc0CNuSWCCw_3d_3d','_NewWindow_','toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=0,width=500,height=500');
		
	}
