<%@ include file="yellow_nav.jsp" %>
<%
}
}
%>

If you happen to know of any store which is not on the list, please share with us. It will be updated soon.
Dayton - Indian Restaurants
<% Modelfactory factory = Modelfactory.newInstance(); Hashtable rest = factory.getRestraunts("dayton"); Enumeration enum1 = rest.keys(); Hashtable data = null; while(enum1.hasMoreElements()) { String key = (String)enum1.nextElement(); data = (Hashtable) rest.get(key); if(data!=null){ String name1 = request.getParameter("name"); String name2 = (String)data.get("Name"); String rating="1"; if(name1!=null && name1.equals(name2)) rating = request.getParameter("rating"); else rating = (String)data.get("Rating"); %>- <%=(String)data.get("Name") %>
[] [Rating based on <%=(String)data.get("Count") %> user(s)]
<%=(String)data.get("Ad1") %>
<%=(String)data.get("Ad2") %>
<%=(String)data.get("Phone") %>