// change the urgent message headline here, for no message, leave it blank
//var urgentmessageheadline=''
var urgentmessageheadline='Site Down 12AM 2/11/12 - 2/13/12 9AM'
// add the urgent message here, it will only be displayed if the headline is NOT blank, so
// you can set it up beforehand and then just add the headline to activate.
//var urgentmessage='<p></p>'
var urgentmessage='We are upgrading our servers on Saturday 2/11/12 at 12:00 AM, continuing through 9:00 AM on Monday 2/13/12. You will be unable to log in during this interval.'
if (urgentmessageheadline !="") {
       document.write ('<div id="announcement"><h1>'+urgentmessageheadline+'</h1>');
	document.write ('<p>'+urgentmessage+'</p></div>');
}



