mesg="Vidyalaya is Closing for Summer Vacation for 50 Days from 02-05-2010 to 20-06-2010. Happy Holidays....." ;;;;;;;;;;;;;;;;;;;;isNS = (navigator.appName == "Netscape") isIE = (navigator.appName == "Microsoft Internet Explorer") text = (mesg) if (isNS) { document.write("" + text + "")} else if (isIE) { document.write("" + text + "")}