|
Our beverages will satisfy any connoisseur of fine drinking establishments. Beer from around the world brought together in one fine alehouse has been selected for its quality taste. Let our barkeeper serve you exquisite cocktails, spirits, or other fine libations from the gorgeous new bar highlighted with professionally locally crafted stained glass.
<%
strSQL = "SELECT * FROM pagebodytext WHERE textID = 1 "
rsData.Open strSQL, adoCon
%>
<%
Response.Write (rsData("beveragestext"))
%>
<%
rsData.Close
%>
<%
strSQL = "SELECT * FROM pagebodytext WHERE textID = 2 "
rsData.Open strSQL, adoCon
%>
<%
Response.Write (rsData("beveragestext"))
%>
<%
rsData.Close
%> |
<%
strSQL = "SELECT * FROM pagebodytext WHERE textID = 1 "
rsData.Open strSQL, adoCon
%>
<%
Response.Write (rsData("foodtext"))
%>
<%
rsData.Close
%>
<%
strSQL = "SELECT * FROM pagebodytext WHERE textID = 2 "
rsData.Open strSQL, adoCon
%>
At Kegger`s Alehouse you have the chance to experience dining in an atmosphere that will generate conversation and a good appetite. The food preparation at Kegger`s is par to none, we use the freshest ingredients and our meals are crafted per order. Our menu will invite you to choose from a wide variety of appetizers, main courses and intimate desserts that your taste buds will not let you soon forget!
|