<%if "" & Request.QueryString("id")<>"" then%> <%nContent=noticeQuery("nContent")%>
<%=noticeQuery("nTitle")%>
作者:<%=noticeQuery("mUser")%> 时间:<%=noticeQuery("nTime")%>
      <%=deFormatStr(nContent)%>
<%else%> <%while not noticeQuery.eof%> <%noticeQuery.MoveNext%> <%wend%>
标题时间
" target="_blank">"><%=noticeQuery("nTitle")%><%=noticeQuery("nTime")%>
<%=pagesNav%>
<%end if%>