<%@ Language="VBScript" %> <% option explicit %> <% Section = "Home" GetPageDetails(25) openDB DBFile dim theBackgroundImage, arrNews theBackgroundImage = getBackground(Section) strSQL = "SELECT TOP 2 News.* FROM News WHERE Active=Yes ORDER BY PublishDate DESC" openRS strSQL if not objRS.eof then arrNews = objRS.getRows() closeRS closeDB %> <%=PageTitle%>

<%=PageHeading%>



<%=PageContent%>