<%@LANGUAGE="VBSCRIPT"%> <% Dim s Dim s_numRows Set s = Server.CreateObject("ADODB.Recordset") s.ActiveConnection = MM_pack197_STRING s.Source = "SELECT Den, Owner, AvgTime, SecTrkA, SecTrkB, SecTrkC, Thumbnail, T_Height, T_Width, T_Alt, Image, I_Height, I_Width, Title FROM 2003Siblings ORDER BY Owner ASC" s.CursorType = 0 s.CursorLocation = 2 s.LockType = 1 s.Open() s_numRows = 0 %> <% Dim Repeat1__numRows Dim Repeat1__index Repeat1__numRows = -1 Repeat1__index = 0 s_numRows = s_numRows + Repeat1__numRows %> Family Entries in the Pinewood Derby 2003

Pinewood Derby 2003
Family Members Entries

<% While ((Repeat1__numRows <> 0) AND (NOT s.EOF)) %> <% Repeat1__index=Repeat1__index+1 Repeat1__numRows=Repeat1__numRows-1 s.MoveNext() Wend %>
Car Scout Heat Times Avg. Time
" onClick="poptastic('img/slg/<%=(s.Fields.Item("Image").Value)%>'); return false;" title="Click to see a larger image." > " alt="<%=(s.Fields.Item("T_Alt").Value)%>" width="<%=(s.Fields.Item("T_Width").Value)%>" height="<%=(s.Fields.Item("T_Height").Value)%>" border="0" title="<%=(s.Fields.Item("Title").Value)%>" /> <%=(s.Fields.Item("Owner").Value)%> <%=(s.Fields.Item("SecTrkA").Value)%>
<%=(s.Fields.Item("SecTrkB").Value)%>
<%=(s.Fields.Item("SecTrkC").Value)%>
<%=(s.Fields.Item("AvgTime").Value)%>
<% s.Close() Set s = Nothing %>