home *** CD-ROM | disk | FTP | other *** search
/ 221.214.14.186 / 221.214.14.186.tar / 221.214.14.186 / lc / web.asp < prev    next >
Text File  |  2012-11-22  |  57KB  |  1,048 lines

  1. <html>
  2. <head>
  3. <title>┴─│╟╨╦┼⌐═°</title>
  4. <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  5. <!-- #include virtual="inc/xnw_style2.inc.asp"-->
  6. <!-- #include virtual="inc/function.inc.asp"-->
  7. <LINK href="shiweb.files/sy(1).css" type=text/css rel=stylesheet>
  8. <script language="JavaScript" type="text/JavaScript">
  9. <!--
  10. function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  11.   if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
  12.     document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  13.   else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
  14. }
  15. MM_reloadPage(true);
  16.  
  17. function MM_timelineGoto(tmLnName, fNew, numGotos) { //v2.0
  18.   //
  19.   var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,lastKeyFr,propNum,theObj;
  20.   if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time
  21.   tmLn = document.MM_Time[tmLnName];
  22.   if (numGotos != null)
  23.     if (tmLn.gotoCount == null) tmLn.gotoCount = 1;
  24.     else if (tmLn.gotoCount++ >= numGotos) {tmLn.gotoCount=0; return}
  25.   jmpFwd = (fNew > tmLn.curFrame);
  26.   for (i = 0; i < tmLn.length; i++) {
  27.     sprite = (jmpFwd)? tmLn[i] : tmLn[(tmLn.length-1)-i]; //count bkwds if jumping back
  28.     if (sprite.charAt(0) == "s") {
  29.       numKeyFr = sprite.keyFrames.length;
  30.       firstKeyFr = sprite.keyFrames[0];
  31.       lastKeyFr = sprite.keyFrames[numKeyFr - 1];
  32.       if ((jmpFwd && fNew<firstKeyFr) || (!jmpFwd && lastKeyFr<fNew)) continue; //skip if untouchd
  33.       for (keyFrm=1; keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]; keyFrm++);
  34.       for (j=0; j<sprite.values.length; j++) {
  35.         props = sprite.values[j];
  36.         if (numKeyFr == props.length) propNum = keyFrm-1 //keyframes only
  37.         else propNum = Math.min(Math.max(0,fNew-firstKeyFr),props.length-1); //or keep in legal range
  38.         if (sprite.obj != null) {
  39.           if (props.prop2 == null) sprite.obj[props.prop] = props[propNum];
  40.           else        sprite.obj[props.prop2][props.prop] = props[propNum];
  41.       } }
  42.     } else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);
  43.   }
  44.   tmLn.curFrame = fNew;
  45.   if (tmLn.ID == 0) eval('MM_timelinePlay(tmLnName)');
  46. }
  47.  
  48. function MM_timelinePlay(tmLnName, myID) { //v1.2
  49.   //
  50.   var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,propNum,theObj,firstTime=false;
  51.   if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time
  52.   tmLn = document.MM_Time[tmLnName];
  53.   if (myID == null) { myID = ++tmLn.ID; firstTime=true;}//if new call, incr ID
  54.   if (myID == tmLn.ID) { //if Im newest
  55.     setTimeout('MM_timelinePlay("'+tmLnName+'",'+myID+')',tmLn.delay);
  56.     fNew = ++tmLn.curFrame;
  57.     for (i=0; i<tmLn.length; i++) {
  58.       sprite = tmLn[i];
  59.       if (sprite.charAt(0) == 's') {
  60.         if (sprite.obj) {
  61.           numKeyFr = sprite.keyFrames.length; firstKeyFr = sprite.keyFrames[0];
  62.           if (fNew >= firstKeyFr && fNew <= sprite.keyFrames[numKeyFr-1]) {//in range
  63.             keyFrm=1;
  64.             for (j=0; j<sprite.values.length; j++) {
  65.               props = sprite.values[j]; 
  66.               if (numKeyFr != props.length) {
  67.                 if (props.prop2 == null) sprite.obj[props.prop] = props[fNew-firstKeyFr];
  68.                 else        sprite.obj[props.prop2][props.prop] = props[fNew-firstKeyFr];
  69.               } else {
  70.                 while (keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]) keyFrm++;
  71.                 if (firstTime || fNew==sprite.keyFrames[keyFrm-1]) {
  72.                   if (props.prop2 == null) sprite.obj[props.prop] = props[keyFrm-1];
  73.                   else        sprite.obj[props.prop2][props.prop] = props[keyFrm-1];
  74.         } } } } }
  75.       } else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);
  76.       if (fNew > tmLn.lastFrame) tmLn.ID = 0;
  77.   } }
  78. }
  79.  
  80. function MM_initTimelines() { //v4.0
  81.     //MM_initTimelines() Copyright 1997 Macromedia, Inc. All rights reserved.
  82.     var ns = navigator.appName == "Netscape";
  83.     var ns4 = (ns && parseInt(navigator.appVersion) == 4);
  84.     var ns5 = (ns && parseInt(navigator.appVersion) > 4);
  85.     document.MM_Time = new Array(2);
  86.     document.MM_Time[0] = new Array(2);
  87.     document.MM_Time["Timeline1"] = document.MM_Time[0];
  88.     document.MM_Time[0].MM_Name = "Timeline1";
  89.     document.MM_Time[0].fps = 8;
  90.     document.MM_Time[0][0] = new String("sprite");
  91.     document.MM_Time[0][0].slot = 1;
  92.     if (ns4)
  93.         document.MM_Time[0][0].obj = document["Layer2"];
  94.     else if (ns5)
  95.         document.MM_Time[0][0].obj = document.getElementById("Layer2");
  96.     else
  97.         document.MM_Time[0][0].obj = document.all ? document.all["Layer2"] : null;
  98.     document.MM_Time[0][0].keyFrames = new Array(1, 8, 20, 35);
  99.     document.MM_Time[0][0].values = new Array(3);
  100.     if (ns5)
  101.         document.MM_Time[0][0].values[0] = new Array("142px", "144px", "147px", "150px", "153px", "155px", "157px", "152px", "145px", "138px", "129px", "120px", "110px", "100px", "90px", "81px", "73px", "66px", "60px", "54px", "54px", "54px", "54px", "54px", "54px", "54px", "54px", "54px", "54px", "54px", "54px", "54px", "54px", "54px", "54px");
  102.     else
  103.         document.MM_Time[0][0].values[0] = new Array(142,144,147,150,153,155,157,152,145,138,129,120,110,100,90,81,73,66,60,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54);
  104.     document.MM_Time[0][0].values[0].prop = "left";
  105.     if (ns5)
  106.         document.MM_Time[0][0].values[1] = new Array("403px", "401px", "400px", "398px", "396px", "394px", "390px", "386px", "384px", "382px", "380px", "378px", "376px", "374px", "372px", "370px", "369px", "367px", "366px", "365px", "365px", "365px", "365px", "365px", "365px", "365px", "365px", "365px", "365px", "365px", "365px", "365px", "365px", "365px", "365px");
  107.     else
  108.         document.MM_Time[0][0].values[1] = new Array(403,401,400,398,396,394,390,386,384,382,380,378,376,374,372,370,369,367,366,365,365,365,365,365,365,365,365,365,365,365,365,365,365,365,365);
  109.     document.MM_Time[0][0].values[1].prop = "top";
  110.     if (!ns4) {
  111.         document.MM_Time[0][0].values[0].prop2 = "style";
  112.         document.MM_Time[0][0].values[1].prop2 = "style";
  113.     }
  114.     if (ns5)
  115.         document.MM_Time[0][0].values[2] = new Array("67px", "66px", "66px", "65px", "65px", "64px", "64px", "64px", "63px", "63px", "62px", "62px", "61px", "61px", "60px", "60px", "59px", "59px", "58px", "58px", "58px", "58px", "58px", "58px", "58px", "58px", "58px", "58px", "58px", "58px", "58px", "58px", "58px", "58px", "58px");
  116.     else
  117.         document.MM_Time[0][0].values[2] = new Array(67,66,66,65,65,64,64,64,63,63,62,62,61,61,60,60,59,59,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58);
  118.     document.MM_Time[0][0].values[2].prop = "height";
  119.     if (!ns4)
  120.         document.MM_Time[0][0].values[2].prop2 = "style";
  121.     document.MM_Time[0][1] = new String("behavior");
  122.     document.MM_Time[0][1].frame = 53;
  123.     document.MM_Time[0][1].value = "MM_timelineGoto('Timeline1','1')";
  124.     document.MM_Time[0].lastFrame = 53;
  125.     document.MM_Time[1] = new Array(0);
  126.     document.MM_Time["Timeline2"] = document.MM_Time[1];
  127.     document.MM_Time[1].MM_Name = "Timeline2";
  128.     document.MM_Time[1].fps = 15;
  129.     document.MM_Time[1].lastFrame = 0;
  130.     for (i=0; i<document.MM_Time.length; i++) {
  131.         document.MM_Time[i].ID = null;
  132.         document.MM_Time[i].curFrame = 0;
  133.         document.MM_Time[i].delay = 1000/document.MM_Time[i].fps;
  134.     }
  135. }
  136. //-->
  137. </script>
  138. </head>
  139.  
  140. <BODY bgColor=#ffffff text=#0099FF leftMargin=4 topMargin=4 
  141. marginwidth="4" marginheight="4" onLoad="MM_timelinePlay('Timeline1')">
  142. <!--#include virtual="city/lc/webhead.inc.asp"-->
  143. <table width="796" border="0" align="center" cellpadding="0" cellspacing="0">
  144.   <tr> 
  145.     <td width="74" rowspan="2" bgcolor="#009900"><img src="sdxnw_bs75_75.jpg" width="74" height="75" border="0"></td>
  146.     <td width="102" height="29" bgcolor="#009900"><a href="/" target="_blank"><img src="xnw_word.jpg" width="100" height="31" border="0"></a></td>
  147.     <td width="502" rowspan="2" bgcolor="#009900">
  148.     <img border="0" src="img/Ap18154a.jpg" width="404" height="75"><a href="http://www.tianqi.cn/"><img border="0" src="img/╬▐▒Ω╠Γ.JPG" width="97" height="77"></a></td>
  149.     <td width="118" rowspan="2" bgcolor="#000080"><div align="center"> 
  150.         <font color="#000080"> 
  151.         <img border="0" src="img/121.gif" width="115" height="76">
  152.         </font>
  153.       </div></td>
  154.   </tr>
  155.   <tr> 
  156.     <td bgcolor="#008000" width="102"><img border="0" src="img/name_word.jpg" width="100" height="43"></td>
  157.   </tr>
  158. </table>
  159. <TABLE cellSpacing=0 cellPadding=0 width=431 align=center border=0 height="369">
  160.   <TBODY>
  161.     <TR> 
  162.       <TD align=middle width=998 bgColor=#6FD9D7 height="24"> <TABLE height=20 cellSpacing=0 cellPadding=0 width=616 border=0>
  163.           <TBODY>
  164.             <TR> 
  165.               <TD width=25 height=20 bgcolor="#6FD9D7"><IMG height=20 src="shiweb.files/syt30.gif" 
  166.             width=12></TD>
  167.               <TD class=a5 vAlign=bottom width=210 height=20 bgcolor="#6FD9D7"><font color="#0000FF">╫█║╧┐∞╤╢</font></TD>
  168.               <TD class=a5 vAlign=bottom width=66 bgcolor="#6FD9D7"><a onClick="window.open(this.href,'','top=0,width=800,height=650,scrollbars=no ');return false;"href="/zhkx_list.asp?scxx=15" target="_blank">...╕ⁿ╢α</a></TD>
  169.               <TD width=25 height=20 bgcolor="#6FD9D7"><IMG height=20 src="shiweb.files/syt30.gif" 
  170.             width=12></TD>
  171.               <TD class=a5 vAlign=bottom width=290 
  172.       height=20 bgcolor="#6FD9D7"><font color="#0000FF">╝█╕±╨╨╟Θ</font></TD>
  173.             </TR>
  174.           </TBODY>
  175.         </TABLE></TD>
  176.       <TD width=4 bgColor=#6FD9D7 height="24"></TD>
  177.       <TD align=middle width=175 bgColor=#6FD9D7 height="24"> <TABLE height=20 cellSpacing=0 cellPadding=0 width=161 border=0>
  178.           <TBODY>
  179.             <TR> 
  180.               <TD width=25 bgcolor="#6FD9D7"><IMG height=20 src="shiweb.files/syt30.gif" width=12></TD>
  181.               <TD class=a5 vAlign=bottom width=136 bgcolor="#6FD9D7"><FONT class=a2 color="#0000FF"><strong>╠∞╞°╘ñ▒¿</strong></FONT></TD>
  182.             </TR>
  183.           </TBODY>
  184.         </TABLE></TD>
  185.     </TR>
  186.     <TR> 
  187.       <TD width=998 height="345"> <TABLE cellSpacing=0 cellPadding=0 width=401 border=0>
  188.           <TBODY>
  189.             <TR> 
  190.               <TD align=middle width=708 bgColor=#EFEFEF> <TABLE width=107 border=0 cellpadding="0" cellspacing="0" bgcolor="#DBF2F1">
  191.                   <TBODY>
  192.                     <TR align=middle> 
  193.                       <TD bgcolor="#CCFFCC" width="380" height="307"><div align="center"> 
  194.                           <table width="605" height="410" border="0">
  195.                             <tr> 
  196.                               <td width="469" height="406"><div align="center">
  197.                                 <img border="0" src="img/a26c50aa5c187289fc97ad82f27e032c.jpg" width="444" height="313" align="left"></div></td>
  198.                               <td width="0" height="406">íí</td>
  199.                             </tr>
  200.                           </table>
  201.                         </div></TD>
  202.                     </TR>
  203.                     <TR align=middle> 
  204.                       <TD valign="top" bgcolor="#DBF2F1" width="380"><TABLE width=315 border=0 align="right" cellpadding="0" cellspacing="0" class=button>
  205.                           <TBODY>
  206.                             <TR> 
  207.                               <TD height=17 width="386"> 
  208.                                 <table width="353" border="0" cellpadding="0" cellspacing="0">
  209.                                   <tr> 
  210.                                     <td width="108" valign="bottom"><div align="right"><a href="/tpkx_list.asp?scxx=15" target="_blank"><font color="#0000FF">í╛═╝╞¼┐∞╤╢í┐</font></a> 
  211.                                       </div></td>
  212.                                     <td width="246">
  213.                                     <table width="245" border="0" cellpadding="0" cellspacing="0">
  214.                                         <tr> 
  215.                                           <td width="245" valign="top">
  216.                                                 <font size="5" color="#FF0000" face="┴Ñ╩Θ"><b>╢¼ ╔½ ╚τ ┤║</b></font><br>
  217. íí</td>  
  218.                                         </tr>  
  219.                                       </table></td>  
  220.                                   </tr>  
  221.                                 </table></TD>  
  222.                             </TR>  
  223.                           </TBODY>  
  224.                         </TABLE></TD>  
  225.                     </TR>  
  226.                   </TBODY>  
  227.                 </TABLE></TD>  
  228.               <TD vAlign=bottom align=middle width=290 bgColor=#ffffff> <table width=263 height=1   
  229.             border=0 align="left" cellpadding=0 cellspacing=0 class=a6>  
  230.                   <tbody>  
  231.                     <tr>   
  232.                       <td align=right height="1" width="261"><iframe marginwidth=0 marginheight=0   
  233.                   src="/jghq_lists1.asp?scxx=15" frameborder=0 width=280 scrolling=no   
  234.                   height=<%=196 %>><a href="http://<%=getsms%>/sms/" target="_blank"><img src="img/dx1.gif" width="60" height="70" border="0"> </iframe></a></td>     
  235.                     </tr>  
  236.                     <tr>   
  237.                       <td height="21" align=right width="261"> <a   
  238.                   class=a6   
  239.                   href="jghq.asp"   
  240.                   target=_blank><font color="#0000FF">╕ⁿ╢α..>></font></a> </td>  
  241.                     </tr>  
  242.                   </tbody>  
  243.                 </table></TD>  
  244.             </TR>  
  245.             <TR align=middle bgcolor="#8fd3d2">   
  246.               <TD colSpan=2 bgcolor="#6FD9D7" width="728"><TABLE height=20 cellSpacing=0 cellPadding=0 width=579 border=0>  
  247.                   <TBODY>  
  248.                     <TR>   
  249.                       <TD width=24 height=20><IMG height=20   
  250.                   src="shiweb.files/syt31.gif" width=12></TD>  
  251.                       <TD width=68 height=20 class=a5><FONT class=a2 color=#FF6600><b>╜±╚╒═╖╠⌡ú║</b></FONT></TD>  
  252.                       <TD class=a6 width=487 height=20> <b><font color="red">
  253.                         <marquee height="5">╜¿╔Φ╔τ╗ß╓≈╥σ╨┬┼⌐┤σ,░╤╜Γ╛÷"╚²┼⌐"╬╩╠Γ╫≈╬¬╓╪╓╨╓«╓╪</marquee>                                       
  254.                         </font></b></TD> 
  255.                     </TR> 
  256.                   </TBODY> 
  257.                 </TABLE> </TD> 
  258.             </TR> 
  259.           </TBODY> 
  260.         </TABLE> 
  261.         <table width="567" border="0" cellpadding="0" cellspacing="0" height="85"> 
  262.           <tr> 
  263.             <td width="677" height="85">
  264.             <a href="http://www.cma.gov.cn/cma_new/qxzt/zhengji/zhengji.htm">
  265.             <img border="0" src="img/zhengming.gif" width="642" height="90"></a></td> 
  266.           </tr> 
  267.         </table></TD> 
  268.       <TD width=4 bgColor=#000000 height="345"></TD> 
  269.       <TD vAlign=top align=middle width=175 bgColor=#CCFFCC height="345"> <TABLE width=140 border=0 align="center" cellpadding="0" cellspacing="0" class=button> 
  270.           <TBODY> 
  271.             <TR>  
  272.               <TD height=8 width="138" bgcolor="#CCFFCC"></TD> 
  273.             </TR> 
  274.             <TR>  
  275.               <TD height=19 width="138" bgcolor="#CCFFCC"> <MARQUEE style="FONT-SIZE: 9pt; HEIGHT: 100px" scrollAmount=1 
  276. direction=up width="139" height="12"><IFRAME marginWidth=0  marginHeight=0  
  277.             cellspacing="0" cellpadding="0" 
  278.                 src="/city/lc/xw/dqyb.asp" frameBorder=0 width=148 
  279.             scrolling=no height=300  ></IFRAME></MARQUEE ></TD> 
  280.             </TR> 
  281.             <TR> 
  282.               <TD height=19 width="138" bgcolor="#CCFFCC"><div align="right"><a 
  283.                   href="/city/lc/xw/dqyb.asp"  
  284.                   target=_blank class="a6" onClick="window.open(this.href,'','top=0,width=300,height=500,scrollbars=no ');return false;"><font color="#0000FF">╕ⁿ╢α..>></font></a></div></TD> 
  285.             </TR> 
  286.           </TBODY> 
  287.         </TABLE> 
  288.         <TABLE height=22 cellSpacing=0 cellPadding=0 width=133 border=0> 
  289.           <TBODY> 
  290.             <TR>  
  291.               <TD align=middle bgColor=#6fd9d7 width="131"> <TABLE height=20 cellSpacing=0 cellPadding=0 width=145 border=0> 
  292.                   <TBODY> 
  293.                     <TR>  
  294.                       <TD width=25><IMG height=20 src="shiweb.files/syt30.gif"  
  295.                   width=12></TD> 
  296.                       <TD class=a5 vAlign=bottom width=120><strong><font color="#0000FF">╣⌐╟≤╚╚╧▀</font></strong></TD> 
  297.                     </TR> 
  298.                   </TBODY> 
  299.                 </TABLE></TD> 
  300.             </TR> 
  301.           </TBODY> 
  302.         </TABLE> 
  303.         <TABLE width=123 height="41" border=0 align="center" class=a7> 
  304.           <TBODY> 
  305.             <TR>  
  306.               <TD width="115" height=1 bgcolor="#CCFFCC"></TD> 
  307.             </TR> 
  308.             <TR>  
  309.               <TD height=9 width="115" bgcolor="#CCFFCC"><IFRAME marginWidth=0  marginHeight=0  
  310.             cellspacing="0" cellpadding="0" 
  311.                 src="/gqxx_list.asp?scxx=15" frameBorder=0 width=159 
  312.             scrolling=no height=120  ></IFRAME></TD> 
  313.             </TR> 
  314.             <TR> 
  315.               <TD height=7 width="115" bgcolor="#CCFFCC"><div align="right"><font color="#0000FF"><a onClick="window.open(this.href,'','top=0,width=550,height=400,scrollbars=no ');return false;" target="_blank" href="/gqxx_list.asp?scxx=15">╕ⁿ╢α..</a>>></font></div></TD> 
  316.             </TR> 
  317.           </TBODY> 
  318.         </TABLE> 
  319.       </TD> 
  320.     </TR> 
  321.     <TR>  
  322.       <TD width=998 bgColor=#CCFFCC height="1"></TD> 
  323.       <TD width=4 bgColor=#CCFFCC height="1"></TD> 
  324.       <TD width=175 bgColor=#CCFFCC height="1"></TD> 
  325.     </TR> 
  326.   </TBODY> 
  327. </TABLE> 
  328. <TABLE cellSpacing=0 cellPadding=0 width=619 align=center border=0> 
  329.   <TBODY> 
  330.     <TR>  
  331.       <TD width=581 bgColor=#6FD9D7> <TABLE height=22 cellSpacing=0 cellPadding=0 width=597 border=0> 
  332.           <TBODY> 
  333.             <TR>  
  334.               <TD width=184 align=middle  
  335.           bgColor=#6FD9D7>íí</TD> 
  336.               <TD width=233 align=middle  
  337.           bgColor=#6FD9D7> 
  338. íí</TD> 
  339.               <TD width=79  
  340.           bgColor=#6FD9D7>
  341.                 <div id="Layer1" style="position:absolute; width:50px; height:41px; z-index:1; left: 629px; top: 137px"><a onClick="window.open(this.href,'','top=0,width=790,height=550,scrollbars=auto ');return false;" href="http://<%=getemail%>" target="_blank"><img src="img/mail.gif" width="50" height="40" border="0"></a></div></TD> 
  342.               <TD vAlign=center align=middle width=101 bgColor="#6FD9D7"><div align="center"><a onClick="window.open(this.href,'','top=0,width=790,height=600,scrollbars=yes ');return false;" href="/fbxx/fbxx.asp" target="_blank"><strong><font color="#0000FF">╨┼╧ó╖ó▓╝</font></strong></a></div></TD> 
  343.             </TR> 
  344.           </TBODY> 
  345.         </TABLE></TD> 
  346.       <TD width=28 bgColor=#6FD9D7></TD> 
  347.       <TD width=259 align=middle valign="bottom" bgColor="#6FD9D7" ><div align="center"><font color="#0000FF"><strong>╨┼╧ó╘▒╚δ┐┌</strong> </font></div></TD> 
  348.     </TR> 
  349.     <TR>  
  350.       <TD width=581> <TABLE height=110 cellSpacing=0 cellPadding=0 width=618 border=0> 
  351.           <TBODY> 
  352.             <TR>  
  353.               <TD width=1 bgColor=#99CCFF height=20></TD> 
  354.               <TD align=middle background=shiweb.files/syt24.gif bgColor=#99CCFF  
  355.           colSpan=2 height=20 width="66"> <TABLE height=20 cellSpacing=0 cellPadding=0 width=66 border=0> 
  356.                   <TBODY> 
  357.                     <TR>  
  358.                       <TD class=a9 align=middle bgcolor="#CCFFCC" width="64"><font color="#0000FF">▒╛╡╪╠╪▓·</font></TD> 
  359.                     </TR> 
  360.                   </TBODY> 
  361.                 </TABLE></TD> 
  362.               <TD align=right width=277 bgColor=#CCFFCC height=20><SPAN  
  363.             class=a9>...</SPAN><a onClick="window.open(this.href,'','top=0,width=550,height=600,scrollbars=no ');return false;" target="_blank" href="/dftc_list.asp?scxx=15"><font color="#0000FF">╕ⁿ╢α</font></a>    </TD> 
  364.               <TD width=18 bgColor=#99CCFF height=20></TD> 
  365.               <TD align=middle background=shiweb.files/syt24.gif bgColor=#99CCFF  
  366.           colSpan=2 height=20 width="111"> <TABLE height=20 cellSpacing=0 cellPadding=0 width=76 border=0> 
  367.                   <TBODY> 
  368.                     <TR>  
  369.                       <TD class=a9 align=middle bgcolor="#CCFFCC" width="74"><font color="#0000FF">╓¬├√╞≤╥╡</font></TD> 
  370.                     </TR> 
  371.                   </TBODY> 
  372.                 </TABLE></TD> 
  373.               <TD align=right width=398 bgColor=#CCFFCC height=20><SPAN  
  374.             class=a9>...</SPAN><a onClick="window.open(this.href,'','top=0,width=550,height=600,scrollbars=no ');return false;" target="_blank" href="/zmqy_list.asp?scxx=15"><font color="#0000FF">╕ⁿ╢α</font></a><font color="#0000FF">  </font>  </TD> 
  375.             </TR> 
  376.             <TR>  
  377.               <TD width=1 bgColor=#CCFFCC></TD> 
  378.               <TD align=middle bgColor=#CCFFCC colSpan=2 height=78 width="66"><img border="0" src="img/Ap17138.JPG" width="66" height="87"></TD> 
  379.               <TD vAlign=top align=middle bgColor=#CCFFCC height=90 rowSpan=2 width="277">  
  380.                 <TABLE class=a10 height=85 cellSpacing=0 cellPadding=0 width=202  
  381.             border=0> 
  382.                   <TBODY> 
  383.                     <TR>  
  384.                       <TD height="85" width="200"><IFRAME marginWidth=0  marginHeight=0  
  385.             cellspacing="0" cellpadding="0" 
  386.                 src="/dftc_list.asp?scxx=15" frameBorder=0 width=210 
  387.             scrolling=no height=80 ></IFRAME></TD> 
  388.                     </TR> 
  389.                   <TBODY> 
  390.                   <TBODY> 
  391.                   <TBODY> 
  392.                   <TBODY> 
  393.                   </TBODY> 
  394.                 </TABLE></TD> 
  395.               <TD bgColor=#CCFFCC width="18"></TD> 
  396.               <TD align=middle bgColor=#CCFFCC colSpan=2 height=78 width="111"><IMG height=87 src="shiweb.files/zmqy.jpg" width=73  
  397.             border=0></TD> 
  398.               <TD vAlign=top align=middle bgColor=#CCFFCC height=90 rowSpan=2 width="398">  
  399.                 <TABLE class=a10 height=85 cellSpacing=0 cellPadding=0 width=241  
  400.             border=0> 
  401.                   <TBODY> 
  402.                     <TR>  
  403.                       <TD width="239"><IFRAME marginWidth=0  marginHeight=0  
  404.             cellspacing="0" cellpadding="0" 
  405.                 src="/zmqy_list.asp?scxx=15" frameBorder=0 width=210 
  406.             scrolling=no height=80 ></IFRAME></TD> 
  407.                     </TR> 
  408.                   <TBODY> 
  409.                   <TBODY> 
  410.                   <TBODY> 
  411.                   <TBODY> 
  412.                   </TBODY> 
  413.                 </TABLE></TD> 
  414.             </TR> 
  415.             <TR>  
  416.               <TD width=1 bgColor=#CCFFCC height=12></TD> 
  417.               <TD width=35 bgColor=#CCFFCC height=12></TD> 
  418.               <TD width=29 bgColor=#CCFFCC height=12></TD> 
  419.               <TD bgColor=#CCFFCC height=12 width="18"></TD> 
  420.               <TD width=83 bgColor=#CCFFCC height=12></TD> 
  421.               <TD width=26 bgColor=#CCFFCC height=12></TD> 
  422.             </TR> 
  423.           </TBODY> 
  424.         </TABLE> 
  425.         <TABLE cellSpacing=0 cellPadding=0 width=619 border=0> 
  426.           <TBODY> 
  427.             <TR>  
  428.               <TD background=shiweb.files/syt25.gif bgColor=#CCFFCC  
  429.         height=1 width="617"></TD> 
  430.             </TR> 
  431.           </TBODY> 
  432.         </TABLE> 
  433.         <TABLE height=110 cellSpacing=0 cellPadding=0 width=618 border=0> 
  434.           <TBODY> 
  435.             <TR>  
  436.               <TD width=3 bgColor=#CCFFCC height=20></TD> 
  437.               <TD align=middle background=shiweb.files/syt24.gif bgColor=#CCFFCC  
  438.           colSpan=2 height=20 width="63"> <TABLE height=20 cellSpacing=0 cellPadding=0 width=64 border=0> 
  439.                   <TBODY> 
  440.                     <TR>  
  441.                       <TD class=a9 align=middle width="62" bgcolor="#CCFFCC"><font color="#0000FF">╖└▓í│µ║ª</font></TD> 
  442.                     </TR> 
  443.                   </TBODY> 
  444.                 </TABLE></TD> 
  445.               <TD align=right width=226 bgColor=#CCFFCC height=20><A  
  446.             href="http://www.jschina.com.cn/gb/jschina/node1759/node2857/node2860/index.html"></A><SPAN  
  447.             class=a9>...</SPAN><a onClick="window.open(this.href,'','top=0,width=550,height=600,scrollbars=no ');return false;" target="_blank" href="/fbch_list.asp?fbch=26">╕ⁿ╢α</a>    </TD> 
  448.               <TD width=12 bgColor=#CCFFCC height=20></TD> 
  449.               <TD align=middle background=shiweb.files/syt24.gif bgColor=#CCFFCC  
  450.           colSpan=2 height=20 width="80"> <TABLE height=20 cellSpacing=0 cellPadding=0 width=73 border=0> 
  451.                   <TBODY> 
  452.                     <TR>  
  453.                       <TD class=a9 align=middle bgcolor="#CCFFCC" width="71"><font color="#0000FF">├≈╨╟╧τ╒≥</font></TD> 
  454.                     </TR> 
  455.                   </TBODY> 
  456.                 </TABLE></TD> 
  457.               <TD align=right width=297 bgColor=#CCFFCC height=20><SPAN  
  458.             class=a9>...</SPAN><a onClick="window.open(this.href,'','top=0,width=550,height=600,scrollbars=no ');return false;" target="_blank" href="/mxxz_list.asp? scxx=15">╕ⁿ╢α</a>    </TD> 
  459.             </TR> 
  460.             <TR>  
  461.               <TD width=3 bgColor=#CCFFCC></TD> 
  462.               <TD align=middle bgColor=#CCFFCC colSpan=2 height=78 width="63"><IMG height=78 src="shiweb.files/fbch.jpg" width=64  
  463.             border=0></TD> 
  464.               <TD vAlign=top align=middle bgColor=#CCFFCC height=90 rowSpan=2 width="226">  
  465.                 <TABLE class=a10 height=85 cellSpacing=0 cellPadding=0 width=206  
  466.             border=0> 
  467.                   <TBODY> 
  468.                     <TR>  
  469.                       <TD width="204"><IFRAME marginWidth=0  marginHeight=0  
  470.             cellspacing="0" cellpadding="0" 
  471.                 src="/fbch_list.asp" frameBorder=0 width=210 
  472.             scrolling=no height=80 ></IFRAME></TD> 
  473.                     </TR> 
  474.                   <TBODY> 
  475.                   <TBODY> 
  476.                   <TBODY> 
  477.                   <TBODY> 
  478.                   </TBODY> 
  479.                 </TABLE></TD> 
  480.               <TD bgColor=#CCFFCC width="12"></TD> 
  481.               <TD align=middle bgColor=#CCFFCC colSpan=2 height=78 width="80"><img height=78 src="shiweb.files/mxxz.jpg" width=69  
  482.             border=0></TD> 
  483.               <TD vAlign=top align=middle bgColor=#CCFFCC height=90 rowSpan=2 width="297">  
  484.                 <TABLE class=a10 height=85 cellSpacing=0 cellPadding=0 width=233  
  485.             border=0> 
  486.                   <TBODY> 
  487.                     <TR>  
  488.                       <TD width="231"><IFRAME marginWidth=0  marginHeight=0  
  489.             cellspacing="0" cellpadding="0" 
  490.                 src="/mxxz_list.asp?scxx=15" frameBorder=0 width=210 
  491.             scrolling=no height=80 ></IFRAME></TD> 
  492.                     </TR> 
  493.                   <TBODY> 
  494.                   <TBODY> 
  495.                   <TBODY> 
  496.                   <TBODY> 
  497.                   </TBODY> 
  498.                 </TABLE></TD> 
  499.             </TR> 
  500.             <TR>  
  501.               <TD width=3 bgColor=#CCFFCC height=12></TD> 
  502.               <TD width=32 bgColor=#CCFFCC height=12></TD> 
  503.               <TD width=29 bgColor=#CCFFCC height=12></TD> 
  504.               <TD bgColor=#CCFFCC height=12 width="12"></TD> 
  505.               <TD width=40 bgColor=#CCFFCC height=12></TD> 
  506.               <TD width=38 bgColor=#CCFFCC height=12></TD> 
  507.             </TR> 
  508.           </TBODY> 
  509.         </TABLE> 
  510.         <TABLE cellSpacing=0 cellPadding=0 width=617 border=0> 
  511.           <TBODY> 
  512.             <TR>  
  513.               <TD background=shiweb.files/syt25.gif bgColor=#CCFFCC  
  514.         height=1 width="615"></TD> 
  515.             </TR> 
  516.           </TBODY> 
  517.         </TABLE> 
  518.         <TABLE height=110 cellSpacing=0 cellPadding=0 width=619 border=0> 
  519.           <TBODY> 
  520.             <TR>  
  521.               <TD width=4 bgColor=#CCFFCC height=20></TD> 
  522.               <TD align=middle background=shiweb.files/syt24.gif bgColor=#CCFFCC  
  523.           colSpan=2 height=20 width="56"> <TABLE height=20 cellSpacing=0 cellPadding=0 width=66 border=0> 
  524.                   <TBODY> 
  525.                     <TR>  
  526.                       <TD class=a9 align=middle bgcolor="#CCFFCC" width="64"><font color="#0000FF">╠╪╔½┼⌐╥╡</font></TD> 
  527.                     </TR> 
  528.                   </TBODY> 
  529.                 </TABLE></TD> 
  530.               <TD align=right width=221 bgColor=#CCFFCC height=20><SPAN  
  531.             class=a9>...</SPAN><a onClick="window.open(this.href,'','top=0,width=550,height=600,scrollbars=no ');return false;" target="_blank" href="/tsny_list.asp?scxx=15">╕ⁿ╢α</a>    </TD> 
  532.               <TD width=2 bgColor=#CCFFCC height=20></TD> 
  533.               <TD align=middle background=shiweb.files/syt24.gif bgColor=#CCFFCC  
  534.           colSpan=2 height=20 width="84"> <TABLE height=20 cellSpacing=0 cellPadding=0 width=80 border=0> 
  535.                   <TBODY> 
  536.                     <TR>  
  537.                       <TD class=a9 align=middle bgcolor="#CCFFCC" width="78"><font color="#0000FF">├√╙┼╠╪▓·</font></TD> 
  538.                     </TR> 
  539.                   </TBODY> 
  540.                 </TABLE></TD> 
  541.               <TD align=right width=289 bgColor=#CCFFCC height=20><SPAN  
  542.             class=a9>...</SPAN><a onClick="window.open(this.href,'','top=0,width=550,height=600,scrollbars=no ');return false;" target="_blank" href="/mytc_list.asp?scxx=15">╕ⁿ╢α</a>    </TD> 
  543.             </TR> 
  544.             <TR>  
  545.               <TD width=4 bgColor=#CCFFCC></TD> 
  546.               <TD align=middle bgColor=#CCFFCC colSpan=2 height=78 width="56"><IMG height=78 src="shiweb.files/tsny.jpg" width=65  
  547.             border=0></TD> 
  548.               <TD vAlign=top align=middle bgColor=#CCFFCC height=90 rowSpan=2 width="221">  
  549.                 <TABLE class=a10 height=85 cellSpacing=0 cellPadding=0 width=203  
  550.             border=0> 
  551.                   <TBODY> 
  552.                     <TR>  
  553.                       <TD width="201"><IFRAME marginWidth=0  marginHeight=0  
  554.             cellspacing="0" cellpadding="0" 
  555.                 src="/tsny_list.asp?scxx=15" frameBorder=0 width=210 
  556.             scrolling=no height=80 ></IFRAME></TD> 
  557.                     </TR> 
  558.                   <TBODY> 
  559.                   <TBODY> 
  560.                   <TBODY> 
  561.                   <TBODY> 
  562.                   </TBODY> 
  563.                 </TABLE></TD> 
  564.               <TD bgColor=#CCFFCC width="2"></TD> 
  565.               <TD align=middle bgColor=#CCFFCC colSpan=2 height=78 width="84"><img border="0" src="img/Ap17176.JPG" width="72" height="87"></TD> 
  566.               <TD vAlign=top align=middle bgColor=#CCFFCC height=90 rowSpan=2 width="289">  
  567.                 <TABLE class=a10 height=85 cellSpacing=0 cellPadding=0 width=229  
  568.             border=0> 
  569.                   <TBODY> 
  570.                     <TR>  
  571.                       <TD width="227"><IFRAME marginWidth=0  marginHeight=0  
  572.             cellspacing="0" cellpadding="0" 
  573.                 src="/mytc_list.asp?scxx=15" frameBorder=0 width=210 
  574.             scrolling=no height=80  ></IFRAME></TD> 
  575.                     </TR> 
  576.                   <TBODY> 
  577.                   <TBODY> 
  578.                   <TBODY> 
  579.                   <TBODY> 
  580.                   </TBODY> 
  581.                 </TABLE></TD> 
  582.             </TR> 
  583.             <TR>  
  584.               <TD width=4 bgColor=#CCFFCC height=12></TD> 
  585.               <TD width=31 bgColor=#CCFFCC height=12></TD> 
  586.               <TD width=23 bgColor=#CCFFCC height=12></TD> 
  587.               <TD bgColor=#CCFFCC height=12 width="2"></TD> 
  588.               <TD width=52 bgColor=#CCFFCC height=12></TD> 
  589.               <TD width=30 bgColor=#CCFFCC height=12></TD> 
  590.             </TR> 
  591.           </TBODY> 
  592.         </TABLE> 
  593.         <TABLE cellSpacing=0 cellPadding=0 width=618 border=0> 
  594.           <TBODY> 
  595.             <TR>  
  596.               <TD background=shiweb.files/syt25.gif bgColor=#CCFFCC  
  597.         height=1 width="616"></TD> 
  598.             </TR> 
  599.           </TBODY> 
  600.         </TABLE> 
  601.          
  602.       </TD> 
  603.       <TD width=28 bgColor=#000000></TD> 
  604.       <TD width=259 align=middle bgcolor=#CCFFCC> <TABLE height=2 cellSpacing=0 cellPadding=0 width=173 border=0> 
  605.           <TBODY> 
  606.             <TR> </TR> 
  607.           </TBODY> 
  608.         </TABLE> 
  609.         <TABLE width=146 height=57 border=0 cellpadding="0" cellspacing="0"> 
  610.           <TBODY> 
  611.             <TR>  
  612.               <TD height="57" width="203"><form name="form1" method="post" action="http://<% =getdata %>/data/user/reslogin.asp" target="_blank"> 
  613.                   <TABLE width="164" border=0 cellPadding=3 cellSpacing=2> 
  614.                     <TBODY> 
  615.                       <TR>  
  616.                         <TD width="96" > </TD> 
  617.                       </TR> 
  618.                       <TR>  
  619.                         <TD width="96" align=right>╙├╗º├√</TD> 
  620.                         <TD width="97" align=left><input name="username" type="text" class="input" id="username" size="12" input>  
  621.                         </TD> 
  622.                       </TR> 
  623.                       <TR>  
  624.                         <TD align=right width="96">├▄íí┬δ</TD> 
  625.                         <TD align=left width="97"><input name="password" type="password" class="input" id="password" size="12"></TD> 
  626.                       </TR> 
  627.                     </TBODY> 
  628.                   </TABLE>  <table width="166" border="0"> 
  629.                     <tr> 
  630.                       <td width="158"><div align="center"> 
  631.                           <input type="submit" name="Submit2" value="╡╟┬╝" class="button"> 
  632.                         </div></td> 
  633.                     </tr> 
  634.                   </table> 
  635.                 </FORM></TD> 
  636.             </TR> 
  637.           </TBODY> 
  638.         </TABLE> 
  639.         <TABLE height=22 cellSpacing=0 cellPadding=0 width=163 border=0> 
  640.           <TBODY> 
  641.             <TR>  
  642.               <TD align=middle background=shiweb.files/syt40.gif bgColor=#00FFFF width="176">  
  643.                 <TABLE height=20 cellSpacing=0 cellPadding=0 width=172 border=0> 
  644.                   <TBODY> 
  645.                     <TR>  
  646.                       <TD width=35 bgcolor="#6FD9D7"><font color="#CCFFCC"><IMG height=20 src="shiweb.files/syt38.gif"  
  647.                   width=11></font></TD> 
  648.                       <TD class=a5 vAlign=bottom  
  649.             width=137 bgcolor="#6FD9D7"><strong><font color="#0000FF">╞°╧≤╖■╬±</font></strong></TD> 
  650.                     </TR> 
  651.                   </TBODY> 
  652.                 </TABLE></TD> 
  653.             </TR> 
  654.           </TBODY> 
  655.         </TABLE> 
  656.         <TABLE height=2 cellSpacing=0 cellPadding=0 width=177 border=0> 
  657.           <TBODY> 
  658.             <TR>  
  659.               <TD height="2" width="175"></TD> 
  660.             </TR> 
  661.           </TBODY> 
  662.         </TABLE> 
  663.         <table width="138" border="0" bgcolor="#ff820e"> 
  664.           <tr>  
  665.             <td width="199" height="66" bgcolor="#6FD9D7"><TABLE width=166 border=0 align="center" cellPadding=0 cellSpacing=0> 
  666.                 <TBODY> 
  667.                   <TR>  
  668.                     <TD width="164" ><font color="#CCFFCC">[<a href="/qxxn_show.asp?qxxn=12" target="_blank">╚½╩í╠∞╞°╘ñ▒¿</a>]</font></TD> 
  669.                   </TR> 
  670.                 <TBODY> 
  671.                   <TR>  
  672.                     <TD vAlign=top width="164" ><font color="#CCFFCC">[<a onClick="window.open(this.href,'','top=0,width=800,height=590,scrollbars=yes ');return false;" href="/sdly.asp" target="_blank">╩í─┌┬├╙╬╘ñ▒¿</a>]</font></TD> 
  673.                   </TR> 
  674.                 <TBODY> 
  675.                   <TR>  
  676.                     <TD vAlign=top width="164" ><font color="#CCFFCC">[<a href="/load/sd06js.txt" target="_blank">╜╡╦«┴┐▒φ</a>]</font></TD> 
  677.                   </TR> 
  678.                 <TBODY> 
  679.                   <TR>  
  680.                     <TD vAlign=top width="164" ><font color="#CCFFCC">[<a onClick="window.open(this.href,'','top=0,width=810,height=610,scrollbars=yes ');return false;" href="/load/yt.asp" target="_blank">╬└╨╟╘╞═╝</a>]</font></TD> 
  681.                   </TR> 
  682.                 <TBODY> 
  683.                 </TBODY> 
  684.               </TABLE></td> 
  685.           </tr> 
  686.           <tr>  
  687.             <td height="9" bgcolor="#6FD9D7" width="199"><div align="right">  
  688.                 <table width="64" border="0" align="right"> 
  689.                   <tr> 
  690.                     <td width="58"><div align="right"><a href="/city/lc/qxfw.asp" target="_blank"><font color="#0000FF">╕ⁿ╢α..</font></a><font color="#CCFFCC">>></font></div></td> 
  691.                   </tr> 
  692.                 </table> 
  693.                  
  694.               </div></td> 
  695.           </tr> 
  696.         </table>  
  697.         <TABLE height=22 cellSpacing=0 cellPadding=0 width=160 border=0> 
  698.           <TBODY> 
  699.             <TR>  
  700.               <TD align=middle background=shiweb.files/syt40.gif bgColor=#ffba6f width="176">  
  701.                 <TABLE height=20 cellSpacing=0 cellPadding=0 width=171 border=0> 
  702.                   <TBODY> 
  703.                     <TR>  
  704.                       <TD width=25 bgcolor="#6FD9D7"><font color="#CCFFCC"><IMG height=20 src="shiweb.files/syt38.gif"  
  705.                   width=11></font></TD> 
  706.                       <TD class=a5 vAlign=bottom  
  707.             width=146 bgcolor="#6FD9D7"><strong><font color="#0000FF">╩╡╙├╝╝╩⌡</font></strong></TD> 
  708.                     </TR> 
  709.                   </TBODY> 
  710.                 </TABLE></TD> 
  711.             </TR> 
  712.           </TBODY> 
  713.         </TABLE> 
  714.         <table width="148" border="0"> 
  715.           <tr> 
  716.             <td width="183" height="84" valign="top" bgcolor="#6FD9D7"><table width="169" border="0" align="center" bgcolor="#ff820e"> 
  717.                 <tr>  
  718.                   <td width="161" bgcolor="#6FD9D7"><font color="#CCFFCC"><IFRAME marginWidth=0  marginHeight=0  
  719.             cellspacing="0" cellpadding="0" 
  720.                 src="/kjjx_list.asp" frameBorder=0 width=150 
  721.             scrolling=no height=60 ></font></IFRAME></td> 
  722.                 </tr> 
  723.                 <tr>  
  724.                   <td bgcolor="#6FD9D7" width="161"><div align="right"><font color="#CCFFCC"><a onClick="window.open(this.href,'','top=0,width=550,height=500,scrollbars=no ');return false;" target="_blank" href="/kjjx_list.asp?scxx=15">╕ⁿ╢α..</a>>></font></div></td> 
  725.                 </tr> 
  726.               </table></td> 
  727.           </tr> 
  728.         </table> 
  729.          
  730.       </TD> 
  731.     </TR> 
  732.   </TBODY> 
  733. </TABLE> 
  734. <TABLE height=182 cellSpacing=0 cellPadding=0 width=470 align=center border=1 bordercolor="#CCFFFF"> 
  735.   <TBODY> 
  736.     <TR>  
  737.       <TD align=middle width=614 background=shiweb.files/syt16.gif bgColor=#fed7ac  
  738.     height=22> <TABLE height=20 cellSpacing=0 cellPadding=0 width=612 border=0> 
  739.           <TBODY> 
  740.             <TR>  
  741.               <TD width=26 height=20 bgcolor="#6FD9D7"><font color="#CCFFCC"><IMG height=20 src="shiweb.files/syt31.gif"  
  742.             width=12></font></TD> 
  743.               <TD class=a5 vAlign=bottom height=20 bgcolor="#6FD9D7" width="582"><font color="#CCFFCC"><A  
  744.             href="http://www.jschina.com.cn/#"></A></font><font color="#0000FF">╒╛─┌╡╝║╜</font></TD> 
  745.             </TR> 
  746.           </TBODY> 
  747.         </TABLE></TD> 
  748.       <TD width=3 bgColor=#000000 height=22></TD> 
  749.       <TD align=middle width=231 background=shiweb.files/syt19.gif bgColor=#e24000  
  750.     height=22> <TABLE height=20 cellSpacing=0 cellPadding=0 width=179 border=0> 
  751.           <TBODY> 
  752.             <TR>  
  753.               <TD width=16 bgcolor="#6FD9D7"><font color="#CCFFCC"><IMG height=22 src="shiweb.files/syt37.gif" width=11></font></TD> 
  754.               <TD class=a5 vAlign=bottom width=163 bgcolor="#6FD9D7"><strong><font color="#0000FF">╨╦┼⌐─▄╩╓</font></strong></TD> 
  755.             </TR> 
  756.           </TBODY> 
  757.         </TABLE></TD> 
  758.     </TR> 
  759.     <TR>  
  760.       <TD align=middle width=614 bgColor=#d9d9d9 height=154 bordercolor="#CCFFFF"> <TABLE class=a11 height=226 cellSpacing=0 cellPadding=0 width=612  
  761. border=0> 
  762.           <TBODY> 
  763.             <TR>  
  764.               <TD width=7 bgcolor="#CCFFCC"><font color="#CCFFCC"><IMG height=18 src="shiweb.files/syt46.gif" width=5></font></TD> 
  765.               <TD width=74 bgcolor="#CCFFCC"><font color="#CCFFCC">[<a href="bsgk.asp">▒╛╩╨╕┼┐÷</a>]</font></TD> 
  766.               <TD colspan="4" bgcolor="#CCFFCC" width="501">╜Θ╔▄╡▒╡╪╡─╨╨╒■╟°╗«íó╡╪└φ╕┼├▓íó╫╘╚╗╫╩╘┤íó╛¡╝├╕┼┐÷íú</TD> 
  767.             </TR> 
  768.             <TR>  
  769.               <TD width=7 height="18" bgcolor="#CCFFCC"><font color="#CCFFCC"><IMG height=18 src="shiweb.files/syt46.gif" width=5></font></TD> 
  770.               <TD width=74 bgcolor="#CCFFCC"><font color="#CCFFCC">[<a href="jghq.asp">╝█╕±╨╨╟Θ</a>]</font></TD> 
  771.               <TD colspan="4" bgcolor="#CCFFCC" width="501">╜Θ╔▄╡▒╡╪┼⌐├│╩╨│í╡─┼⌐╕▒▓·╞╖╩╡╩▒╫╝╚╖╡─╩╨│í╝█╕±íó╕≈└α┼⌐╫╩╥⌐▓─╡╚╩╨│í╨╨╟Θíú</TD> 
  772.             </TR> 
  773.             <TR>  
  774.               <TD width=7 bgcolor="#CCFFCC"><IMG height=18 src="shiweb.files/syt46.gif" width=5></TD> 
  775.               <TD width=74 bgcolor="#CCFFCC">[<a href="qxxx.asp">╞°╧≤╨┼╧ó</a>]</TD> 
  776.               <TD colspan="4" bgcolor="#CCFFCC" width="501">╠ß╣⌐╖ß╕╗╡─╠∞╞°╘ñ▒¿íó┼⌐╥╡╞°╧≤╨┼╧óíú</TD> 
  777.             </TR> 
  778.             <TR>  
  779.               <TD width=7 bgcolor="#CCFFCC"><IMG height=18 src="shiweb.files/syt46.gif" width=5></TD> 
  780.               <TD width=74 bgcolor="#CCFFCC">[<a href="mytc.asp">├√╙┼╠╪▓·</a>]</TD> 
  781.               <TD width=225 bgcolor="#CCFFCC">╜Θ╔▄▒╛╡╪╡─┼⌐╠╪▓·╞╖íó╙┼┴╝╞╖╓╓íú</TD> 
  782.               <TD width=6 bgcolor="#CCFFCC">íí</TD> 
  783.               <TD width=65 bgcolor="#CCFFCC">íí</TD> 
  784.               <TD width=223 bgcolor="#CCFFCC">íí</TD> 
  785.             </TR> 
  786.             <TR>  
  787.               <TD width=7 bgcolor="#CCFFCC"><IMG height=18 src="shiweb.files/syt46.gif" width=5></TD> 
  788.               <TD width=74 bgcolor="#CCFFCC">[<a href="zsxx.asp?mark=1">╒╨╔╠╨┼╧ó</a>]</TD> 
  789.               <TD colspan="4" bgcolor="#CCFFCC" width="501">╜Θ╔▄▒╛╡╪╫╩╘┤ú¼╖ó▓╝╒╨╔╠╨┼╧óíó╒╨╔╠╒■▓▀íú</TD> 
  790.             </TR> 
  791.             <TR>  
  792.               <TD width=7 bgcolor="#CCFFCC"><IMG height=18 src="shiweb.files/syt46.gif" width=5></TD> 
  793.               <TD width=74 bgcolor="#CCFFCC">[<a href="qyzc.asp">╞≤╥╡╓«┤░</a>]</TD> 
  794.               <TD colspan="4" bgcolor="#CCFFCC" width="501">╜Θ╔▄╡▒╡╪╡─╓¬├√╞≤╥╡íó┤≤╨═┼·╖ó╜╗╥╫╩╨│ííó┼⌐├│╩╨│í╡╚íú</TD> 
  795.             </TR> 
  796.             <TR>  
  797.               <TD width=7 bgcolor="#CCFFCC"><IMG height=18 src="shiweb.files/syt46.gif" width=5></TD> 
  798.               <TD width=74 bgcolor="#CCFFCC">[<a href="fjms.asp?mark=1">╖τ╛░├√╩ñ</a>]</TD> 
  799.               <TD colspan="4" bgcolor="#CCFFCC" width="501">╜Θ╔▄▒╛╡╪╡─├√╩ñ╣┼╝úíó╖τ╛░╟°ú¼╠╪╔½┬├╙╬╡╚íú</TD> 
  800.             </TR> 
  801.             <TR>  
  802.               <TD width=7 height="20" bgcolor="#CCFFCC"><IMG height=18 src="shiweb.files/syt46.gif" width=5></TD> 
  803.               <TD width=74 bgcolor="#CCFFCC"><font color="#000000">[</font><font color="#0000FF">╞°╧≤╖■╬±</font><font color="#000000">]</font></TD> 
  804.               <TD colspan="4" bgcolor="#CCFFCC" width="501">╒δ╢╘╕≈╨╨╕≈╥╡╡─╩╡╝╩╨Φ╥¬ú¼╬¬╞≤╥╡╔╠╝╥íó╓╓╤°╓▓┤≤╗º╡╚╙├╗º╠ß╣⌐╕≈╓╓╫¿╥╡╞°╧≤╖■╬±íú</TD> 
  805.             </TR> 
  806.             <TR>  
  807.               <TD height=19 bgcolor="#CCFFCC" width="7"><IMG height=18 src="shiweb.files/syt46.gif" width=5></TD> 
  808.               <TD height=19 bgcolor="#CCFFCC" width="74">[<a href="dffg.asp">╡╪╖╜╖¿╣µ</a>] </TD> 
  809.               <TD height=19 colspan="4" bgcolor="#CCFFCC" width="501">╜Θ╔▄▒╛╡╪╡─╔µ┼⌐╝░╞Σ╦ⁿ╨╨╥╡╡─╙╨╣╪╖¿┬╔íó╒■▓▀íó╣µ╢¿íú</TD> 
  810.             </TR> 
  811.             <TR>  
  812.               <TD bgcolor="#CCFFCC" width="7"><IMG height=18 src="shiweb.files/syt46.gif" width=5></TD> 
  813.               <TD bgcolor="#CCFFCC" width="74">[<a href="nykj.asp">┼⌐╥╡┐╞╝╝</a>]</TD> 
  814.               <TD colspan="4" bgcolor="#CCFFCC" width="501">╜Θ╔▄┼⌐╥╡┐╞╝╝╨┼╧óíó═╞╣π┼⌐╥╡╩╡╙├╝╝╩⌡íó╠ß╣⌐┼⌐─┴╙µ╘╘┼α╤°╓│╡╚╝╝╩⌡╫╔╤»íú</TD> 
  815.             </TR> 
  816.           </TBODY> 
  817.         </TABLE></TD> 
  818.       <TD width=3 bgColor=#000000 height=154 bordercolor="#CCFFFF"></TD> 
  819.       <TD vAlign=top align=middle width=231 bgColor=#B70000 height=154 bordercolor="#CCFFFF"> <TABLE height=6 cellSpacing=0 cellPadding=0 width=179 border=0> 
  820.           <TBODY> 
  821.             <TR>  
  822.               <TD bgcolor="#CCFFCC" width="177"></TD> 
  823.             </TR> 
  824.           </TBODY> 
  825.         </TABLE> 
  826.         <table width="179" border="0" align="center" bgcolor="#99CCFF"> 
  827.           <tr>  
  828.             <td width="171" bgcolor="#CCFFCC"><IFRAME marginWidth=0  marginHeight=0  
  829.             cellspacing="0" cellpadding="0" 
  830.                 src="/xnns_list.asp" frameBorder=0 width=148 
  831.             scrolling=no height=200 ></IFRAME></td> 
  832.           </tr> 
  833.           <tr>  
  834.             <td bgcolor="#CCFFCC" width="171"><div align="right"><font color="#0000FF"><a onClick="window.open(this.href,'','top=0,width=550,height=500,scrollbars=no ');return false;" target="_blank" href="xnns_list.asp?scxx=15">╕ⁿ╢α..</a>>></font></div></td> 
  835.           </tr> 
  836.         </table> </TD> 
  837.     </TR> 
  838.     <TR>  
  839.       <TD width=614 bgColor=#CCFFCC height=6></TD> 
  840.       <TD width=3 bgColor=#CCFFCC height=6></TD> 
  841.       <TD width=231 bgColor=#CCFFCC height=6></TD> 
  842.     </TR> 
  843.   </TBODY> 
  844. </TABLE> 
  845. <table cellspacing=0 cellpadding=0 width=786 align=center border=0> 
  846.   <tbody> 
  847.     <tr>  
  848.       <td align=middle width=638 bgcolor=#6FD9D7>  
  849.         <table height=20 cellspacing=0 cellpadding=0 width=581 border=0> 
  850.           <tbody> 
  851.             <tr>  
  852.               <td width=26 height=20 bgcolor="#6FD9D7"><img height=20 src="shiweb.files/syt30.gif"  
  853.                   width=12></td> 
  854.               <td height=20 valign=bottom bgcolor="#6FD9D7" class=a5 width="551"><font color="#0000FF">┼⌐═°╒╣╠¿</font></td> 
  855.             </tr> 
  856.           </tbody> 
  857.         </table></td> 
  858.       <td width=23 bgcolor=#6FD9D7></td> 
  859.       <td align=middle width=267 bgcolor=#6FD9D7>  
  860.         <table height=20 cellspacing=0 cellpadding=0 width=174 border=0> 
  861.           <tbody> 
  862.             <tr>  
  863.               <td width=38><img height=20 src="shiweb.files/syt30.gif" width=12></td> 
  864.               <td class=a5 valign=bottom width=136><strong><font color="#0000FF">╙╤╟Θ┴┤╜╙</font></strong></td> 
  865.             </tr> 
  866.           </tbody> 
  867.         </table></td> 
  868.     </tr> 
  869.     <tr>  
  870.       <td width=638 bgcolor="#CCFFCC"> 
  871.      
  872.         <table width="601" height="111" border="0"> 
  873.           <tr> 
  874.             <td width="595" height="109" bgcolor="#CCFFCC"> 
  875.               <TABLE height=9 cellSpacing=0 cellPadding=0 width=587 border=0> 
  876.                 <TBODY> 
  877.                   <TR>  
  878.                     <TD width="587" height="9" bgcolor="#CCFFCC" bordercolor="#009900"><marquee><img border="0" src="img/▓╦1.jpg" width="110" height="80"><img border="0" src="img/▓╦4.jpg" width="112" height="79"><img border="0" src="img/▓╦7.jpg" width="119" height="79"><img border="0" src="img/▓╦5.jpg" width="124" height="79"><img border="0" src="img/▓╦8.jpg" width="119" height="79"></marquee></TD> 
  879.                   </TR> 
  880.                 </TBODY> 
  881.               </TABLE> 
  882.               </IFRAME> 
  883.             </td> 
  884.           </tr> 
  885.         </table> 
  886.        </td> 
  887.       <td width=23 bgcolor=#CCFFCC></td> 
  888.       <td valign=top align=middle width=267 bgcolor=#CCFFCC>  
  889.         <table cellspacing=0 cellpadding=0 width=186 border=0 height="113"> 
  890.           <tbody> 
  891.             <tr>  
  892.               <td align=middle bgcolor="#CCFFCC" width="199" height="113">  
  893.                 <table cellspacing=3 cellpadding=3 width=195 border=0> 
  894.                   <tbody> 
  895.                     <tr>  
  896.                       <td width="179" height="18"><div align="center">  
  897.                         <font color="#CCFFCC">  
  898.                         <select name="select1" onChange="javascript:window.open(this.options[this.selectedIndex].value)" style="font-size: 10pt; color: #800000"> 
  899.                             <option selected>╧╪╝╢╨╦┼⌐═°</option> 
  900.                             <option value="gaotang">╕▀ ╠╞</option> 
  901.                             <option value="chiping">▄▌ ╞╜</option> 
  902.                             <option value="donge">╢½ ░ó</option> 
  903.                             <option value="yg">╤⌠ ╣╚</option> 
  904.                             <option value="shenxian">▌╖ ╧╪</option> 
  905.                             <option value="gx">╣┌ ╧╪</option> 
  906.                             <option value="linqing">┴┘ ╟σ</option> 
  907.                           </select> 
  908.                         </font> 
  909.                         </div></td> 
  910.                     </tr> 
  911.                     <tr>  
  912.                       <td align=right width="179"><div align="center">  
  913.                           <font color="#CCFFCC">  
  914.                           <select name="select3" onChange="javascript:window.open(this.options[this.selectedIndex].value)" style="font-size: 10pt; color: #800000"> 
  915.                             <option selected>╨┬╬┼═°╒╛</option> 
  916.                             <option value=http://www.peopledaily.com.cn>╚╦├±═°</option> 
  917.                             <option value=http://www.xinhua.org>╨┬╗¬═°</option> 
  918.                             <option  
  919.                     value=http://www.cctv.com>╤δ╩╙╣·╝╩</option> 
  920.                             <option  
  921.                     value=http://www.china.org>╓╨╣·═°</option> 
  922.                             <option  
  923.                     value=http://www.sina.com.cn>╨┬└╦═°</option> 
  924.                             <option  
  925.                     value=http://www.sohu.com.cn>╦╤║ⁿ</option> 
  926.                             <option  
  927.                     value=http://www.163.com>═°╥╫</option> 
  928.                             <option  
  929.                     value=http://www.china.com>╓╨╗¬═°</option> 
  930.                             <option  
  931.                     value=http://www.beijingnews.com.cn>╟º┴·═°</option> 
  932.                             <option  
  933.                     value=http://www.eastday.com.cn>╢½╖╜═°</option> 
  934.                             <option  
  935.                     value=http://www.dayoo.com.cn>┤≤╤≤═°</option> 
  936.                             <option  
  937.                     value=http://www.rednet.com.cn>║∞═°</option> 
  938.                             <option  
  939.                     value=http://www.anhuinews.com.cn>╓╨░▓═°</option> 
  940.                             <option  
  941.                     value=http://www.southcn.com>─╧╖╜═°</option> 
  942.                             <option  
  943.                     value=http://www.99sky.com>╛ú│■╨┬╬┼═°</option> 
  944.                             <option  
  945.                     value=http://www.enorth.com.cn>▒▒╖╜═°</option> 
  946.                             <option  
  947.                     value=http://www.nen.com.cn>╢½▒▒╨┬╬┼═°</option> 
  948.                             <option  
  949.                     value=http://www.dzdaily.com.cn>┤≤╓┌═°</option> 
  950.                           </select> 
  951.                           </font> 
  952.                         </div></td> 
  953.                     </tr> 
  954.                     <tr>  
  955.                       <td align=right width="179"><div align="center">  
  956.                           <font color="#CCFFCC">  
  957.                           <select name="select2" id="select7" style="font-size: 10pt; color: #800000" onChange="javascript:window.open(this.options[this.selectedIndex].value)"> 
  958.                             <option  selected>╞°╧≤═°╒╛</option>
  959.                             <option value="http://www.cma.gov.cn/" >╓╨╣·╞°╧≤╛╓</option>
  960.                             <option value="http://www.sdqx.gov.cn/">╔╜╢½╞°╧≤═°</option>
  961.                             <option value="http://www.wmo.ch/">╩└╜τ╞°╧≤╫Θ╓»</option>
  962.                             <option value="http://www.fmi.fi/">╖╥└╝╞°╧≤╨¡╗ß</option>
  963.                             <option value="http://www.vaisala.com/">Vaisala</option>
  964.                             <option value="http://www.zamg.ac.at/">░┬╡╪└√╞°╧≤</option>
  965.                             <option value="http://www.meto.govt.uk/">╙ó╣·╞°╧≤</option>
  966.                             <option value="http://www.thaimet.tmd.go.th/">╠⌐╣·╞°╧≤</option>
  967.                             <option value="http://www.dmi.dk/index.html">╡ñ┬≤╞°╧≤╤º╗ß</option>
  968.                             <option value="http://www.t7online.com/">╠∞╞°╘┌╧▀</option>
  969.                             <option value="http://www.ahqx.gov.cn/">░▓╗╒╞°╧≤╛╓</option>
  970.                             <option value="http://www.grmc.gov.cn/">╣π╢½╞°╧≤╛╓</option>
  971.                             <option value="http://www.thaimet.tmd.go.th/">║╙▒▒╞°╧≤╛╓</option>
  972.                             <option value="http://www.telms.com.cn/">╠∞╜≥╫¿╥╡╞°╧≤</option>
  973.                             <option value="http://www.qh.cninfo.net/weather/index.html">╟α║ú╞°╧≤╛╓</option>
  974.                             <option value="http://www.smb.ty.sx.cn/">╔╜╬≈╞°╧≤═°</option>
  975.                             <option value="http://www.sxmb.gov.cn/">╔┬╬≈╞°╧≤═°</option>
  976.                             <option value="http://www.qx121.com.cn">─■╧─╞°╧≤═° </option>
  977.                             <option value="http://www.weather.he.cninfo.net/">║╙▒▒╞°╧≤═°</option>
  978.                             <option value="http://www.hnzyqx.ha.cn/">║╙─╧╞°╧≤╖■╬±</option>
  979.                             <option value="http://qx121.363.net/index.htm">╦─┤¿╞°╧≤╨┼╧ó 
  980.                             </option>
  981.                             <option value="http://www.meteo.online.sh.cn/">╔╧║ú╞°╧≤╚╚╧▀</option>
  982.                             <option value="http://www.121.com.cn/">╔ε█┌╞°╧≤╠¿</option>
  983.                             <option value="http://www.info.gov.hk/hko/">╧π╕█╠∞╬─╠¿</option>
  984.                             <option value="http://www.underground.org.hk/chinese/">╧π╕█╡╪╧┬╠∞╬─╠¿ 
  985.                             </option>
  986.                             <option value="http://hkmrc.uhome.net/">╧π╕█╞°╤╨╦∙ </option>
  987.                             <option value="http://www.smg.gov.mo/">░─├┼╞°╧≤╠¿</option>
  988.                             <option value="http://www.cwb.gov.tw/">╠¿═σ╞°╧≤╛╓</option>
  989.                             <option value="http://msl.csrsr.ncu.edu.tw/">╓╨┤≤╞°╬└╩╡╤Θ</option>
  990.                             <option value="http://www.ccmif.com/">│ñ┤║╞°╥╟│º </option>
  991.                             <option value="http://www.nhweather.gd.cn/">─╧║ú╞°╧≤</option>
  992.                             <option value="http://159.226.205.80/">╓╨┼⌐╘║┼⌐╞°╦∙</option>
  993.                             <option value="http://www.wni.com.cn/">║ú╤≤╞°╧≤╡╝║╜</option>
  994.                             <option value="http://www.lyqx.lyptt.ha.cn/">╠∞╬─╞°╧≤═°</option>
  995.                             <option value="http://serve.cei.gov.cn/sl/sl03/l03index.htm">╞°╧≤╙δ╬╥├╟</option>
  996.                             <option value="http://weather.xj.cninfo.net/">╬ú╚╦╫╔╤»</option>
  997.                             <option value="http://www.xj121.com/index.asp">╬┌┬│─╛╞δ╞°╧≤</option>
  998.                             <option value="http://www.tongzhou.js.cn/zfzc/qixiang/index.htm">═¿╓▌╩╨╞°╧≤╛╓</option>
  999.                             <option value="http://www.weather.ln.cn/">┴╔─■╞°╧≤╠¿</option>
  1000.                             <option value="http://www.weather.hl.cn/">║┌┴·╜¡╞°╧≤╠¿</option>
  1001.                             <option value="http://121net.com.cn/">╣≤╓▌╫¿╥╡╞°╧≤</option>
  1002.                             <option value="http://www.qdtvweather.com.cn/">╟α╡║╞°╧≤╙░╩╙</option>
  1003.                             <option value="http://weathertv.fj.cninfo.net/">╕ú╜¿╞°╧≤╙░╩╙</option>
  1004.                             <option value="http://www.scanweather.com/">╜¡╦╒╞°╧≤╘┌╧▀</option>
  1005.                             <option value="http://202.99.6.56/weather/index.html">╠∞═°╞°╧≤▒¿╕µ</option>
  1006.                             <option value="http://www.qx121.com/">─■▓¿╞°╧≤</option>
  1007.                           </select>
  1008.                           </font>
  1009.                         </div></td>
  1010.                     </tr>
  1011.                   </tbody>
  1012.                 </table></tr>
  1013.           </tbody>
  1014.         </table></td>
  1015.     </tr>
  1016.   </tbody>
  1017. </table>
  1018. <table width="799" border="0" align="center" cellpadding="0" cellspacing="0">
  1019.   <tr>
  1020.     <td bgcolor="#6FD9D7" width="797"><table height=5 cellspacing=0 cellpadding=0 width=165 border=0>
  1021.         <tbody>
  1022.           <tr> 
  1023.             <td bgcolor="#6FD9D7"></td>
  1024.           </tr>
  1025.         </tbody>
  1026.       </table></td>
  1027.   </tr>
  1028. </table>
  1029. <hr width="770">
  1030. <!--#include virtual="/shiwebfoot.jsp"--><TABLE width=799 height=40 border=0 align=center cellPadding=0 cellSpacing=0 class="a6">
  1031.   <TBODY>
  1032.     <TR> 
  1033.       <TD 
  1034.     height=20 align=middle class=a4 width="797"><div align="center">╜¿╥Θ╩╣╙├ú║1024*768╖╓▒µ┬╩íó16Bit╤╒╔½íóNetscape6.0╗≥IE4.0╥╘╔╧░µ▒╛Σ»└└╞≈║═╓╨╬─┤≤╫╓╖√╝»</div></TD></TR>
  1035.     <TR>
  1036.       <TD 
  1037.     height=20 align=middle class=a4 width="797"><div align="center">╔╜╢½╨╦┼⌐═°░µ╚¿╦∙╙╨íí╬┤╛¡╨φ┐╔╤╧╜√╕┤╓╞</div></TD></TR>
  1038.   </TBODY>
  1039. </TABLE>
  1040. <p> 
  1041. <TD background=img/loginbox_bk.gif> </p> 
  1042. </body>
  1043. </html>
  1044.  
  1045.  
  1046.  
  1047.  
  1048.