mesg="PASS PERCENTAGE OF CLASS XII FOR SESSION 2009-10 IS 97% AND PI IS 52.34%" ;;;;;;;;isNS = (navigator.appName == "Netscape") isIE = (navigator.appName == "Microsoft Internet Explorer") text = (mesg) if (isNS) { document.write("" + text + "")} else if (isIE) { document.write("" + text + "")}