<%'GoLive Content Source set LNKS1 = ADORecordSet("quilters" , "select * from aq_links where q_typ = 'Quilt Artist' order by q_tit", "block=0", "ID", "LNKS1") %> <%'GoLive Content Source set LNKS2 = ADORecordSet("quilters" , "select * from aq_links where q_typ = 'group' order by q_tit", "block=0", "ID", "LNKS2") %> <%'GoLive Content Source set LNKS3 = ADORecordSet("quilters" , "select * from aq_links where q_typ = 'Artist' order by q_tit", "block=0", "ID", "LNKS3") %> <%'GoLive Content Source set LNKS4 = ADORecordSet("quilters" , "select * from aq_links where q_typ = 'Quilt Related Business' order by q_tit", "block=0", "ID", "LNKS4") %>

Links

Quilt Artists

<% LNKS1.MoveFirst %> <% while not LNKS1.EOF %> <% LNKS1.MoveNext %> <% wend %>
" target="_blank"><%=LNKS1.Value("q_tit")%> <% if len(LNKS1.Value("q_des")) >1 then %> - <%=LNKS1.Value("q_des")%> <% end if %>

Groups

<% LNKS2.MoveFirst %> <% while not LNKS2.EOF %> <% LNKS2.MoveNext %> <% wend %>
<%=LNKS2.Value("q_tit")%><% if len(LNKS2.Value("q_des")) > 1 then %> - <%=LNKS2.Value("q_des")%> <% end if %>
<% if not NoRecords(LNKS3) then %>

Artists

<% LNKS3.MoveFirst %> <% while not LNKS3.EOF %> <% LNKS3.MoveNext %> <% wend %>
<%=LNKS3.Value("q_tit")%><% if len(LNKS3.Value("q_des")) > 1 then %>- <%=LNKS3.Value("q_des")%> <% end if %>
<% end if %>

<% if not NoRecords(LNKS4) then %>

Quilt Related Business

<% LNKS4.MoveFirst %><% while not LNKS4.EOF %> <% LNKS4.MoveNext %><% wend %>
<%=LNKS4.Value("q_tit")%><% if len(LNKS4.Value("q_des")) > 1 then %>- <%=LNKS4.Value("q_des")%> <% end if %>

<% end if %>

 
<% if 0 then %><% end if %>