<%=rs("title")%>
发布时间:<%=rs("data")%>
文章来源:<%=rs("ly")%>
<%if rs("qx")="1" then%><%if session("username")<>"" then%> <% call ShowArticleContent() %>
<%else%>
该文章仅会员可以查看
<%end if%>
<%else%><% call ShowArticleContent() %>
<%end if%>
<%=ShowNews_next()%>