<% Dim GetMems Set GetMems = Server.CreateObject("ADODB.Recordset") GetMems.Open "Select * From tblURLs where Featured=True", objConn, 3, 3 %> Tantra Connection
<% If GetMems.eof Then %> <% Else %>

Sorry! No URL posted as yet!!!

 
Useful Links
 
<% While not GetMems.eof %> <% GetMems.MoveNext counter=counter+1 Wend End If %>
Url Posted by
" target="_blank"><%=GetMems("url")%> <% if GetMems("name")="ADMIN" then %> TantraConnection <%else%> <%=GetMems("name")%> <%end if%>