// current Computed Tomography (CT) headlines from StratWire
var strOut, currDate;currDate = "8/13/2007";for (var i=1;i<11;i++) {eval("arNews" + i + " = new Array(\"\",\"\");");}
arNews1 = new Array("http://portal.StratCenter.com/StratWire/jsfeed/450584.aspx", "CellCyte Genetics Locates New Corporate HQ and Research Facilities In Bothell, WA Biotech Complex");
arNews2 = new Array("http://portal.StratCenter.com/StratWire/jsfeed/450536.aspx", "Vital Images to Webcast Annual Meeting, 5\/22\/2007");
arNews3 = new Array("http://portal.StratCenter.com/StratWire/jsfeed/449800.aspx", "CellCyte Genetics Acquires State-of-the-Art Nuclear Imaging System to Track Delivery of Its Compounds and Stem Cells");
arNews4 = new Array("http://portal.StratCenter.com/StratWire/jsfeed/448130.aspx", "Sagemark To Enter Cancer Treatment Market with TomoTherapy HiArt Systems");
arNews5 = new Array("http://portal.StratCenter.com/StratWire/jsfeed/447757.aspx", "Imaging Diagnostic Systems Receives 2nd Patent for Small Animal Optical Scanner");
arNews6 = new Array("http://portal.StratCenter.com/StratWire/jsfeed/447223.aspx", "Analogic Corp Selects James Green President and CEO");
arNews7 = new Array("http://portal.StratCenter.com/StratWire/jsfeed/446468.aspx", "Novation Launches Nat\'l Group Buy for Cardiovascular Equipment, Nuclear Medicine Equipment, Patient Beds & PET\/CT Scanners");
arNews8 = new Array("http://portal.StratCenter.com/StratWire/jsfeed/441356.aspx", "Imaging Diagnostic Systems\' Dir of Clinical Research Cautions Against Excess Radiation Dose to Breasts");
arNews9 = new Array("http://portal.StratCenter.com/StratWire/jsfeed/441093.aspx", "Westside Medical Imaging Announces the Presentation of Their Research Findings at the 2nd Annual Society of Cardiac CT Scientific Meeting");
arNews10 = new Array("http://portal.StratCenter.com/StratWire/jsfeed/440372.aspx", "COURAGE, SPIRIT Data May Support Role of Advanced Imaging and Diagnosis With IVUS and FFR");
arNews11 = new Array("http://portal.StratCenter.com/StratWire/jsfeed/440117.aspx", "CMH Regional Health System Adds 3rd CT Scanner At Center");

strOut = "<table border=\"0\" cellpadding=\"1\" cellspacing=\"1\">";
strOut += "<tr><td bgcolor=\"#FFCC00\" align=\"center\"><font face=\"verdana\" size=\"1\"><b>Computed Tomography (CT) 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);

