// This is alert message for Online Job Site when iRecruitement is down 
function alertIRecruitment()
{
	alert("The online job site will be unavailable from 4pm Friday, September 3 until Sunday morning.\n"
	+"We are sorry for the inconvenience. Please call the RTD Job Line at 303-299-2309 to get information about current job postings.");
	return false;
}

/*function alertIRecruitment()
{
	alert("The RTD online job site is currently unavailable. We apologize for the inconvenience.\n"
	+"In the interim, you may obtain information about the current job postings by calling the RTD Job Line, 303-299-2309.\n"
	+"Thank you for your understanding and patience as we strive to restore the online service.");
	return false;
}*/
