mesg="99.5% passed in class X and 96.5% 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("")}