%
Call openDB()
Set rs=conn.execute("SELECT * FROM tblMarquee WHERE id=1")
If rs.eof then
MARQUEE_TEXT = ""
Else
marqueeInfo=rs.getRows()
MARQUEE_TEXT = marqueeInfo(1,0)
End If
Call closeDB()
%>
Capital Golf
The Short Iron Range
<%
If MARQUEE_TEXT <> "" Then
Response.write ""
End If
%>
Featuring all grass tees, this area is ideal for short iron practice. The uniquely designed tee area permits you to practice those shots being between 40 to 100 yards. The short iron range is also lit for night use.