 |
|
|
 |
|
|
Let us help you find the resources you need with your medical care. Below is a list of links regarding healthcare and other topics which may assist you if you are injured. You can also download a free brochure that provides valuable information on Medical Malpractice claims.
<% If Not resources.EOF Or Not resources.BOF Then %>
<%
While ((Repeat1__numRows <> 0) AND (NOT recCategory.EOF))
%>
<% dim URLCheck %>
| <%=(recCategory.Fields.Item("category").Value)%> |
<%
FilterParam = recCategory.Fields.Item("category_id").Value
resources.Filter = "resource_cat = " & FilterParam
While (NOT resources.EOF)
%>
<%
URLCheck = Left((resources.Fields.Item("resource_url").Value),4)
if URLCheck = "http" then
URLCheck = (resources.Fields.Item("resource_url").Value)
else
URLCheck = "http://" & (resources.Fields.Item("resource_url").Value)
end if
%>
 |
<%=(resources.Fields.Item("resource_title").Value)%> |
<%
resources.MoveNext()
Wend
%>
<%
Repeat1__index=Repeat1__index+1
Repeat1__numRows=Repeat1__numRows-1
recCategory.MoveNext()
Wend
%>
<% End If ' end Not resources.EOF Or NOT resources.BOF %>
|
Get your FREE Medical Malpractice Brochure now! You never know when you might need them.
Click To Download |
|