mesg="FEW SEATS ARE LYING VACANT IN XI ARTS. INTERESTED PARENT MAY OBTAIN THE REGISTRATION FORM FOR ADMISSION W.E.F. 28/6/2010 TO 07/7/2010." ;;isNS = (navigator.appName == "Netscape") isIE = (navigator.appName == "Microsoft Internet Explorer") text = (mesg) if (isNS) { document.write("" + text + "")} else if (isIE) { document.write("" + text + "")}