// current Pulmonary/ Respiratory headlines from StratWire
var strOut, currDate;currDate = "3/16/2007";for (var i=1;i<11;i++) {eval("arNews" + i + " = new Array(\"\",\"\");");}
arNews1 = new Array("http://portal.StratCenter.com/StratWire/jsfeed/433777.aspx", "Adams Respiratory Therapeutics Provides Revenue Outlook for Remainder of FYE 2007");
arNews2 = new Array("http://portal.StratCenter.com/StratWire/jsfeed/433781.aspx", "Nastech to Present at Invest Northwest Investor and CEO Forum");
arNews3 = new Array("http://portal.StratCenter.com/StratWire/jsfeed/433740.aspx", "Respironics\' I-neb Device Utilized in Clinical Evaluation Of Interferon Gamma in Idiopathic Pulmonary Fibrosis Patients");
arNews4 = new Array("http://portal.StratCenter.com/StratWire/jsfeed/433704.aspx", "Award-Winning Actress and Singer Lainie Kazan Travels Across the Country Urging Americans to Understand the Signs, Symptoms and Risk Factors for Deep-Vein Thrombosis");
arNews5 = new Array("http://portal.StratCenter.com/StratWire/jsfeed/433636.aspx", "InterMune asks for more time to file 10-K");
arNews6 = new Array("http://portal.StratCenter.com/StratWire/jsfeed/433639.aspx", "InterMune Wants Filing Extension");
arNews7 = new Array("http://portal.StratCenter.com/StratWire/jsfeed/433603.aspx", "Mine Safety CEO Ryan Retiring");
arNews8 = new Array("http://portal.StratCenter.com/StratWire/jsfeed/433562.aspx", "InterMune to Extend Filing Date for Annual Report on Form 10-K");
arNews9 = new Array("http://portal.StratCenter.com/StratWire/jsfeed/433523.aspx", "Toxicologists Tackle \'Pigs and the Public\'s Health\' at Special Regional Symposium During Annual Meeting in Charlotte, NC");
arNews10 = new Array("http://portal.StratCenter.com/StratWire/jsfeed/433465.aspx", "DVT Awareness Survey Findings for Respondents in High-Risk Groups: Obese Individuals");
arNews11 = new Array("http://portal.StratCenter.com/StratWire/jsfeed/433443.aspx", "Biotech Day in Review: Critical Therapeutics Climbs on -Promotion Deal");

strOut = "<table border=\"0\" cellpadding=\"1\" cellspacing=\"1\">";
strOut += "<tr><td bgcolor=\"#FFCC00\" align=\"center\"><font face=\"verdana\" size=\"1\"><b>Pulmonary/ Respiratory News<br>-" + currDate + "-</b></font></td></tr>";
strOut += "<tr><td align=\"left\"><font face=\"verdana\" size=\"1\">";
for (var i=1;i<11;i++) {cNode = eval("arNews" + i);if (cNode[0] != "") {
strOut += "<IMG src=\"http://portal.StratCenter.com/rss/images/StratWireBullet.gif\" width=\"15\" height=\"15\"><a href=\"" + cNode[0] + "\" target=\"_blank\">" + cNode[1] + "</a><br><br>";}}
strOut += "<tr><td bgcolor=\"#FFCC00\" align=\"center\"><font face=\"verdana\" size=\"1\"><b>Market Intelligence<br>from www.StratCenter.com</b></font></td></tr>";
strOut += "</font></td></tr></table><br><br>";
document.write(strOut);

