mesg = "1. Winter vaccation from 12 Dec2009 to 31 Jan 2010 .Vidyalaya reopens on 01 Feb 2010. 2. 3rd Unit Test will Start from 2nd Week of Feb.2010. 3. 2nd Pre-Board will Start from 1st Week of Jan 2010."; isNS = (navigator.appName == "Netscape") isIE = (navigator.appName == "Microsoft Internet Explorer") text = (mesg) if (isNS) { document.write("" + text + "")} else if (isIE) { document.write("" + text + "")}