<%'=rsnews("content") %>
<%
If Request("page")="" Then
pageNum=0
Else
pageNum=Request("page")
End if
Content=Replace(rsnews("content"),"[NextPage]","|||")
ContentStr=split(Content,"|||")
For i=pageNum to pageNum
%>
<%=ContentStr(i)%>
<% Next %>
<%if ubound(ContentStr)>=1 then%>