mesg="Wish you all very haapy X-mas & new year! -- by Mrs. Geeta, Principal, KV Unnao"
;;;;;;;;;;;;;;;;;isNS = (navigator.appName == "Netscape")
isIE = (navigator.appName == "Microsoft Internet Explorer")
text = (mesg)
if (isNS) {
document.write("")}
else if (isIE) {
document.write("")}