|

What’s New in Medicine attempts to provide up to date information on various healthcare related articles. Whether it relates to new medications, cutting edge procedures or new devices designed to assist the disabled, this section will feature some of the latest information as it is released.
<% If Not articles.EOF Or Not articles.BOF Then %>
<%
While ((Repeat1__numRows <> 0) AND (NOT articles.EOF))
%>
" class="list_large"><%=(articles.Fields.Item("new_title").Value)%>
<%
Repeat1__index=Repeat1__index+1
Repeat1__numRows=Repeat1__numRows-1
articles.MoveNext()
Wend
%>
<% End If ' end Not articles.EOF Or NOT articles.BOF %> |