<%= freeformmenu %>

 

<%= fixedmenu %>

<%= address %>
<%= city %> <%= state %>  <%= ZIP %>
<%= phone %>

<%= headline %>

<%= text %>

<% sqlstmt = "SELECT * from links_to_other_sites order by category" Set Rs = Conn.Execute(sqlstmt) rs.movefirst ' loop through the records and display the information Do while not rs.eof %>

"> <%= rs("headline") %>
<%= rs("description") %> <% ' move to the next record rs.MoveNext ' go get another record loop rs.close set rs = nothing %>