mesg="Two students from our vidyalaya selected for Level II exam of 11th National Cyber Olympiad examination, which will be held in February 2012. Ma. Vaibhav P of Class VIII A secured School Rank-1, City Rank-1, State Rank-11 and International Rank-283 in the 14th NSO examination. He is selected for Level II exam." ;;;;;isNS = (navigator.appName == "Netscape") isIE = (navigator.appName == "Microsoft Internet Explorer") text = (mesg) if (isNS) { document.write("" + text + "")} else if (isIE) { document.write("" + text + "")}