<!--#include file="top.asp" -->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td align="center" style="background: url(images/banner_top.jpg) repeat-x center top #E2E2E2"><img src="images/tt6.jpg" width="999" height="173" /></td>
  </tr>
  <tr>
    <td height="25" style="background: url(images/b_bg.jpg) repeat-x center bottom #E2E2E2">&nbsp;</td>
  </tr>
</table>
<table width="1000" border="0" align="center" cellpadding="0" cellspacing="0">
<%
sql="select name,parentid,fid from forum where fid="&cint(request("fid"))&" and tid='n'"
rs3.open sql,conn,1,1
if rs3.eof then response.Redirect "index.asp"
'sql="select fid,name from forum where fid="&rs("parentid")&""
'rs2.open sql,conn,1,1
%>
  <tr>
    <td height="30" style="background:url(images/position.jpg) no-repeat bottom left; color:#999; font-size:14px; font-weight:bold">　　　Position &gt; <a href="news.asp?fid=<%=rs3("fid")%>" class="grayb"><%=rs3("name")%></a></td>
  </tr>
  <tr>
    <td height="30">&nbsp;</td>
  </tr>
<%
'rs2.close
'rs.close
%>
</table>
<table width="1000" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td width="224" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td height="35" style=" background:url(images/left_title.jpg) no-repeat left bottom;color:#97c45f; font-weight:bold; font-size:14px">　　<%=rs3("name")%></td>
      </tr>
      <tr>
        <td>&nbsp;</td>
      </tr>
      <%
	  i = year(now())
	  do while i>=2007
	  'for i=2007 to year(now())
	  %>
      <tr>
        <td height="36" style="background:url(images/line.jpg) repeat-x bottom"><table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td width="34"><img src="images/dot.jpg" width="34" height="34" /></td>
            <td><a href="news.asp?fid=<%=cint(request("fid"))%>&amp;key=<%=i%>" class="gray2"><%=i%></a></td>
          </tr>
        </table></td>
      </tr>
      <%
	  'next
	  i = i-1
	  loop
	  %>
    </table>
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td>&nbsp;</td>
        </tr>
        <tr>
          <td height="35" style=" background:url(images/left_title.jpg) no-repeat left bottom;color:#97c45f; font-weight:bold; font-size:14px"><%
		  sql="select * from forum where fid in(1,2) and fid<>"&cint(request("fid"))
		  rs.open sql,conn,1,1
		  response.write "　　<a href='news.asp?fid="&rs("fid")&"' style='color:#97c45f;font-weight:bold; font-size:14px; text-decoration:none'>"&rs("name")&"</a>"
		  rs.close
		  %></td>
        </tr>
      </table>
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td>&nbsp;</td>
        </tr>
        <tr>
          <td height="35" style=" background:url(images/left_title.jpg) no-repeat left bottom;color:#97c45f; font-weight:bold; font-size:14px">　　Site Search</td>
        </tr>
        <tr>
          <td height="50"><table border="0" cellpadding="0" cellspacing="0">
            <tr>
              <form id="form" name="form2" method="post" action="news.asp?key=keys&amp;fid=<%=cint(request("fid"))%>">
                <td height="27" valign="top"><input name="keys" type="text" id="keys" style="background:url(images/left_s_key.jpg) left; height:25px; border:0px; width:201px; padding-left:20px; line-height:25px"/></td>
                <td height="27"><input type="submit" name="button" id="button" value="" style="background:url(images/left_s_key.jpg) right; height:27px; border:0px; width:40px;"/></td>
                <td width="20">&nbsp;</td>
              </form>
            </tr>
          </table></td>
        </tr>
      </table></td>
    <td width="41" background="images/split3.jpg">&nbsp;</td>
    <td valign="top">
    <table width="100%" border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td height="35" style="background:url(images/title.jpg) no-repeat; color:#000; font-size:14px; font-weight:bold">　 <%=rs3("name")%></td>
      </tr>
      <%
	  rs3.close
	  %>
      <tr>
        <td>&nbsp;</td>
        </tr>
      <tr>
        <td style="line-height:20px"><table width="100%" border="0" cellspacing="0" cellpadding="10">
          <tr>
            <td valign="top"><%
						sql="select * from texts where tid="&cint(request("tid"))&" and fid="&cint(request("fid"))
						rs.open sql,conn,1,1
						%>
              <table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
                <tr>
                  <td height="40" align="center"><span style="color: #FF9900; font-size: 16px; font-weight: bold"><%=rs("title")%></span></td>
                </tr>
                <tr>
                  <td height="20" align="right"><a href="news.asp?fid=<%=cint(request("fid"))%>" class="gray2">&gt;&gt; Back</a></td>
                </tr>
                <tr>
                  <td align="left"><%=rs("info")%></td>
                </tr>
              </table>
              <% 
						rs.close
						%></td>
          </tr>
        </table></td>
      </tr>
    </table></td>
  </tr>
</table>
<!--#include file="bottom.asp" -->