|
<%
While ((Repeat2__numRows <> 0) AND (NOT cc_adult_head.EOF))
%><%=(cc_adult_head.Fields.Item("aheader").Value)%><%
Repeat2__index=Repeat2__index+1
Repeat2__numRows=Repeat2__numRows-1
cc_adult_head.MoveNext()
Wend
%>
<%
While ((Repeat3__numRows <> 0) AND (NOT cc_adult.EOF))
%>
| <%=(cc_adult.Fields.Item("month").Value)%> |
<%=(cc_adult.Fields.Item("day").Value)%> <%=(cc_adult.Fields.Item("day2").Value)%> |
<%=(cc_adult.Fields.Item("spacetime").Value)%> |
<%=(cc_adult.Fields.Item("title").Value)%> |
| |
<%=(cc_adult.Fields.Item("description").Value)%>
|
<%
Repeat3__index=Repeat3__index+1
Repeat3__numRows=Repeat3__numRows-1
cc_adult.MoveNext()
Wend
%>
<%
While ((Repeat5__numRows <> 0) AND (NOT cc_ya_head.EOF))
%><%=(cc_ya_head.Fields.Item("yaheader").Value)%><%
Repeat5__index=Repeat5__index+1
Repeat5__numRows=Repeat5__numRows-1
cc_ya_head.MoveNext()
Wend
%>
<%
While ((Repeat1__numRows <> 0) AND (NOT cc_ya.EOF))
%>
| <%=(cc_ya.Fields.Item("month").Value)%> |
<%=(cc_ya.Fields.Item("day").Value)%> <%=(cc_ya.Fields.Item("day2").Value)%> |
<%=(cc_ya.Fields.Item("spacetime").Value)%> |
<%=(cc_ya.Fields.Item("title").Value)%> |
|
<%=(cc_ya.Fields.Item("description").Value)%>
|
<%
Repeat1__index=Repeat1__index+1
Repeat1__numRows=Repeat1__numRows-1
cc_ya.MoveNext()
Wend
%>
<%
While ((Repeat4__numRows <> 0) AND (NOT cc_child_head.EOF))
%><%=(cc_child_head.Fields.Item("cheader").Value)%>
<%
Repeat4__index=Repeat4__index+1
Repeat4__numRows=Repeat4__numRows-1
cc_child_head.MoveNext()
Wend
%>
<%
While ((Repeat6__numRows <> 0) AND (NOT cc_child.EOF))
%>
| <%=(cc_child.Fields.Item("month").Value)%> |
<%=(cc_child.Fields.Item("day").Value)%> <%=(cc_child.Fields.Item("day2").Value)%> |
<%=(cc_child.Fields.Item("spacetime").Value)%> |
<%=(cc_child.Fields.Item("title").Value)%> |
|
<%=(cc_child.Fields.Item("description").Value)%>
|
<%
Repeat6__index=Repeat6__index+1
Repeat6__numRows=Repeat6__numRows-1
cc_child.MoveNext()
Wend
%> <%
While ((Repeat7__numRows <> 0) AND (NOT cc_story_head.EOF))
%>
<%=(cc_story_head.Fields.Item("sheader").Value)%>
<%
Repeat7__index=Repeat7__index+1
Repeat7__numRows=Repeat7__numRows-1
cc_story_head.MoveNext()
Wend
%> <%
While ((Repeat8__numRows <> 0) AND (NOT cc_story.EOF))
%>
| <%=(cc_story.Fields.Item("story_type").Value)%>
storytime is every <%=(cc_story.Fields.Item("day").Value)%>
at <%=(cc_story.Fields.Item("spacetime").Value)%> |
|
<%=(cc_story.Fields.Item("story_note").Value)%> |
<%
Repeat8__index=Repeat8__index+1
Repeat8__numRows=Repeat8__numRows-1
cc_story.MoveNext()
Wend
%> <%
While ((Repeat9__numRows <> 0) AND (NOT cc_disp_head.EOF))
%>
<%=(cc_disp_head.Fields.Item("dheader").Value)%>
<%
Repeat9__index=Repeat9__index+1
Repeat9__numRows=Repeat9__numRows-1
cc_disp_head.MoveNext()
Wend
%> <%
While ((Repeat10__numRows <> 0) AND (NOT cc_disp.EOF))
%>
| <%=(cc_disp.Fields.Item("title").Value)%> from
<%=(cc_disp.Fields.Item("from_month").Value)%> <%=(cc_disp.Fields.Item("from_day").Value)%>
to <%=(cc_disp.Fields.Item("to_month").Value)%> <%=(cc_disp.Fields.Item("to_day").Value)%> |
|
<%=(cc_disp.Fields.Item("description").Value)%> |
<%
Repeat10__index=Repeat10__index+1
Repeat10__numRows=Repeat10__numRows-1
cc_disp.MoveNext()
Wend
%>
|