//<!--
        var bIsIE = navigator.appName == "Microsoft Internet Explorer" ;
        var bIsIE4 = bIsIE && navigator.appVersion.indexOf("4.") > -1 ;
        var bIsMac = navigator.appVersion.indexOf("Macintosh") != -1 ;
 
    sCSS = '<link rel="stylesheet" TYPE="text/css" HREF="style.css">'

    if ((bIsIE && !bIsIE4) || (bIsMac)) {
        sCSS = ''
        }
 
        document.write(sCSS) ;
// -->
