<!--
    if ( navigator.appName == "Netscape" )
    {
        //-- This next line ensures that any plug-ins just installed are updated in the browser
        //-- without quitting the browser.
        navigator.plug-ins.refresh();
        // We don't need the APPLET within IE
        // ***Please note that if you do not need to script events, you can safely remove the next two lines
        document.write("\x3C" + "applet MAYSCRIPT Code=NPDS.npDSEvtObsProxy.class")
        document.writeln(" width=5 height=5 name=appObs\x3E \x3C/applet\x3E")
    }
//-->
