|
Latest
News
<% While NOT objNews.EOF and newsCount <=3 %>
<% newsCount = newsCount + 1 %>
<% response.write FormatDateTime(objNews("Date_Created"),1) %>
<% response.write CropSentence(ClearHTMLTags(objNews("News_Body"), 0), 120, "...") %>
<% objNews.moveNext %>
<% Wend %>
|