<%@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
Membership Sign-up  |  Existing Member Login   |  Help
Mobile edition RSS feeds Twitter Contact Us
A A A A
Loading...
News  |  Reports |  TV  |  MailBag  |  Columns  |  Articles  |  Forum  |  AdvertiseNews powered by Google:

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

 
advertisement
advertisement


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