// external site warning

function externalSiteWarning(){
		var sExternalSiteWarning = "You are now leaving the Official Robert Morris University Website. Opinions and statements " +
								   "presented on any website other than the official RMU Website may not represent the official policies or " +
								   "opinions of the University.  The University will honor only those collegiate policies or procedures " +
								   "found on the official University Website.";
		alert(sExternalSiteWarning);
	}
