/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
function WarningBanner(){
//document.write("<div>");
//document.write("<table style=\"color:red;background-color:white;font-weight: bold; font-family: Palatino, serif; font-size: 18px; margin-bottom:6px;\">");
//    document.write("<tr>");
//        document.write("<td>");
//        document.write("<img src=\"/Warning/lg_triangle_blue_information.gif\">");
//        document.write("</td>");
//        document.write("<td>");
//            document.write("Please excuse the interruption of service during a scheduled power outage on November 7 and 8, 2009. ");
//            document.write("All Force Health Protection & Readiness web sites will be down those 2 days. ");
//            document.write("We are sorry for the inconvenience.");
//        document.write("</td>");
//    document.write("</tr>");
//document.write("</table>");
//document.write("</div>");
}
