home *** CD-ROM | disk | FTP | other *** search
/ 221.214.14.186 / 221.214.14.186.tar / 221.214.14.186 / hz / web2.asp < prev    next >
Text File  |  2004-03-02  |  59KB  |  1,085 lines

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