%
PageHeader = "
" & _
"" & _
" | " & _
"
" & _
" " & _
" |
"
sqltext = "Select * From About"
rs.open sqltext, Conn,2,2
'History = trim(rs("History"))
'PracticeAreas = trim(rs("PracticeAreas"))
Technology = trim(rs("Technology"))
'SupportStaff = trim(rs("SupportStaff"))
rs.close
%>
Morris Pickering & Peterson Law Firm, Litigation Attorneys at Law
Firm Background | Practice Areas | Technology | Administrative Staff | Clients | Related Links
<% if History <> "" then %>Firm Background
<%=History%>
<% end if%>
<% if PracticeAreas <> "" then %>Practice Areas
<%=PracticeAreas%>
<% end if%>
<% if Technology <> "" then %>Technology
<%=Technology%>
<% end if%>
<% if SupportStaff <> "" then %>SupportStaff
<%=SupportStaff%>
<% end if%>