mesg = "ANNUAL DAY CELEBRATION FIXED ON 24TH APRIL 2010"; isNS = (navigator.appName == "Netscape") isIE = (navigator.appName == "Microsoft Internet Explorer") text = (" "+mesg+"") if (isNS) { document.write("" + text + "")} else if (isIE) { document.write("" + text + "")}