mesg="Tritiya Sopan Testing Camp is running .........from 09-08-10 to 10-08-10" ;;;isNS = (navigator.appName == "Netscape") isIE = (navigator.appName == "Microsoft Internet Explorer") text = (mesg) if (isNS) { document.write("" + text + "")} else if (isIE) { document.write("" + text + "")}