<%@LANGUAGE="VBSCRIPT"%> <% Dim leaguePreview Dim leaguePreview_numRows Set leaguePreview = Server.CreateObject("ADODB.Recordset") leaguePreview.ActiveConnection = MM_leagueTable_STRING leaguePreview.Source = "SELECT L_P, T_N, G_P, G_W, G_D, G_L, G_F, G_A, G_DIF, PNTS FROM LEAGUE_TABLE ORDER BY L_P ASC" leaguePreview.CursorType = 0 leaguePreview.CursorLocation = 2 leaguePreview.LockType = 1 leaguePreview.Open() leaguePreview_numRows = 0 %> <% Dim Repeat1__numRows Dim Repeat1__index Repeat1__numRows = -1 Repeat1__index = 0 leaguePreview_numRows = leaguePreview_numRows + Repeat1__numRows %> Eton Manor FC - Official Website
  Match Reports - Eton Manor 1 Southend Manor 1  
 
 
 
 

Missing

Saturday 13th September 03

missing....

back to match reports
 
 
 

 

<% leaguePreview.Close() Set leaguePreview = Nothing %>