// current Angiography/ Cardiac Cath 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/453922.aspx", "NJ Supreme Court stopping angioplasty clinical trial");
arNews2 = new Array("http://portal.StratCenter.com/StratWire/jsfeed/453871.aspx", "Abbott Submits XIENCE V Everolimus Eluting Coronary Stent System Application for US FDA Approval");
arNews3 = new Array("http://portal.StratCenter.com/StratWire/jsfeed/453804.aspx", "Boston Scientific Starts NextStent Study");
arNews4 = new Array("http://portal.StratCenter.com/StratWire/jsfeed/453694.aspx", "1st Patient Enrolled in SONOMA Post-Market Approval Study of Boston Scientific NexStent Carotid Stent System and FilterWire EZ Embolic Protection Device");
arNews5 = new Array("http://portal.StratCenter.com/StratWire/jsfeed/453310.aspx", "Derma Sciences Receives FDA Clearance for MOBILITY-1 Treatment of Vascular Diseases");
arNews6 = new Array("http://portal.StratCenter.com/StratWire/jsfeed/452958.aspx", "Sono-Tek Corp Announces the MediCoat PSI, Peripheral Stent Coating System");
arNews7 = new Array("http://portal.StratCenter.com/StratWire/jsfeed/452069.aspx", "Ahead of the Bell: Medtronic Rises");
arNews8 = new Array("http://portal.StratCenter.com/StratWire/jsfeed/452054.aspx", "Boston Scientific Receives CE Mark for TAXUS Liberte Long Stent");
arNews9 = new Array("http://portal.StratCenter.com/StratWire/jsfeed/451919.aspx", "J&J\'s Cordis, Medinol Cut Stent Deal");
arNews10 = new Array("http://portal.StratCenter.com/StratWire/jsfeed/451841.aspx", "Cordis Corp Signs Definitive Agreement with Medinol for Global Distribution of Bare Metal Stents");
arNews11 = new Array("http://portal.StratCenter.com/StratWire/jsfeed/451775.aspx", "Abbott Initiates 1st Clinical Study of Everolimus Eluting Stent System for Patients with Peripheral Arterial Disease");

strOut = "<table border=\"0\" cellpadding=\"1\" cellspacing=\"1\">";
strOut += "<tr><td bgcolor=\"#FFCC00\" align=\"center\"><font face=\"verdana\" size=\"1\"><b>Angiography/ Cardiac Cath 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);

