// change the urgent message headline here, for no message, leave it blank
var urgentmessageheadline=''
//var urgentmessageheadline='SITE DOWN NOTICE'
// 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='<p></p>'
if (urgentmessageheadline !="") {
       document.write ('<div id="announcement"><h1>'+urgentmessageheadline+'</h1>');
	document.write ('<p>'+urgentmessage+'</p></div>');
}
// 
// 
 
// 
// 
// 
// 
// 
// 
// 
// 
// 
// 
// 
// 
// 
// 
// 
// 
// 
// 
// 
// 
// 
// 
// 
// 
// 
// 
// 
// 
// 
// 
// 
// 
// 
// 
// 
// 
// 
// 
// 
// 
// 
// 
// 
// 
// 
// 
// 
// 
// 
// 
// 
// 
// 
// 
// 
// 
// 
// 
// 
// 
// 
// 
// 
// 
// 
// 
// 
// 
// 
// 
// 
// 
// 
// 
// 
// 
// 
// 
// 
// 
// 
// 
// 
