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

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

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