<%
num=0
do while not rs.eof
num=num+1
newsPic=rs("newsPic")
if newsPic<>"" and not isnull(newsPic) then
title=cutstr(rs("title"),50)&"(图)"
else
title=cutstr(rs("title"),50)
end if
title=TitleStype(title,rs("T_color"),rs("T_type"))
fbTime=rs("fbTime")
%>
<%
If num>=ps Then Exit Do
rs.movenext
loop
%>