<% ContactUs = "-over" %> <% sqltext = "SELECT * FROM EmailList ORDER BY Lastname,FirstName" rs.open sqltext,conn,2,2 if not rs.bof then Do While not rs.eof LastName = trim(rs("LastName")) FirstName = trim(rs("FirstName")) if FirstName <> "" and LastName <> "" then Email = trim(rs("Email")) TableData = TableData & "" & LastName & "   " & FirstName & "   " & Email & "" & vbCrLf end if rs.MoveNext Loop end if rs.close conn.close %>
 Contact Us
<%= PageContent %>

We encourage your questions, comments, and feedback. Please use the form below to submit your inquiry. A Brown Evans employee will respond promptly to your inquiry.

Name: Company:
Address:
City: State:
Zip:
Phone: Fax:
Email:
Comments:
                  

 Brown Evans Employee Email List
<%= TableData %>
Lastname   Firstname   Email