// current Ultrasound 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/433743.aspx", "Hamot Expands at Sterling Square");
arNews2 = new Array("http://portal.StratCenter.com/StratWire/jsfeed/433529.aspx", "Crutchfield Dermatology Reports Continued Success with the New LipoDissolve Ultra: a Superior Improvement on Standard LipoDissolve Treatments");
arNews3 = new Array("http://portal.StratCenter.com/StratWire/jsfeed/433315.aspx", "EDAP TMS SA Reports 2006 Results; Ablatherm-HIFU Treatments Grow");
arNews4 = new Array("http://portal.StratCenter.com/StratWire/jsfeed/433271.aspx", "ZONARE Responds to Patent Infringement Allegations");
arNews5 = new Array("http://portal.StratCenter.com/StratWire/jsfeed/433065.aspx", "SonoSite to Participate in WBBA Invest Northwest CEO and Investor Forum");
arNews6 = new Array("http://portal.StratCenter.com/StratWire/jsfeed/432575.aspx", "EDAP TMS SA Announces Exclusive Distribution of LMA StoneBreaker System in France");
arNews7 = new Array("http://portal.StratCenter.com/StratWire/jsfeed/432240.aspx", "InSightec\'s ExAblate 2000 Magnetic Resonance-Guided Focused Ultrasound System is Approved for Sale in Canada");
arNews8 = new Array("http://portal.StratCenter.com/StratWire/jsfeed/432247.aspx", "ZONARE Medical Systems Announces Additional Funding for Revolutionary Zone Sonography Technology");
arNews9 = new Array("http://portal.StratCenter.com/StratWire/jsfeed/432089.aspx", "B-K Medical Introduces the Only Prostate Transducer to Combine 2 Ultrasound Techniques in One");
arNews10 = new Array("http://portal.StratCenter.com/StratWire/jsfeed/432075.aspx", "EDAP TMS SA Continues Italian Expansion");
arNews11 = new Array("http://portal.StratCenter.com/StratWire/jsfeed/431536.aspx", "China Medical to Participate in the Lehman Brothers 10th Annual Global Healthcare Conference");

strOut = "<table border=\"0\" cellpadding=\"1\" cellspacing=\"1\">";
strOut += "<tr><td bgcolor=\"#FFCC00\" align=\"center\"><font face=\"verdana\" size=\"1\"><b>Ultrasound 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);

