// this file is used to produce the standard bottom part of the COS pages
// May 2001


// this file is used to produce the maintenance message on multiple pages
// November 2006, Nick Wade
// Two forward slashes in Javascript are used to comment out lines of code.
// You must remove the two forward slashes on the code lines so they will appear.
// You must add the two forward slashes on the code lines so they will NOT appear.

// The following 5 lines are the code.

//var bottom_msg ="<center><br><span id=\"plain\">\n";
//bottom_msg += "<b><font color=\"#FF0000\">Technology Services will be performing upgrades on the network starting Dec 26, 2007 going through Dec 31, 2007. All network functions including email, web access and network shares may be inaccessible during this time.";
//bottom_msg += "</b></font>";
//bottom_msg += "</span></center>";
//document.write(bottom_msg);



