// Include Netscape sheet if necessary -- will overwrite ie one. -all and -ie included anyway
//document.write('');
// Platform-specific stuff
var blnIsNS = (navigator.appName == "Netscape" && parseInt(navigator.appVersion) >=4);
if (blnIsNS) {
document.write('');
//} else {
// document.write('');
}