/* Comment out or uncomment the message using this



//the actual message excluding 'We apologize for .......' to display; only modify this to update message.
// Sample message:  "A network outage is scheduled for Saturday, June 21st from 7:00 a.m. - 8:00 p.m. to accomodate work on the air conditioning units serving HRSA's Data Center. All network equipment in the Center must be powered off while work is being performed which means that access to HRSA websites and network applications hosted in the HRSA Data Center will not be available during this time. We anticipate network services will be restored by 8:00 p.m. on Saturday. If you have any questions regarding this outage, please contact the HRSA Helpdesk on 301-496-4357."



var theMsg = "The HRSA Geospatial Data Warehouse is under going emergency maintenance from 4:30 PM until 6:30 PM October 19, 2009.  We apologize for any inconvenience.";





//don't change anything below this  *********************************************************************
document.write ('<p style="font-weight:bold; text-align:center; color: #ff0033">');
document.write ('* * * * * * * * SERVICE OUTAGE ALERT * * * * * * * *');
document.write ('</p>');


document.write ('<p style="text-align:left; color: #ff0033">');
document.write (theMsg);
document.write ('<br /><br />');
document.write ('We apologize for the inconvenience and appreciate your patience.');
document.write ('</p><br />');

//**************************************************************************************************
*/