<%
set rs=conn.execute("select top 12 * from article where anclassid=116 and uid='0' and article_pic<>'' order by articleid desc")
i=0
do while not rs.eof and i<5
if len(rs("article_title"))>10 then
title=left(rs("article_title"),9)&".."
else
title=rs("article_title")
end if
%>