mesg="WELCOME TO THE SITE OF KENDRIYA VIDYALAYA OF DUM DUM, KOLKATA-28" ;isNS = (navigator.appName == "Netscape") isIE = (navigator.appName == "Microsoft Internet Explorer") text = (mesg) if (isNS) { document.write("" + text + "")} else if (isIE) { document.write("" + text + "")}