<%@LANGUAGE="VBSCRIPT"%> <% Dim rsViewBlue Dim rsViewBlue_numRows Set rsViewBlue = Server.CreateObject("ADODB.Recordset") rsViewBlue.ActiveConnection = MM_ConnToffeeWeb_STRING rsViewBlue.Source = "SELECT * FROM efcnews WHERE articletype = 'lloyd' ORDER BY datestamp DESC" rsViewBlue.CursorType = 0 rsViewBlue.CursorLocation = 2 rsViewBlue.LockType = 1 rsViewBlue.Open() rsViewBlue_numRows = 0 %> ToffeeWeb: Columns - View from the Blue — Index
Skip to Main Content
Members:   Log In Sign Up
Text:  A  A  A
View from the Blue
ToffeeWeb Webmaster, Lyndon Lloyd migrates his views from the Viewpoint section to a brand new column for 2004-05

Full-Length Articles

<% Do while NOT rsViewBlue.EOF %> <%rsViewBlue.MoveNext%><%Loop%>
"><%=rsViewBlue("headline")%> {<%=rsViewBlue("day")%> <%=rsViewBlue("month")%>}
2003 all over again? {7 Apr 2005}
2003 all over again? {31 Mar 2005}
Stomach for the fight {26 Feb 2005}
The real jewel in the crown {19 Feb 2005}
Farewell, Dr Jekyll. We hardly knew you {14 Jan 2005}
Beware the ghost of Everton past {21 Dec 2004}
Daring to criticise {14 Dec 2004}
Running out of road {7 Dec 2004}
If you know yer 'istory... {1 Dec 2004}
Will the truth ever out? {1 Nov 2004}
The Trouble with Bill... {8 Oct 2004}
Divide and Conquer {26 Aug 2004}
Kenwright Turns the Tables {14 Aug 2004}
Role Reversal { 6 Aug 2004}
The best of intentions {28 Jul 2004}
Money talks... {27 Jul 2004}
The Wolf in Sheep's Clothing {7 Jul 2004}

Random Thoughts  



ToffeeWeb Viewpoint 2003-04 Season

ToffeeWeb Viewpoint 2002-03 Season

ToffeeWeb Viewpoint 2001-02 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.

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