<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <%dim title title="Zion King Gallery" dim image_group %> <% call qry_select_group(conn_gallery, rs_gallery, "zion_gallery", "image_group, order_num", "", "image_group, order_num", "order_num, image_group", "fast") %> <%=title%>

Zion King

<%Do While NOT rs_gallery.EOF image_group = rs_gallery.fields("image_group")%> <%=image_group%>

<%rs_gallery.MoveNext Loop%>





<%call qry_close(conn_gallery, rs_gallery)%>