document.write(""); <% url="xwdt.htm" sql="select top 5 * from article where articleType='"&request.QueryString("newsType")&"' order by id desc" set rs=server.CreateObject("adodb.recordset") rs.open sql,conn,1,1 while not rs.eof %> document.write(" "); document.write(" "); document.write(" "); <% rs.movenext wend rs.close %> document.write("
กก<%=formatdatetime(rs("inserttime"),vbshortdate)%>กก\" title=\"<%=rs("title")%>\"><%=InterceptString(rs("title"),40)%>
");