Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
function doCoolAttachThing() {
var a = document.getElementsByTagName("a");
for ( var i = 0; i < a.length; i++ )
a[i].onclick = function() {cancelscreen();alert("You are leaving the Tee Time Signup section.");};
}
<body text="#ffffff" bgcolor="#FFFFFF" onLoad="doCoolAttachThing()">
var firstarray = new Array()
var secondarray = new Array()
var thirdarray = new Array()
var fourtharray = new Array()
<%for i = 0 to ubound(p1ret,2)%>
firstarray[<%=i%>] = <%=p1ret(1,i)%>
secondarray[<%=i%>] = <%=p1ret(2,i)%>
thirdarray[<%=i%>] = '<%=p1ret(3,i)%>'
fourtharray[<%=i%>] = '<%=p1ret(4,i)%>'
<%next%>