mesg="Admissions are open for the session 2012-13 from 15 February to 20 March 2012" ;;;;;;;;;;isNS = (navigator.appName == "Netscape") isIE = (navigator.appName == "Microsoft Internet Explorer") text = (mesg) if (isNS) { document.write("" + text + "")} else if (isIE) { document.write("" + text + "")}