mesg = "Kendriya Vidyalaya Sangathan Patna Reion KVs Principal Confirence 2010 will be held in the City on 16th &17th July 2010"; isNS = (navigator.appName == "Netscape") isIE = (navigator.appName == "Microsoft Internet Explorer") text = (mesg) if (isNS) { document.write("" + text + "")} else if (isIE) { document.write("" + text + "")}