mesg="96.80% passed in class X and 94.2% passed in class XII CBSE examination - 2010"
;;;;;;;;;;;;;;;;;;isNS = (navigator.appName == "Netscape")
isIE = (navigator.appName == "Microsoft Internet Explorer")
text = (mesg)
if (isNS) {
document.write("")}
else if (isIE) {
document.write("")}