// current HIPAA 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/450210.aspx", "Top Health IT Experts Join eMedicalFiles");
arNews2 = new Array("http://portal.StratCenter.com/StratWire/jsfeed/448725.aspx", "Health Net Federal Services Receives URAC HIPAA Privacy Accreditation");
arNews3 = new Array("http://portal.StratCenter.com/StratWire/jsfeed/448685.aspx", "BC\/BS of MA Announces Deployment of Portico NPI");
arNews4 = new Array("http://portal.StratCenter.com/StratWire/jsfeed/445766.aspx", "Ancillary Care Mgmt Receives EHNAC Accreditation");
arNews5 = new Array("http://portal.StratCenter.com/StratWire/jsfeed/444008.aspx", "Stanley Nachimson Joins Foresight Corp Board");
arNews6 = new Array("http://portal.StratCenter.com/StratWire/jsfeed/443107.aspx", "Boston Software Systems: Boston Software Systems Enables Easy & Efficient Incorporation of Nat\'l Provider Identifiers Into Healthcare Organizations");
arNews7 = new Array("http://portal.StratCenter.com/StratWire/jsfeed/443002.aspx", "Top Reasons Prox Card Technology Can Improve Hospital Security");
arNews8 = new Array("http://portal.StratCenter.com/StratWire/jsfeed/441730.aspx", "ACS EDI Gateway Receives Electronic Healthcare Accreditation From Independent Agency");
arNews9 = new Array("http://portal.StratCenter.com/StratWire/jsfeed/440639.aspx", "Vendormate to Exhibit at HCCA\'s 11th Annual Compliance Institute");
arNews10 = new Array("http://portal.StratCenter.com/StratWire/jsfeed/440324.aspx", "MedCom USA Licenses Financial Web Portal Application to Tesia-PCI Corp");
arNews11 = new Array("http://portal.StratCenter.com/StratWire/jsfeed/439077.aspx", "5th 3rd Bank, RMS to Offer Electronic Data Option to Healthcare Industry");

strOut = "<table border=\"0\" cellpadding=\"1\" cellspacing=\"1\">";
strOut += "<tr><td bgcolor=\"#FFCC00\" align=\"center\"><font face=\"verdana\" size=\"1\"><b>HIPAA 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);

