 |
|
|
 |
|
| Health and Wellness features articles from experts in the industry like Mackie Shilstone, one of the nation’s top fitness gurus. |

Read Mackie's Bio |
<% If Not recCategory.EOF Or Not recCategory.BOF Then %>
<%
While ((Repeat1__numRows <> 0) AND (NOT recCategory.EOF))
%>
| <%=(recCategory.Fields.Item("article_cat_title").Value)%> |
<%
FilterParam = recCategory.Fields.Item("article_cat_id").Value
articles.Filter = "article_cat_id = " & FilterParam
While (NOT articles.EOF)
%>
 |
<%If (articles.Fields.Item("article_url").Value) <> "" Then%>
','tag','toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=screen.width,height=screen.height')" class="list_large">
<%Else%>
" class="list_large">
<%End If%>
<%=(articles.Fields.Item("article_title").Value)%>
<%= DoDateTime((articles.Fields.Item("article_date").Value), 2, 1033) %>
<%If (articles.Fields.Item("article_source").Value) <> "" Then response.write ", " & (articles.Fields.Item("article_source").Value)%>
|
<%
articles.MoveNext()
Wend
%>
<%
Repeat1__index=Repeat1__index+1
Repeat1__numRows=Repeat1__numRows-1
recCategory.MoveNext()
Wend
%>
<% End If ' end Not recCategory.EOF Or NOT recCategory.BOF %> |
|