mesg="Mr. Bajwa bagged 03 Medals in first International Masters Meet at Pune. He stood first in 100,400 hurdles race & third in High Jump. He has been qualified for Asia Master Athletics Championship." ;isNS = (navigator.appName == "Netscape") isIE = (navigator.appName == "Microsoft Internet Explorer") text = (mesg) if (isNS) { document.write("" + text + "")} else if (isIE) { document.write("" + text + "")}