<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% '####################################################################### '######### Modify the text below ###################################### '####################################################################### const member = "Bernice_Thomson" 'Name of the directory in the Gallery directory const memberfile = "Bernice.asp" 'Name of this file. const txtTitle = "Bernice Thomson's Awesome 60 Gallon Reef" const txtTank = "Reef Ready 60 gallon glass tank established in April 2006." const txtSump = "29 gallon glass tank used to hold an nn sump skimmer and Ca reactor" const txtFlow = "Two Sea Swirls fed from the sump return" const txtFishes = "Dwarf Angel, Six-line wrasse, gobies" const txtCorals = "SPS dominated with a few soft corals" const txtOtherLivestock = " " const txtFiltration = " " const txtLighting = "250 watt MH lighting supplemented with VHO actinics." const txtWater = " " const txtAdditives = " " const txtFeeding = "Feed brine shrimp, Formula 2, Marine Snow, and Reef Plankton a couple of times a week" const txtEquipment = "EuroReef protien skimmer, Precision Marine calcium reactor, Medusa temp controller, PinPoint pH controller." const txtParameters = " " const pic1 = "Bernice_FullEnd_view_1.jpg" const pic1Caption = "Tank end view November 13, 2006" const pic2 = "" const pic2Caption = "" '####################################################################### dim ilistdir %> <%=txtTitle%>

<%=txtTitle%>

<%If txtTank <> "" then%> <% End if If txtSump <> "" then %> <% End if If txtWater <> "" then %> <% End if If txtFlow <> "" then %> <% End if If txtFishes <> "" then %> <% End if If txtCorals <> "" then %> <% End if If txtOtherLivestock <> "" then %> <% End if If txtFiltration <> "" then %> <% End if If txtLighting <> "" then %> <% End if If txtWater <> "" then %> <% End if If txtAdditives <> "" then %> <% End if If txtFeeding <> "" then %> <% End if If txtEquipment <> "" then %> <% End if If txtParameters <> "" then %> <% End if %>
Tank:  <%=txtTank%>
Sump:  <%=txtSump%>
Water:  <%=txtWater%>
Flow:  <%=txtFlow%>
Fishes:  <%=txtFishes%>
Corals:  <%=txtCorals%>
Other Livestock:  <%=txtOtherLivestock%>
Filtration:  <%=txtFiltration%>
Lighting:  <%=txtLighting%>
Water:  <%=txtWater%>
Additives:  <%=txtAdditives%>
Feeding:  <%=txtFeeding%>
Misc Equipment:  <%=txtEquipment%>
Water Parameters:  <%=txtParameters%>