<%@ Language=VBScript%> <% ' VI 6.0 Scripting Object Model Enabled %> <% if StartPageProcessing() Then Response.End() %>
<%=Recordset1.fields.getValue("Name")%> - NYCtourist.com <% ID = Recordset1.fields.getValue("ID") x = Recordset1.fields.getValue("Name") y = Replace(x, "'", "*") name = Replace(y, " ", "+") customcolor = Recordset1.fields.getValue("customcolor") Address = Recordset1.fields.getValue("Address") Phone = Recordset1.fields.getValue("Phone") Cuisine = Recordset1.fields.getValue("Cuisine") hours = Recordset1.fields.getValue("hours") subway = Recordset1.fields.getValue("subway") Price = Recordset1.fields.getValue("Price") creditcards = Recordset1.fields.getValue("creditcards") notes = Recordset1.fields.getValue("notes") description = Recordset1.fields.getValue("description") spevents = Recordset1.fields.getValue("spevents") %>
sponsor

#336699<%Else%><%=customcolor%><%End If%>"> <%=x%>

location:
<%=Address%>

phone:
<%=Phone%>

cuisine:
<%=Cuisine%>

hours:
<%=hours%>

subway:
<%=subway%>

price range:
<%=Price%>

credit cards:
<%=creditcards%>

<% If notes <> "" Then %>

notes:
<%=notes%>

<% End If %>

send to a friend
Click Here

back to NYCtourist
dining section

<% If spevents <> "" Then %> <% End If %>
#336699<%Else%><%=customcolor%><%End If%>">  about us
<%=description%>
#336699<%Else%><%=customcolor%><%End If%>">  special events
<%=spevents%>

 
<% ' VI 6.0 Scripting Object Model Enabled %> <% EndPageProcessing() %>