mesg = "Vidyalaya will be closed from 10.12.2011 to 29.01.2012 due to winter vacation.Vidyalaya will be reopened on 30.01.2012";
isNS = (navigator.appName == "Netscape")
isIE = (navigator.appName == "Microsoft Internet Explorer")
text = (" "+mesg+"")
if (isNS) {
document.write("")}
else if (isIE) {
document.write("")}