<%@LANGUAGE="JAVASCRIPT" CODEPAGE="1252"%> <% var Recordset1 = Server.CreateObject("ADODB.Recordset"); Recordset1.ActiveConnection = MM_ss_db_conn_STRING; Recordset1.Source = "SELECT * FROM news ORDER BY id DESC"; Recordset1.CursorType = 0; Recordset1.CursorLocation = 2; Recordset1.LockType = 1; Recordset1.Open(); var Recordset1_numRows = 0; %> <% var Repeat1__numRows = -1; var Repeat1__index = 0; Recordset1_numRows += Repeat1__numRows; %> Untitled Document
Welcome to Stockport Squash Club, a small and friendly club, located at Cheadle Hulme in Stockport.

MEMBERSHIP
Subscriptions are due for payment each year, by 1st September. The fees are as follows:

Squash over 19 £46
Squash under 19 £16
Squash 1/2 year £26
Squash 1/4 year £16

Included in your membership is membership of Squash England, the national squash body. This gives you the benefit of free insurance and magazine.
<% while ((Repeat1__numRows-- != 0) && (!Recordset1.EOF)) { %>
<%=(Recordset1.Fields.Item("newsdate").Value)%>

<%=(Recordset1.Fields.Item("newsheadline").Value)%>
<%=(Recordset1.Fields.Item("newsbody").Value)%>

<% Repeat1__index++; Recordset1.MoveNext(); } %>
<% Recordset1.Close(); %>