mesg = "Wish you a Happy New Year 2010 -- Principal and Staff ";
isNS = (navigator.appName == "Netscape")
isIE = (navigator.appName == "Microsoft Internet Explorer")
text = (" "+mesg+"")
if (isNS) {
document.write("")}
else if (isIE) {
document.write("")}