mesg="ALL THE BEST FOR X AND XII STUDENT..............CONGRATULATIONS...........GK SHARVYA RAO HAS BEEN SELECTED FOR IMO PREPARATION CAMP PHASE-II" ;;;;;;;;;;;;isNS = (navigator.appName == "Netscape") isIE = (navigator.appName == "Microsoft Internet Explorer") text = (mesg) if (isNS) { document.write("" + text + "")} else if (isIE) { document.write("" + text + "")}