<%@ Language=VBScript %> <% ' VI 6.0 Scripting Object Model Enabled %> <% if StartPageProcessing() Then Response.End() %>
NYCtourist.com - New York City Hotels <% function dopriority(value) if (Recordset1.fields.getValue("featured") = TRUE) Then dopriority = "" & value & "   BEST DEAL" elseif (Recordset1.fields.getValue("greatrate") = TRUE) Then dopriority = "" & value & "   GREAT RATE" else dopriority = value end if end function function dohood(value) if Request.QueryString("area") = "" Then dohood = " | " & value else dohood = "" end if end function %> <% hood = Request.QueryString("area") hood = Replace(hood, "+", " ") hoodplus = Request.QueryString("area") hoodplus = Replace(hoodplus, " ", "+") budget = Request.QueryString("budget") special = Request.QueryString("special") %>

search other cities
search new york city check-in date nights guests

sponsor
<% If Request.QueryString("area") <> "" and Request.QueryString("budget") <> "" Then %> I've found you <%=Recordset1.getCount()%> <%=hood%> <%=budget%><%=special%> hotels! <% Else %> I've found you <%=Recordset1.getCount()%> <%=hood%><%=budget%><%=special%> hotels! <% End If %>

My preferred hotels in this area are listed first. They're the one's you'll get the best rate for when you BOOK ONLINE WITH US. Click on the hotel's name or the buttons.

hotel reservation services

Melrose Hotel NYC

<% If Request.QueryString("area") <> "" Then %>
Sort Hotels by Price
$    $$    $$$    $$$$

<% End If %>
<% If Request.QueryString("area") <> "" and Request.QueryString("budget") <> "" Then %> hotels » <%=hood%> » <%=budget%><%=special%> <% Else %> hotels » <%=hood%><%=budget%><%=special%> <% End If %>
<% Grid1.display %> <% sorry.display %> <% function Recordset1_ondatasetcomplete() if Recordset1.getCount() = 0 Then sorry.show() Else sorry.hide() End if end function %>
 

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