<%
For I = 1 to TheCount
%>
  <TR>
    <TD WIDTH=423><P><A HREF="
      <% Response.Write MyCL.GetNthURL("CLList.txt", i) %>">
      <B><% Response.Write MyCL.GetNthDescription("CLList.txt", i) %>
      </B></A>
    </TD>
  </TR>
<%
Next
%> 
