mesg="Our Vidyalaya has got FIRST prize in CUB & BULBUL utsav held at KV Bathinda No. 1" ;;;isNS = (navigator.appName == "Netscape") isIE = (navigator.appName == "Microsoft Internet Explorer") text = (mesg) if (isNS) { document.write("" + text + "")} else if (isIE) { document.write("" + text + "")}