// -- uncomment to enable a pop-up message across most of our portal front pages
// the only portals affected will have code referencing portal_popalert.js in the header + a body onload event related to this

/*

function portalPopAlert() {
	alert("HOLIDAY NOTICE:\n" +
		  "Office will be closed for the holidays from December 24th to January 4th,\n" +
		  "however technical support will be available as usual with the exception\n" +
		  "of December 25-26 and January 1-2.");
}

*/
