<%@LANGUAGE="VBSCRIPT"%> <% Dim indepthnewsarticle__MMColParam indepthnewsarticle__MMColParam = "1" If (Request.QueryString("ID") <> "") Then indepthnewsarticle__MMColParam = Request.QueryString("ID") End If %> <% Dim indepthnewsarticle Dim indepthnewsarticle_numRows Set indepthnewsarticle = Server.CreateObject("ADODB.Recordset") indepthnewsarticle.ActiveConnection = MM_ConnToffeeWeb_STRING indepthnewsarticle.Source = "SELECT * FROM indepthnews WHERE ID = " + Replace(indepthnewsarticle__MMColParam, "'", "''") + "" indepthnewsarticle.CursorType = 0 indepthnewsarticle.CursorLocation = 2 indepthnewsarticle.LockType = 1 indepthnewsarticle.Open() indepthnewsarticle_numRows = 0 %> ToffeeWeb - In-Depth News
Skip to Main Content
Members:   Log In Sign Up
Text:  A  A  A

In-Depth News
Season 2005-06


<%=(indepthnewsarticle.Fields.Item("Headline").Value)%>
<%=(indepthnewsarticle.Fields.Item("Day").Value)%> <%=(indepthnewsarticle.Fields.Item("Month").Value)%>, Season <%=(indepthnewsarticle.Fields.Item("Season").Value)%>

" border="1" hspace="20">
<%=(indepthnewsarticle.Fields.Item("caption").Value)%>

<%=(indepthnewsarticle.Fields.Item("Story").Value)%>

by <%=(indepthnewsarticle.Fields.Item("Author").Value)%>

 
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.

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