/* ######################################################################################## // // i_jscriptStyleSheets.asp // AGRI BEEF CO. // // Copyright (c) 2002. All rights reserved. // // TO IMPLEMENT: // Insert the following line of code between the tags of your HTML. // // Date Author Description // -------- ----------------- ----------------------------------------------------- // 03/20/02 Casey R. McMullen Designed and coded. // // ########################################################################################*/ sBrowserType = navigator.appName; sBrowserVersion = navigator.appVersion; sClientOS = navigator.platform; sInternetExplorer = "Microsoft Internet Explorer"; sNetscape = "Netscape"; if (sBrowserType == sNetscape) { document.write(''); } else { var sStyleSheet sStyleSheet = '' document.write(sStyleSheet); }