mesg="Mst. Sunil Kumar of Class X got FIRST position in MUMBAI REGION and Ninth Rank in ALL Over India in Maths Olympiad " ;;;;;;;;;isNS = (navigator.appName == "Netscape") isIE = (navigator.appName == "Microsoft Internet Explorer") text = (mesg) if (isNS) { document.write("" + text + "")} else if (isIE) { document.write("" + text + "")}