mesg="School observed National Science Day(NSD) followed by distribution of prizes to winners in the competitions held in connection with NSD." ;;;isNS = (navigator.appName == "Netscape") isIE = (navigator.appName == "Microsoft Internet Explorer") text = (mesg) if (isNS) { document.write("" + text + "")} else if (isIE) { document.write("" + text + "")}