mesg = "Class Student strength of XI Science is 60, XI Commerce is 49 , XI Humanity is 10 & Class I is 96 till 29/07/2010.";
isNS = (navigator.appName == "Netscape")
isIE = (navigator.appName == "Microsoft Internet Explorer")
text = (" "+mesg+"")
if (isNS) {
document.write("")}
else if (isIE) {
document.write("")}