<% response.write date %>

 

<%= fixedmenu %>

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

<%= headline %>

<%= text %>

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

&pagestyle=<%= rs("pagestyle")%>"><%= rs("indexpagehead")%>
<%= rs("indexpagetext") %> <% ' move to the next record rs.MoveNext ' go get another record loop rs.close set rs = nothing %>

<%= caption1 %>
<%= caption2 %>
<%= caption3 %>
<%= caption4 %>

Entire Site including photos ©2001-2006, PergolaWest
<%conn.close set conn = nothing%>