mesg = "Education Officer Dr. (Smt.) Uma Sivaraman Addresses Agra Cluster Meeting C.C.E. 2010 on 06.09.2010"; isNS = (navigator.appName == "Netscape") isIE = (navigator.appName == "Microsoft Internet Explorer") text = (" "+mesg+"") if (isNS) { document.write("" + text + "")} else if (isIE) { document.write("" + text + "")}