<% set dbrs = CreateRSet("SELECT TOP 5 * FROM T_NOTICE_E ORDER BY num DESC") do while not dbrs.EOF %>
">[<%=trim(dbrs("gubun"))%>] <% if Len(dbrs("title")) <= 15 then%> <%=dbrs("title")%> <% else%> <%=left(dbrs("title"),15)%>.. <% end if%>
l <%=left(dbrs("date"),10)%>
<% dbrs.MoveNext loop %>