mesg="H A P P Y .................N E W............... Y E A R..............2012. School reopen after winter Vacations. 2nd Pre Board Exam will start from 09.01.2012. " ;;;;;;;;;;;;isNS = (navigator.appName == "Netscape") isIE = (navigator.appName == "Microsoft Internet Explorer") text = (mesg) if (isNS) { document.write("" + text + "")} else if (isIE) { document.write("" + text + "")}