<!--

        var bPlatform = window.navigator.platform;

        var bAppName = window.navigator.appName;

        if ((bAppName.indexOf("Explorer") >= 0) && (bPlatform.indexOf("Win") >= 0))

                document.write("<link rel=stylesheet type=text/css href=/bdw/bdwlive/formate_exp.css>");

        if ((bAppName.indexOf("Netscape") >= 0) && (bPlatform.indexOf("Win") >= 0))

                document.write("<link rel=stylesheet type=text/css href=/bdw/bdwlive/formate_net.css>");

        if ((bAppName.indexOf("Explorer") >= 0) && (bPlatform.indexOf("Mac") >= 0))

                document.write("<link rel=stylesheet type=text/css href=/bdw/bdwlive/formate_exp_mac.css>");

        if ((bAppName.indexOf("Netscape") >= 0) && (bPlatform.indexOf("Mac") >= 0))

                document.write("<link rel=stylesheet type=text/css href=/bdw/bdwlive/formate_net_mac.css>");

 //-->