<% page = " Bios" %> <% If False Then 'Page Text Include??? biospt_sql = "select * from Pages where Page = 'guestbook'" set biospt_rst = Server.CreateObject("ADODB.Recordset") biospt_rst.Open biospt_sql, cnn, 0, 1 %>

<% = biospt_rst("Title") %>

<% If biospt_rst("Image1") <> "No File" Then %> "> " align="left" vspace="3" hspace="5" border="0"/> <% End If %> <% = biospt_rst("Body") %>
<% biospt_rst.close set biospt_rst = nothing End If %> <% If True Then bios_sql = "select * from Bios where Active = 'yes' order by Rank" set bios_rst = Server.CreateObject("ADODB.Recordset") bios_rst.Open bios_sql, cnn, 1, 2 %> <% Do While Not(bios_rst.EOF) %> <% bios_rst.MoveNext Loop %>

<% If bios_rst("Image1") <> "No File" Then %> "> " class="img" border="0" align="left" vspace="4" hspace="8"/> <% End If %>

<% =bios_rst("Name") %>

<% =bios_rst("Title") %>

<% =bios_rst("Paragraph") %>

">View Bio
<% bios_rst.close set bios_rst = nothing End If %>