<% sql="select top 1 * from article where articleType='ÐÂÎŶ¯Ì¬' and articlePic<>'' order by id desc" set rs=server.CreateObject("adodb.recordset") rs.open sql,conn,1,1 if not rs.eof then %> document.write("\">\" title=\"<%=rs("title")%>\" width=\"121\" height=\"108\" border=\"0\">"); <% end if rs.close %>