
if (isTimedOut == true) {
	if (location.href.indexOf('employer') != -1) {
	 		alert("We're sorry, but your login is no longer valid.  Please login again using the form provided");
	 	}
	 	else {
	 		alert("We're sorry, but your session timed out due to inactivity.  You have been returned to the start of the transit pass process");
	 }
}