<%@LANGUAGE="VBSCRIPT"%> <% Dim rsRobFox Dim rsRobFox_numRows Set rsRobFox = Server.CreateObject("ADODB.Recordset") rsRobFox.ActiveConnection = MM_ConnToffeeWeb_STRING rsRobFox.Source = "SELECT * FROM efcnews WHERE articletype = 'fox' ORDER BY datestamp DESC" rsRobFox.CursorType = 0 rsRobFox.CursorLocation = 2 rsRobFox.LockType = 1 rsRobFox.Open() rsRobFox_numRows = 0 %> ToffeeWeb: Columns - Rob Fox
Skip to Main Content
Members:   Log In Sign Up
Text:  A  A  A
<% Do while NOT rsRobFox.EOF %> <%rsRobFox.MoveNext%><%Loop%>

Rob Fox — View from the Street
Our newest columnist Rob Fox offers in-depth analysis on everything Everton



"><%=rsRobFox("headline")%> {<%=rsRobFox("day")%> <%=rsRobFox("month")%>}
Previously this season {2005-06}
   

Rob Fox — View form the Street, 2004-05 Season

 


OK

We use cookies to enhance your experience on ToffeeWeb and to enable certain features. By using the website you are consenting to our use of cookies in accordance with our cookie policy.

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