mesg = "FA III of CLASSES I to VIII WILL START FROM 23.01.2012 AND ANNUAL PANEL INSPECTION IS FROM 06.02.2012."; isNS = (navigator.appName == "Netscape") isIE = (navigator.appName == "Microsoft Internet Explorer") text = (" "+mesg+"") if (isNS) { document.write("" + text + "")} else if (isIE) { document.write("" + text + "")}