There are many published statistics relating to medical malpractice in this country. Some of these statistics are based upon extensive and detailed studies conducted over a long period of time. Others have been reported frequently in various media sources. We have listed some of the more commonly published statistics.
<% If Not articles.EOF Or Not articles.BOF Then %>
<%
While ((Repeat1__numRows <> 0) AND (NOT articles.EOF))
%>
" class="list_large"><%=(articles.Fields.Item("article_title").Value)%>
<%=(articles.Fields.Item("article_summary").Value)%>
<%
Repeat1__index=Repeat1__index+1
Repeat1__numRows=Repeat1__numRows-1
articles.MoveNext()
Wend
%>
<% End If ' end Not articles.EOF Or NOT articles.BOF %> |