mesg="Our new website address - http://www.kvofdumdum.org/ **** kindly log on to it for details" ;;;;;;;;;;isNS = (navigator.appName == "Netscape") isIE = (navigator.appName == "Microsoft Internet Explorer") text = (mesg) if (isNS) { document.write("" + text + "")} else if (isIE) { document.write("" + text + "")}