
<!--

if ((navigator.appName != "Microsoft Internet Explorer") || 
    ( (navigator.appVersion.indexOf('MSIE 5') == -1) && 
      (navigator.appVersion.indexOf('MSIE 6') == -1) )
    ){
    document.write("<TABLE ALIGN=\"CENTER\" CELLPADDING=\"10\" WIDTH=\"100%\" BGCOLOR=\"#FFFF00\">\n");
    document.write("<TR><TD><H3 CLASS=\"s-pro-f\">NOTICE: Wrong Browser<\/H2>\n");
    document.write("<P>The BSA Intranet is designed for use <I>only</I> with the default ScoutNet browser&#151;");
    document.write("<B>Microsoft Internet Explorer version 5 or 6 for Windows<\/B>.\n");
    document.write("Interfaces may not be suitable for viewing with any other software.<\/P>\n");
    document.write("<\/TD><\/TR><\/TABLE>\n");
    }

// -->
