<%@LANGUAGE="VBSCRIPT"%> <% Dim rsTWNews Dim rsTWNews_numRows Dim rsTWSnippets Dim rsTWSnippets_numRows Set rsTWNews = Server.CreateObject("ADODB.Recordset") rsTWNews.ActiveConnection = MM_ConnToffeeWeb_STRING rsTWNews.Source = "SELECT TOP 25 * FROM efcnews WHERE section='headline' AND status <> 'hold' AND status <> 'archive' ORDER BY datestamp DESC" rsTWNews.CursorType = 0 rsTWNews.CursorLocation = 2 rsTWNews.LockType = 1 rsTWNews.Open() rsTWNews_numRows = 0 Set rsTWSnippets = Server.CreateObject("ADODB.Recordset") rsTWSnippets.ActiveConnection = MM_ConnToffeeWeb_STRING rsTWSnippets.Source = "SELECT TOP 100 * FROM efcnews WHERE section='brief' AND status <> 'hold' AND status <> 'archive' ORDER BY datestamp DESC" rsTWSnippets.CursorType = 0 rsTWSnippets.CursorLocation = 2 rsTWSnippets.LockType = 1 rsTWSnippets.Open() rsTWSnippets_numRows = 0 %> ToffeeWeb Mailbag Archive, 2005-06
Skip to Main Content
Members:   Log In Sign Up
Text:  A  A  A
/site1/navig/StartNews.txt" -->

ToffeeWeb Mailbag Archive
04-05 Index 06-07
Jul Aug Sep
Oct Nov Dec
Jan Feb Mar
Apr May Jun
 
Index for Season 2005-06

Letters from our readers, managed by Michael (TW Editor), Lyndon (Webmaster), Garry (Forum boss) and Colm (Columnist).  Want to have your say?

Navigate to previous months and seasons using the calendar (right):

<% rsTWSnippets.Close Set rsTWSnippets = Nothing rsTWNews.Close Set rsTWNews = Nothing %>
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.