<%@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

Essex Senior League Current League Table

 

 
 
 
2008 - 2009 Season
2007 - 2008 Season
2006 - 2007 Season
2005 - 2006 Season
2004 - 2005 Season
2003 - 2004 Season
2002 - 2003 Season
2001 - 2002 Season
2000 - 2001 Season
 
 
 

 

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