mesg = "RAJAT SHARMA OF 10 A BROUGHT LAUREL TO THIS VIDYALAYA BY WINNING GOLD AT NATIONAL LEVEL AFWWA HINDI DEBATE COMPETITION";
isNS = (navigator.appName == "Netscape")
isIE = (navigator.appName == "Microsoft Internet Explorer")
text = (" "+mesg+"")
if (isNS) {
document.write("")}
else if (isIE) {
document.write("")}