<%=(rsPage.Fields.Item("PageHTML").Value)%>
<% If Not rsCats.EOF Or Not rsCats.BOF Then %>
<% End If ' end Not rsCats.EOF Or NOT rsCats.BOF %>
<% If Not rsArchives.EOF Or Not rsArchives.BOF Then %>
<% End If ' end Not rsArchives.EOF Or NOT rsArchives.BOF %>
-
<%
While ((Repeat2__numRows <> 0) AND (NOT rsCats.EOF))
%>
- " title="<%=(rsCats.Fields.Item("CatDesc").Value)%>">
<%=((rsCats.Fields.Item("CatName").Value))%> (<%=((rsCats.Fields.Item("CatCount").Value))%>)
<%
Repeat2__index=Repeat2__index+1
Repeat2__numRows=Repeat2__numRows-1
rsCats.MoveNext() %>
<%Wend%>
-
<%
While ((Repeat2__numRows <> 0) AND (NOT rsArchives.EOF))
%>
- &chosenMonth=<%=(rsArchives.Fields.Item("ArchiveMonth").Value)%>">
<%=MonthName((rsArchives.Fields.Item("ArchiveMonth").Value))%> <%=(rsArchives.Fields.Item("ArchiveYear").Value)%>
<%
Repeat2__index=Repeat2__index+1
Repeat2__numRows=Repeat2__numRows-1
rsArchives.MoveNext() %>
<%
Wend
%>
-
<%
While ((Repeat4__numRows <> 0) AND (NOT rsRecent.EOF))
%>
- ">
<%=(rsRecent.Fields.Item("BlogHeadline").Value)%>
<%
Repeat4__index=Repeat4__index+1
Repeat4__numRows=Repeat4__numRows-1
rsRecent.MoveNext()
Wend
%>