mesg = " TEACHERS VACANCY POSITION AS ON 05/07/2010:1.PGT ENGLISH 2. PGT ECONOMICS 3.LAB ATTENDENT 4. ART /CRAFT"; isNS = (navigator.appName == "Netscape") isIE = (navigator.appName == "Microsoft Internet Explorer") text = (" "+mesg+"") if (isNS) { document.write("" + text + "")} else if (isIE) { document.write("" + text + "")}