        browserName = navigator.appName;
        browserVer = parseInt(navigator.appVersion);
//if (browserName == "Netscape" && browserVer >= 3) version = "n3"
        if (browserName == "Netscape" && browserVer >= 3 || browserName == "Microsoft Internet Explorer" && browserVer >=3) version = "n3"
        else version = "n2";

        if (version == "n3") 
{document.write("<FONT SIZE=+1><FONT FACE='COMIC SANS MS'>However, Your Browser DOES Support JavaScript!<BR>So You Have Nothing to Worry About!</FONT></FONT>")}

