mesg = "FA3 class III to X and half yearly for class XI & XII will start from 24 th Nov. 2010"; isNS = (navigator.appName == "Netscape") isIE = (navigator.appName == "Microsoft Internet Explorer") text = (mesg) if (isNS) { document.write("" + text + "")} else if (isIE) { document.write("" + text + "")}