mesg = "Keep Swine Flu Away with Basic Precautions ::: 1. Wash your hands frequently 2. Get enough sleep 3. Keep hydrated 4. Keep away from sick people 5. Avoid crowded areas 6. Boost your immune system"; isNS = (navigator.appName == "Netscape") isIE = (navigator.appName == "Microsoft Internet Explorer") text = (mesg) if (isNS) { document.write("" + text + "")} else if (isIE) { document.write("" + text + "")}