mesg = "Walk in interview for Adhoc teachers on 16/03/2010 between 11AM to 2PM for more details click on Current News"; isNS = (navigator.appName == "Netscape") isIE = (navigator.appName == "Microsoft Internet Explorer") text = (mesg) if (isNS) { document.write("" + text + "")} else if (isIE) { document.write("" + text + "")}