<% set rs=server.CreateObject("ADODB.RecordSet")
sql="select * from article_info where nclassid=112 order by unid desc"
rs.open sql,oConn,1,1
i=0%>
<% While not rs.EOF AND i<6
if len(rs("title"))>15 then
title=left(rs("title"),15)
bb=".."
else
title=rs("title")
bb=""
end if %>