mesg = "Regional Level Kho Kho Meet(Boys Under14 and Under 19) will be held at the Vidyalaya from August 11 to 13 2011"; isNS = (navigator.appName == "Netscape") isIE = (navigator.appName == "Microsoft Internet Explorer") text = (mesg) if (isNS) { document.write("" + text + "")} else if (isIE) { document.write("" + text + "")}