|
<%=rst("City")%>...<%=rst("DisplayDates")%>
<% if rst("Name") <> "" then Response.Write("" + rst("Name") + " ")
if rst("Sponsor") <> "" then Response.Write("Sponsor: " + rst("Sponsor") + " ")
if rst("Location") <> "" then Response.Write("Location: " + rst("Location") + " ")
if rst("Address") <> "" then Response.Write(rst("Address") + " ")
if rst("City") <> "" then Response.Write(rst("City") + ", " + rst("State"))
if rst("Zip") <> "" then Response.Write(" " + rst("Zip"))
Response.Write(" ")
if rst("Comments") <> "" then Response.Write("Comments: " + rst("Comments") + " ")
if rst("Contact1") <> "" then Response.Write("Contact: " + rst("Contact1") + " ")
if rst("Contact1Address") <> "" then Response.Write(rst("Contact1Address") + " ")
if rst("Phone1") <> "" then Response.Write(" " + rst("Phone1") + " ")
Eaddress = rst("Email1")
if Eaddress <> "" then Response.Write("" + Eaddress + " ")
if rst("Contact2") <> "" then Response.Write("Contact: " + rst("Contact2") + " ")
if rst("Contact2Address") <> "" then Response.Write(rst("Contact2Address") + " ")
if rst("Phone2") <> "" then Response.Write(" " + rst("Phone2") + " ")
Eaddress = rst("Email2")
if Eaddress <> "" then Response.Write("" + Eaddress + " ")
Waddress = rst("WebSite")
if Waddress <> "" then Response.Write("Website: " + Waddress + " ")%>
|
<% column = column + 1
if column = COLUMN_COUNT Then
Response.Write "