home *** CD-ROM | disk | FTP | other *** search
/ 221.214.14.186 / 221.214.14.186.tar / 221.214.14.186 / zb / web.asp < prev    next >
Text File  |  2008-05-23  |  50KB  |  1,064 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(1);
  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("behavior");
  91.     document.MM_Time[0][0].frame = 53;
  92.     document.MM_Time[0][0].value = "MM_timelineGoto('Timeline1','1')";
  93.     document.MM_Time[0].lastFrame = 53;
  94.     document.MM_Time[1] = new Array(0);
  95.     document.MM_Time["Timeline2"] = document.MM_Time[1];
  96.     document.MM_Time[1].MM_Name = "Timeline2";
  97.     document.MM_Time[1].fps = 15;
  98.     document.MM_Time[1].lastFrame = 0;
  99.     for (i=0; i<document.MM_Time.length; i++) {
  100.         document.MM_Time[i].ID = null;
  101.         document.MM_Time[i].curFrame = 0;
  102.         document.MM_Time[i].delay = 1000/document.MM_Time[i].fps;
  103.     }
  104. }
  105. //-->
  106. </script>
  107. <script language="javaScript" type="text/javascript" SRC="js/pz_chromeless_2.1.js"></SCRIPT>
  108. <script language=Javascript>
  109. function hover(id,wert){
  110. if(document.all) document.all[id].filters.alpha.opacity = wert;
  111. }
  112. </script>
  113. <script>
  114. <!--
  115. function openIT() {
  116.     theURL="http://www.cwb.gov.tw/V4/weather/satellite/index.htm"
  117.     wname ="ttkoo"
  118.     W=800;
  119.     H=460;
  120.     windowCERRARa         = "img/close_a.gif"
  121.     windowCERRARd         = "img/close_d.gif"
  122.     windowCERRARo         = "img/close_o.gif"
  123.     windowNONEgrf         = "img/vficon.gif"
  124.     windowCLOCK        = "img/clock.gif"
  125.     windowREALtit        = "------| Chromeless Windows V2.1 |"
  126.     windowTIT             = "<font face=verdana size=1>------| www.sdxnw.gov.cn |</font>"
  127.     windowBORDERCOLOR       = "#000000"
  128.     windowBORDERCOLORsel    = "#FF8000"
  129.     windowTITBGCOLOR        = "#D7DCD9"
  130.     windowTITBGCOLORsel     = "#FFFFFF"
  131.     openchromeless(theURL, wname, W, H, windowCERRARa, windowCERRARd, windowCERRARo, windowNONEgrf, windowCLOCK, windowTIT, windowREALtit , windowBORDERCOLOR, windowBORDERCOLORsel, windowTITBGCOLOR, windowTITBGCOLORsel)
  132. }
  133.  
  134. function MM_swapImgRestore() { //v3.0
  135.   var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
  136. }
  137.  
  138. function MM_preloadImages() { //v3.0
  139.   var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
  140.     var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
  141.     if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
  142. }
  143.  
  144. function MM_findObj(n, d) { //v3.0
  145.   var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
  146.     d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  147.   if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  148.   for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); return x;
  149. }
  150.  
  151. function MM_swapImage() { //v3.0
  152.   var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
  153.    if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
  154. }
  155. //-->
  156. </script>
  157. <style type="text/css">
  158. <!--
  159. .unnamed1 {
  160.     font-size: 1px;
  161.     color: #FFFFFF;
  162. }
  163. .style1 {color: #009900}
  164. -->
  165. </style>
  166. </head>
  167.  
  168. <BODY bgColor=#ffffff text=#000000 leftMargin=4 topMargin=4 
  169. marginwidth="4" marginheight="4" onLoad="MM_timelinePlay('Timeline1')">
  170. <!--#include virtual="city/zb/webhead.inc.asp"-->
  171. <table width="770" border="0" align="center" cellpadding="0" cellspacing="0">
  172.   <tr> 
  173.     <td height="37"><img src="sygif/dddd.gif" width="176" height="65"></td>
  174.     <td width="417" bgcolor="#000066"><SCRIPT language=javascript>
  175. function click() {
  176. if (event.button==2) {
  177. alert('╗╢╙¡─·╡─╣Γ┴┘ú¼╨╗╨╗')
  178. }
  179. }
  180. document.onmousedown=click
  181. </SCRIPT> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="419" height="84">
  182.         <param name="movie" value="zb.swf">
  183.         <param name="quality" value="high">
  184.         <embed src="zb.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="419" height="84"></embed></object> 
  185.     </td>
  186.     <td width="173" bgcolor="#99CC99"> 
  187.       <div align="center"> 
  188.         <!-- #include virtual="date.jsp"-->
  189.       </div></td>
  190.   </tr>
  191. </table>
  192. <table width="50" border="0" cellpadding="0" cellspacing="00">
  193.   <tr>
  194.     <td width="44" class="unnamed1">1</td>
  195.   </tr>
  196. </table>
  197. <TABLE cellSpacing=0 cellPadding=0 width=770 align=center border=0>
  198.   <TBODY>
  199.     <TR> 
  200.       <TD align=middle width=595> 
  201.         <TABLE height=17 cellSpacing=0 cellPadding=0 width=596 border=0>
  202.           <TBODY>
  203.             <TR> 
  204.               <TD width=298 height=19><a href="/zhkx_list.asp?scxx=25"><img src="sygif/syzhkx.gif" width="300" height="20" border="0"></a></TD>
  205.               <TD width="298" height=17><a href="jghq.asp"><img src="sygif/syjqhq.gif" width="300" height="20" border="0"></a></TD>
  206.             </TR>
  207.           </TBODY>
  208.         </TABLE>
  209.       </TD>
  210.       <TD width=2 bgColor=#000000></TD>
  211.       <TD width=173 height="17" align=middle background="sygif/syqqyp.gif" bgColor=#FFFFFF>  
  212.       </TD>
  213.     </TR>
  214.     <TR> 
  215.       <TD width=595> <TABLE cellSpacing=0 cellPadding=0 width=595 border=0>
  216.           <TBODY>
  217.             <TR> 
  218.               <TD align=middle width=298> 
  219.                 <TABLE width=100% border=0 cellpadding="0" cellspacing="0">
  220.                   <TBODY>
  221.                     <TR align=middle> 
  222.                       <TD background="sygif/aa10.gif"> 
  223.                         <div align="center"> 
  224.                           <table width="137" height="166" border="0">
  225.                             <tr> 
  226.                               <td width="17" height="162"><div align="center"></div></td>
  227.                               <td width="110"><table width="247" height="190" border="0" cellpadding="0" cellspacing="0">
  228.                                   <tr> 
  229.                                     <td width="116" bordercolor="#FF9900"> 
  230.                                       <div align="center"><a href="xw/news_pic.htm" target="_blank"> 
  231.                                         <IFRAME marginWidth=0  marginHeight=0 
  232.             cellspacing="0" cellpadding="0"
  233.                 src="/tpkx_brown.asp?scxx=25" frameBorder=0 width=247
  234.             scrolling=no height=190  ></IFRAME>
  235.                                         </a></div></td>
  236.                                   </tr>
  237.                                 </table></td>
  238.                             </tr>
  239.                           </table>
  240.                         </div></TD>
  241.                     </TR>
  242.                     <TR align=middle> 
  243.                       <TD valign="top"><TABLE width=98% border=0 align="right" cellpadding="0" cellspacing="0" class=button>
  244.                           <TBODY>
  245.                             <TR> 
  246.                               <TD height=17> 
  247.                                 <table width="298" border="0" cellpadding="0" cellspacing="0" bgcolor="#00CC99">
  248.                                   <tr> 
  249.                                     <td width="97" align="left" valign="baseline" bgcolor="#FFFFFF"> 
  250.                                       <div align="right"><a href="/tpkx_list.asp?scxx=25" target="_blank"><font color="#FF6600">í╛═╝╞¼┐∞╤╢í┐</font></a> 
  251.                                       </div></td>
  252.                                     <td width="201" valign="top"> 
  253.                                       <table width="201" border="0" cellpadding="0" cellspacing="0">
  254.                                         <tr> 
  255.                                           <td width="195" valign="top" bgcolor="#FFFFFF"> 
  256.                                             <iframe marginwidth=0  marginheight=0 
  257.             cellspacing="0" cellpadding="0"
  258.                 src="/tpkx1_list.asp?scxx=25" frameborder=0 width=200
  259.             scrolling=no height=14  ></iframe></td>
  260.                                         </tr>
  261.                                       </table>
  262.                                     </td>
  263.                                   </tr>
  264.                                 </table></TD>
  265.                             </TR>
  266.                           </TBODY>
  267.                         </TABLE></TD>
  268.                     </TR>
  269.                   </TBODY>
  270.                 </TABLE>
  271.               </TD>
  272.               <TD vAlign=bottom align=middle width=297 bgColor=#ffffff> <table width=295 height=52 
  273.             border=0 align="left" cellpadding=0 cellspacing=0 class=a6>
  274.                   <tbody>
  275.                     <tr> 
  276.                       <td width="295" height="30" align=right> 
  277.                         <iframe marginwidth=0 marginheight=0 
  278.                   src="/jghq_lists1.asp?scxx=25" frameborder=0 width=280 scrolling=no 
  279.                   height=<%=196 %>> </iframe></td>
  280.                     </tr>
  281.                     <tr> 
  282.                       <td height="19" align=left> 
  283.                         <TABLE width=292 height=16 border=0 cellPadding=0 cellSpacing=0 bgcolor="#00CC99">
  284.                           <TBODY>
  285.                             <TR> 
  286.                               <TD width=90 height=16 align="center" bgcolor="#FFFFFF" class="a1"><font color="#FF6600"> 
  287.                                 í╛╜±╚╒═╖╠⌡í┐</font></TD>
  288.                               <TD width=202 height=16 bgcolor="#C8E4EC" class=a6> 
  289.                                 <MARQUEE scrollAmount=2  onmouseover=stop() onmouseout=start()>
  290.                                 <IFRAME marginWidth=0  marginHeight=0 
  291.             cellspacing="0" cellpadding="0"
  292.                 src="/city/zb/xw/newtqyb.asp" frameBorder=0 width=800
  293.             scrolling=no height=13  ></IFRAME>
  294.                                 </MARQUEE></TD>
  295.                             </TR>
  296.                           </TBODY>
  297.                         </TABLE>
  298.                         
  299.                       </td>
  300.                     </tr>
  301.                   </tbody>
  302.                 </table></TD>
  303.             </TR>
  304.             
  305.           </TBODY>
  306.         </TABLE>
  307.         <table width="595" border="0" cellpadding="0" cellspacing="0">
  308.           <tr> 
  309.             <td width="589" height="95" valign="middle"><img src="img/08气象日.jpg" width="593" height="93" border="0" lowsrc="/img/zjbjtu!.gif"> 
  310.               <div id="Layer1" style="position:absolute; width:45px; height:33px; z-index:1; left: 592px; top: 1237px;"></div>
  311.             <div id="img" style="position:absolute;"> 
  312.               <a href="http://<%=getsms%>/sms/"><img src="img/dx1.gif" width="55" height="70" border="0";></a> 
  313. </div> 
  314.  
  315. <SCRIPT LANGUAGE="JavaScript"> 
  316. <!-- 
  317. var xPos = 20; 
  318. var yPos = document.body.clientHeight; 
  319. var step = 1; 
  320. var delay = 30; 
  321. var height = 0; 
  322. var Hoffset = 0; 
  323. var Woffset = 0; 
  324. var yon = 0; 
  325. var xon = 0; 
  326. var pause = true; 
  327. var interval; 
  328. img.style.top = yPos; 
  329. function changePos() { 
  330. width = document.body.clientWidth; 
  331. height = document.body.clientHeight; 
  332. Hoffset = img.offsetHeight; 
  333. Woffset = img.offsetWidth; 
  334. img.style.left = xPos + document.body.scrollLeft; 
  335. img.style.top = yPos + document.body.scrollTop; 
  336. if (yon) { 
  337. yPos = yPos + step; 
  338. else { 
  339. yPos = yPos - step; 
  340. if (yPos < 0) { 
  341. yon = 1; 
  342. yPos = 0; 
  343. if (yPos >= (height - Hoffset)) { 
  344. yon = 0; 
  345. yPos = (height - Hoffset); 
  346. if (xon) { 
  347. xPos = xPos + step; 
  348. else { 
  349. xPos = xPos - step; 
  350. if (xPos < 0) { 
  351. xon = 1; 
  352. xPos = 0; 
  353. if (xPos >= (width - Woffset)) { 
  354. xon = 0; 
  355. xPos = (width - Woffset); 
  356. function www_helpor_net() { 
  357. img.visibility = "visible"; 
  358. interval = setInterval('changePos()', delay); 
  359. www_helpor_net(); 
  360. //For more,visit:www.helpor.net 
  361. --> 
  362. </script></td>
  363.           </tr>
  364.         </table> </TD>
  365.       <TD width=2 bgColor=#000000></TD>
  366.       <TD vAlign=top align=middle width=173> 
  367.         <TABLE width=147 border=0 align="center" cellpadding="0" cellspacing="0" class=button>
  368.           <TBODY>
  369.             <TR> 
  370.               <TD width="149" height=8></TD>
  371.             </TR>
  372.             <TR> 
  373.               <TD height=19> <MARQUEE style="FONT-SIZE: 9pt; HEIGHT: 100px" scrollAmount=1
  374. direction=up><IFRAME marginWidth=0  marginHeight=0 
  375.             cellspacing="0" cellpadding="0"
  376.                 src="/city/zb/xw/dqyb.asp" frameBorder=0 width=148
  377.             scrolling=no height=300  ></IFRAME></MARQUEE ></TD>
  378.             </TR>
  379.             <TR>
  380.               <TD height=19><div align="right"><a
  381.                   href="/city/zb/xw/dqyb.asp" 
  382.                   target=_blank class="a6" onClick="window.open(this.href,'','top=0,width=300,height=500,scrollbars=no ');return false;"><font color="#009900">╕ⁿ 
  383.                   íí╢α</font></a></div></TD>
  384.             </TR>
  385.           </TBODY>
  386.         </TABLE>
  387.         <TABLE height=20 cellSpacing=0 cellPadding=0 width=173 border=0>
  388.           <TBODY>
  389.             <TR> 
  390.               <TD height="20" align=middle background="sygif/sygqrx.gif">  </TD>
  391.             </TR>
  392.           </TBODY>
  393.         </TABLE>
  394.         <TABLE width=159 height="70" border=0 align="center" bordercolor="#CCCCCC" class=a7>
  395.           <TBODY>
  396.             
  397.             
  398.             <TR> 
  399.               <TD height=19><IFRAME marginWidth=0  marginHeight=0 
  400.             cellspacing="0" cellpadding="0"
  401.                 src="/gqxx_list_zb.asp?scxx=25" frameBorder=0 width=159
  402.             scrolling=no height=120  ></IFRAME></TD>
  403.             </TR>
  404.             <TR>
  405.               <TD height=19><div align="right"><a
  406.                   href="/gqxx_list.asp?scxx=25" 
  407.                   target=_blank class="a6" onClick="window.open(this.href,'','top=0,width=300,height=500,scrollbars=no ');return false;"><font color="#009900">╕ⁿ 
  408.                   íí╢α</font></a></div></TD>
  409.             </TR>
  410.           </TBODY>
  411.         </TABLE>
  412.       </TD>
  413.     </TR>
  414.     <TR> 
  415.       <TD width=173 height="2" bgColor=#0ba8a1></TD>
  416.       <TD width=2 bgColor=#000000></TD>
  417.       <TD width=173 background=shiweb.files/syt13.gif bgColor=#9c5100></TD>
  418.     </TR>
  419.   </TBODY>
  420. </TABLE>
  421. <TABLE cellSpacing=0 cellPadding=0 width=774 align=center border=0>
  422.   <TBODY>
  423.     <TR> 
  424.       <TD width=595> <TABLE height=110 cellSpacing=0 cellPadding=0 width=595 border=0>
  425.           <TBODY>
  426.             <TR> 
  427.               <TD width=6 bgColor=#a7a7a7 height=20></TD>
  428.               <TD height=20 
  429.           colSpan=3 align=middle background=sygif/sybdtc.gif bgColor=#e2e2e2><a href="/dftc_list.asp?scxx=25"><img src="sygif/zz.gif" width="60" height="20" border="0" align="right"></a> 
  430.               </TD>
  431.               <TD width=5 bgColor=#a7a7a7 height=20></TD>
  432.               <TD height=20 
  433.           colSpan=3 align=middle background=sygif/syzbqy.gif bgColor=#e2e2e2><a href="/zmqy_list.asp?scxx=25"><img src="sygif/zz.gif" width="60" height="20" border="0" align="right"></a> 
  434.               </TD>
  435.             </TR>
  436.             <TR> 
  437.               <TD width=6 bgColor=#a7a7a7></TD>
  438.               <TD align=middle bgColor=#e2e2e2 colSpan=2 height=78><IMG height=78 src="shiweb.files/bdtc!.gif" width=62 
  439.             border=1></TD>
  440.               <TD width="230" height=90 rowSpan=2 align=middle vAlign=top bgColor=#e2e2e2> 
  441.                 <TABLE class=a10 height=85 cellSpacing=0 cellPadding=0 width=228 
  442.             border=0>
  443.                   <TBODY>
  444.                     <TR> 
  445.                       <TD width="228" height="85"><IFRAME marginWidth=0  marginHeight=0 
  446.             cellspacing="0" cellpadding="0"
  447.                 src="/dftc_list.asp?scxx=25" frameBorder=0 width=210
  448.             scrolling=no height=80 ></IFRAME></TD>
  449.                     </TR>
  450.                   <TBODY>
  451.                   <TBODY>
  452.                   <TBODY>
  453.                   <TBODY>
  454.                   </TBODY>
  455.                 </TABLE></TD>
  456.               <TD bgColor=#a7a7a7></TD>
  457.               <TD align=middle bgColor=#e2e2e2 colSpan=2 height=78><IMG height=78 src="shiweb.files/zmqy!.gif" width=62 
  458.             border=1></TD>
  459.               <TD width="230" height=90 rowSpan=2 align=middle vAlign=top bgColor=#e2e2e2> 
  460.                 <TABLE class=a10 height=85 cellSpacing=0 cellPadding=0 width=220 
  461.             border=0>
  462.                   <TBODY>
  463.                     <TR> 
  464.                       <TD><IFRAME marginWidth=0  marginHeight=0 
  465.             cellspacing="0" cellpadding="0"
  466.                 src="/zmqy_list.asp?scxx=25" frameBorder=0 width=210
  467.             scrolling=no height=80 ></IFRAME></TD>
  468.                     </TR>
  469.                   <TBODY>
  470.                   <TBODY>
  471.                   <TBODY>
  472.                   <TBODY>
  473.                   </TBODY>
  474.                 </TABLE></TD>
  475.             </TR>
  476.             <TR> 
  477.               <TD width=6 bgColor=#a7a7a7 height=12></TD>
  478.               <TD width=31 bgColor=#a7a7a7 height=12></TD>
  479.               <TD width=31 bgColor=#e2e2e2 height=12></TD>
  480.               <TD bgColor=#a7a7a7 height=12></TD>
  481.               <TD width=31 bgColor=#a7a7a7 height=12></TD>
  482.               <TD width=31 bgColor=#e2e2e2 height=12></TD>
  483.             </TR>
  484.           </TBODY>
  485.         </TABLE>
  486.         <TABLE cellSpacing=0 cellPadding=0 width=595 border=0>
  487.           <TBODY>
  488.             <TR> 
  489.               <TD background=shiweb.files/syt25.gif bgColor=#ffffff 
  490.         height=1></TD>
  491.             </TR>
  492.           </TBODY>
  493.         </TABLE>
  494.         <TABLE height=110 cellSpacing=0 cellPadding=0 width=595 border=0>
  495.           <TBODY>
  496.             <TR> 
  497.               <TD width=7 bgColor=#a7a7a7 height=20></TD>
  498.               <TD height=20 
  499.           colSpan=3 align=middle background=sygif/syfbch.gif bgColor=#d9d9d9><a href="/fbch_list.asp?fbch=26"><img src="sygif/zz.gif" width="60" height="20" border="0" align="right"></a> 
  500.               </TD>
  501.               <TD width=7 bgColor=#a7a7a7 height=20></TD>
  502.               <TD height=20 
  503.           colSpan=3 align=middle background=sygif/symxxz.gif bgColor=#d9d9d9><a href="/mxxz_list.asp?%20scxx=25"><img src="sygif/zz.gif" width="60" height="20" border="0" align="right"></a> 
  504.               </TD>
  505.             </TR>
  506.             <TR> 
  507.               <TD width=7 bgColor=#a7a7a7></TD>
  508.               <TD align=middle bgColor=#e2e2e2 colSpan=2 height=78><IMG height=78 src="shiweb.files/fbch.jpg" width=62 
  509.             border=1></TD>
  510.               <TD width="228" height=90 rowSpan=2 align=middle vAlign=top bgColor=#e2e2e2> 
  511.                 <TABLE class=a10 height=85 cellSpacing=0 cellPadding=0 width=220 
  512.             border=0>
  513.                   <TBODY>
  514.                     <TR> 
  515.                       <TD><IFRAME marginWidth=0  marginHeight=0 
  516.             cellspacing="0" cellpadding="0"
  517.                 src="/fbch_list.asp" frameBorder=0 width=210
  518.             scrolling=no height=80 ></IFRAME></TD>
  519.                     </TR>
  520.                   <TBODY>
  521.                   <TBODY>
  522.                   <TBODY>
  523.                   <TBODY>
  524.                   </TBODY>
  525.                 </TABLE></TD>
  526.               <TD bgColor=#a7a7a7></TD>
  527.               <TD align=middle bgColor=#e2e2e2 colSpan=2 height=78><img height=78 src="shiweb.files/mxxz1.gif" width=62 
  528.             border=1></TD>
  529.               <TD width="229" height=90 rowSpan=2 align=middle vAlign=top bgColor=#e2e2e2> 
  530.                 <TABLE class=a10 height=85 cellSpacing=0 cellPadding=0 width=220 
  531.             border=0>
  532.                   <TBODY>
  533.                     <TR> 
  534.                       <TD><IFRAME marginWidth=0  marginHeight=0 
  535.             cellspacing="0" cellpadding="0"
  536.                 src="/mxxz_list.asp?scxx=25" frameBorder=0 width=210
  537.             scrolling=no height=80 ></IFRAME></TD>
  538.                     </TR>
  539.                   <TBODY>
  540.                   <TBODY>
  541.                   <TBODY>
  542.                   <TBODY>
  543.                   </TBODY>
  544.                 </TABLE></TD>
  545.             </TR>
  546.             <TR> 
  547.               <TD width=7 bgColor=#a7a7a7 height=12></TD>
  548.               <TD width=31 bgColor=#a7a7a7 height=12></TD>
  549.               <TD width=31 bgColor=#d9d9d9 height=12></TD>
  550.               <TD bgColor=#a7a7a7 height=12></TD>
  551.               <TD width=31 bgColor=#a7a7a7 height=12></TD>
  552.               <TD width=31 bgColor=#d9d9d9 height=12></TD>
  553.             </TR>
  554.           </TBODY>
  555.         </TABLE>
  556.         <TABLE cellSpacing=0 cellPadding=0 width=595 border=0>
  557.           <TBODY>
  558.             <TR> 
  559.               <TD background=shiweb.files/syt25.gif bgColor=#ffffff 
  560.         height=1></TD>
  561.             </TR>
  562.           </TBODY>
  563.         </TABLE>
  564.         <TABLE height=110 cellSpacing=0 cellPadding=0 width=595 border=0>
  565.           <TBODY>
  566.             <TR> 
  567.               <TD width=7 bgColor=#a7a7a7 height=20></TD>
  568.               <TD height=20 
  569.           colSpan=3 align=middle background=sygif/sytsny.gif bgColor=#e2e2e2><a href="/tsny_list.asp?scxx=25"><img src="sygif/zz.gif" width="60" height="20" border="0" align="right"></a> 
  570.               </TD>
  571.               <TD width=7 bgColor=#a7a7a7 height=20></TD>
  572.               <TD height=20 
  573.           colSpan=3 align=middle background=sygif/symytc.gif bgColor=#e2e2e2><a href="/mytc_list.asp?scxx=25"><img src="sygif/zz.gif" width="60" height="20" border="0" align="right"></a> 
  574.               </TD>
  575.             </TR>
  576.             <TR> 
  577.               <TD width=7 bgColor=#a7a7a7></TD>
  578.               <TD align=middle bgColor=#e2e2e2 colSpan=2 height=78><IMG height=78 src="shiweb.files/tsny.jpg" width=62 
  579.             border=1></TD>
  580.               <TD width="228" height=90 rowSpan=2 align=middle vAlign=top bgColor=#e2e2e2> 
  581.                 <TABLE class=a10 height=85 cellSpacing=0 cellPadding=0 width=220 
  582.             border=0>
  583.                   <TBODY>
  584.                     <TR> 
  585.                       <TD><IFRAME marginWidth=0  marginHeight=0 
  586.             cellspacing="0" cellpadding="0"
  587.                 src="/tsny_list.asp?scxx=25" frameBorder=0 width=210
  588.             scrolling=no height=80 ></IFRAME></TD>
  589.                     </TR>
  590.                   <TBODY>
  591.                   <TBODY>
  592.                   <TBODY>
  593.                   <TBODY>
  594.                   </TBODY>
  595.                 </TABLE></TD>
  596.               <TD bgColor=#a7a7a7></TD>
  597.               <TD align=middle bgColor=#e2e2e2 colSpan=2 height=78><img src="shiweb.files/mytc!.gif" width=62 height=78 
  598.             border=1></TD>
  599.               <TD width="229" height=90 rowSpan=2 align=middle vAlign=top bgColor=#d9d9d9> 
  600.                 <TABLE class=a10 height=85 cellSpacing=0 cellPadding=0 width=229 
  601.             border=0>
  602.                   <TBODY>
  603.                     <TR> 
  604.                       <TD width="229"><IFRAME marginWidth=0  marginHeight=0 
  605.             cellspacing="0" cellpadding="0"
  606.                 src="/mytc_list.asp?scxx=25" frameBorder=0 width=210
  607.             scrolling=no height=80  ></IFRAME></TD>
  608.                     </TR>
  609.                   <TBODY>
  610.                   <TBODY>
  611.                   <TBODY>
  612.                   <TBODY>
  613.                   </TBODY>
  614.                 </TABLE></TD>
  615.             </TR>
  616.             <TR> 
  617.               <TD width=7 bgColor=#a7a7a7 height=12></TD>
  618.               <TD width=31 bgColor=#a7a7a7 height=12></TD>
  619.               <TD width=31 bgColor=#e2e2e2 height=12></TD>
  620.               <TD bgColor=#a7a7a7 height=12></TD>
  621.               <TD width=31 bgColor=#a7a7a7 height=12></TD>
  622.               <TD width=31 bgColor=#e2e2e2 height=12></TD>
  623.             </TR>
  624.           </TBODY>
  625.         </TABLE>
  626.         <TABLE cellSpacing=0 cellPadding=0 width=595 border=0>
  627.           <TBODY>
  628.             <TR> 
  629.               <TD background=shiweb.files/syt25.gif bgColor=#ffffff 
  630.         height=1></TD>
  631.             </TR>
  632.           </TBODY>
  633.         </TABLE></TD>
  634.       <TD width=1 bgColor=#000000></TD>
  635.       <TD width=178 align=middle bgColor=#CCFFFF> <TABLE height=2 cellSpacing=0 cellPadding=0 width=173 border=0>
  636.           <TBODY>
  637.             <TR> </TR>
  638.           </TBODY>
  639.         </TABLE>
  640.         <img src="sygif/syxxrk.gif" width="173" height="18" align="top"> 
  641.         <TABLE width=100% height=57 border=0 cellpadding="0" cellspacing="0">
  642.           <TBODY>
  643.             <TR> 
  644.               <TD height="57"><form name="form1" method="post" action="http://<% =getdata %>/data/user/reslogin.asp" target="_blank">
  645.                   <TABLE width="152" border=0 cellPadding=3 cellSpacing=2>
  646.                     <TBODY>
  647.                       <TR> 
  648.                         <TD > </TD>
  649.                       </TR>
  650.                       <TR> 
  651.                         <TD width="48" align=right>╙├╗º├√</TD>
  652.                         <TD width="86" align=left><input name="username" type="text" class="input" id="username" size="12" input> 
  653.                         </TD>
  654.                       </TR>
  655.                       <TR> 
  656.                         <TD align=right>├▄íí┬δ</TD>
  657.                         <TD align=left><input name="password" type="password" class="input" id="password" size="12"></TD>
  658.                       </TR>
  659.                     </TBODY>
  660.                   </TABLE>
  661.                   <table width="173" border="0">
  662.                     <tr> 
  663.                       <td height="26"><div align="center"> 
  664.                           <input type="submit" name="Submit2" value="╡╟┬╝" class="button">
  665.                       </div></td>
  666.                     </tr>
  667.                   </table>
  668.                 </FORM></TD>
  669.             </TR>
  670.           </TBODY>
  671.         </TABLE>
  672.         <TABLE height=16 cellSpacing=0 cellPadding=0 width=173 border=0>
  673.           <TBODY>
  674.             <TR> 
  675.               <TD height="16" align=middle background="sygif/syqxfw.gif">  </TD>
  676.             </TR>
  677.           </TBODY>
  678.         </TABLE>
  679.         <TABLE height=2 cellSpacing=0 cellPadding=0 width=173 border=0>
  680.           <TBODY>
  681.             <TR> 
  682.               <TD height="2"></TD>
  683.             </TR>
  684.           </TBODY>
  685.         </TABLE>
  686.         <table width="174" border="0" bgcolor="#CCFFFF">
  687.           <tr> 
  688.             <td width="168" height="60" bgcolor="#CCFFFF"> <TABLE width=143 border=0 align="center" cellPadding=0 cellSpacing=0>
  689.                 <TBODY>
  690.                   <TR> 
  691.                     <TD width="135" >[<a href="/qxxn_show.asp?qxxn=12" target="_blank">╚½╩í╠∞╞°╘ñ▒¿</a>]</TD>
  692.                   </TR>
  693.                 <TBODY>
  694.                   <TR> 
  695.                     <TD vAlign=top >[<a onClick="window.open(this.href,'','top=0,width=800,height=590,scrollbars=yes ');return false;" href="/sdly.asp" target="_blank">╩í─┌┬├╙╬╘ñ▒¿</a>]</TD>
  696.                   </TR>
  697.                 <TBODY>
  698.                   <TR> 
  699.                     <TD height="16" vAlign=top >[<a href="http://www.sdxnw.gov.cn/qxxn_show.asp?qxxn=13" target="_blank">╚½╣·╓≈╥¬│╟╩╨╘ñ▒¿</a>]</TD>
  700.                   </TR>
  701.                 <TBODY>
  702.                   <TR> 
  703.                     <TD vAlign=top >[<a href="javascript:openIT();">╬└╨╟╘╞═╝</a>]</TD>
  704.                   </TR>
  705.                 <TBODY>
  706.                 </TBODY>
  707.             </TABLE></td>
  708.           </tr>
  709.           <tr> 
  710.             <td height="26" bgcolor="#CCFFFF"> <div align="right"> 
  711.                 <table width="73" border="0" align="right">
  712.                   <tr> 
  713.                     <td width="67"><div align="right"><a
  714.                   href="/city/zb/qxfw.asp" 
  715.                   target=_blank class="a6" onClick="window.open(this.href,'','top=0,width=300,height=500,scrollbars=no ');return false;"><font color="#009900">╕ⁿ 
  716.                         íí╢α</font></a></div></td>
  717.                   </tr>
  718.                 </table>
  719.             </div></td>
  720.           </tr>
  721.         </table>
  722.         <TABLE height=16 cellSpacing=0 cellPadding=0 width=173 border=0>
  723.           <TBODY>
  724.             <TR> 
  725.               <TD align=middle background="sygif/sysrjs.gif">  </TD>
  726.             </TR>
  727.           </TBODY>
  728.         </TABLE>
  729.         <table width="174" border="0">
  730.           <tr> 
  731.             <td width="168" height="84" valign="top" bgcolor="#CCFFFF"> <table width="150" border="0" align="center" bordercolor="#CCCCCC" bgcolor="#CCFFFF">
  732.                 <tr> 
  733.                   <td width="167"><IFRAME marginWidth=0  marginHeight=0 
  734.             cellspacing="0" cellpadding="0"
  735.                 src="/kjjx_list_zb.asp" frameBorder=0 width=150
  736.             scrolling=no height=60 ></IFRAME></td>
  737.                 </tr>
  738.                 <tr> 
  739.                   <td><div align="right"><a onClick="window.open(this.href,'','top=0,width=550,height=500,scrollbars=no ');return false;"href="/kjjx_list.asp?scxx=25" target="_blank"><font color="#009900">╕ⁿ 
  740.                       ╢α</font></a></div></td>
  741.                 </tr>
  742.               </table></td>
  743.           </tr>
  744.         </table></TD>
  745.     </TR>
  746.   </TBODY>
  747. </TABLE>
  748. <TABLE height=253 cellSpacing=0 cellPadding=0 width=770 align=center border=0>
  749.   <TBODY>
  750.     <TR> 
  751.       <TD width=595 
  752.     height=20 align=middle background="sygif/syzndh.gif">  </TD>
  753.       <TD width=2 bgColor=#000000 height=20></TD>
  754.       <TD width=173 
  755.     height=17 align=middle background="sygif/syxnns.gif">  </TD>
  756.     </TR>
  757.     <TR> 
  758.       <TD align=middle width=595 bgColor=#FFFFFF height=154> 
  759.         <TABLE class=a11 height=226 cellSpacing=0 cellPadding=0 width=575 
  760. border=0>
  761.           <TBODY>
  762.             <TR> 
  763.               <TD width=6 height=5></TD>
  764.               <TD width=87 height=5 bgcolor="#ccFFFF"></TD>
  765.               <TD width=202 height=5></TD>
  766.               <TD width=6 height=5></TD>
  767.               <TD width=57 height=5></TD>
  768.               <TD width=217 height=5></TD>
  769.             </TR>
  770.             <TR> 
  771.               <TD width=6><IMG height=18 src="shiweb.files/syt46.gif" width=5></TD>
  772.               <TD width=87 bgcolor="#ccFFFF">[<a href="bsgk.asp">▒╛╩╨╕┼┐÷</a>]</TD>
  773.               <TD colspan="4"><font color="#009900">╜Θ╔▄╡▒╡╪╡─╨╨╒■╟°╗«íó╡╪└φ╕┼├▓íó╫╘╚╗╫╩╘┤íó╛¡╝├╕┼┐÷íú</font></TD>
  774.             </TR>
  775.             <TR> 
  776.               <TD width=6 height="18"><IMG height=18 src="shiweb.files/syt46.gif" width=5></TD>
  777.               <TD width=87 bgcolor="#ccFFFF">[<a href="jghq.asp">╝█╕±╨╨╟Θ</a>]</TD>
  778.               <TD colspan="4"><font color="#009900">╜Θ╔▄╡▒╡╪┼⌐├│╩╨│í╡─┼⌐╕▒▓·╞╖╩╡╩▒╫╝╚╖╡─╩╨│í╝█╕±íó╕≈└α┼⌐╫╩╥⌐▓─╡╚╩╨│í╨╨╟Θíú</font></TD>
  779.             </TR>
  780.             <TR> 
  781.               <TD width=6><IMG height=18 src="shiweb.files/syt46.gif" width=5></TD>
  782.               <TD width=87 bgcolor="#ccFFFF">[<a href="qxxx.asp">╞°╧≤╨┼╧ó</a>]</TD>
  783.               <TD colspan="4"><font color="#009900">╠ß╣⌐╖ß╕╗╡─╠∞╞°╘ñ▒¿íó┼⌐╥╡╞°╧≤╨┼╧óíú</font></TD>
  784.             </TR>
  785.             <TR> 
  786.               <TD width=6><IMG height=18 src="shiweb.files/syt46.gif" width=5></TD>
  787.               <TD width=87 bgcolor="#ccFFFF">[<a href="mytc.asp">├√╙┼╠╪▓·</a>]</TD>
  788.               <TD width=202><font color="#009900">╜Θ╔▄▒╛╡╪╡─┼⌐╠╪▓·╞╖íó╙┼┴╝╞╖╓╓íú</font></TD>
  789.               <TD width=6><font color="#009900"> </font></TD>
  790.               <TD width=57><font color="#009900"> </font></TD>
  791.               <TD width=217><font color="#009900"> </font></TD>
  792.             </TR>
  793.             <TR> 
  794.               <TD width=6><IMG height=18 src="shiweb.files/syt46.gif" width=5></TD>
  795.               <TD width=87 bgcolor="#ccFFFF">[<a href="zsxx.asp?mark=1">╒╨╔╠╨┼╧ó</a>]</TD>
  796.               <TD colspan="4"><font color="#009900">╜Θ╔▄▒╛╡╪╫╩╘┤ú¼╖ó▓╝╒╨╔╠╨┼╧óíó╒╨╔╠╒■▓▀íú</font></TD>
  797.             </TR>
  798.             <TR> 
  799.               <TD width=6><IMG height=18 src="shiweb.files/syt46.gif" width=5></TD>
  800.               <TD width=87 bgcolor="#ccFFFF">[<a href="qyzc.asp">╞≤╥╡╓«┤░</a>]</TD>
  801.               <TD colspan="4"><font color="#009900">╜Θ╔▄╡▒╡╪╡─╓¬├√╞≤╥╡íó┤≤╨═┼·╖ó╜╗╥╫╩╨│ííó┼⌐├│╩╨│í╡╚íú</font></TD>
  802.             </TR>
  803.             <TR> 
  804.               <TD width=6><IMG height=18 src="shiweb.files/syt46.gif" width=5></TD>
  805.               <TD width=87 bgcolor="#ccFFFF">[<a href="fjms.asp?mark=1">╖τ╛░├√╩ñ</a>]</TD>
  806.               <TD colspan="4"><font color="#009900">╜Θ╔▄▒╛╡╪╡─├√╩ñ╣┼╝úíó╖τ╛░╟°ú¼╠╪╔½┬├╙╬╡╚íú</font></TD>
  807.             </TR>
  808.             <TR> 
  809.               <TD width=6 height="20"><IMG height=18 src="shiweb.files/syt46.gif" width=5></TD>
  810.               <TD width=87 bgcolor="#ccFFFF"><a href="qxfw.asp">[╞°╧≤╖■╬±]</a></TD>
  811.               <TD colspan="4"><font color="#009900">╒δ╢╘╕≈╨╨╕≈╥╡╡─╩╡╝╩╨Φ╥¬ú¼╬¬╞≤╥╡╔╠╝╥íó╓╓╤°╓▓┤≤╗º╡╚╙├╗º╠ß╣⌐╕≈╓╓╫¿╥╡╞°╧≤╖■╬±íú</font></TD>
  812.             </TR>
  813.             <TR> 
  814.               <TD height=19><IMG height=18 src="shiweb.files/syt46.gif" width=5></TD>
  815.               <TD height=19 bgcolor="#ccFFFF">[<a href="dffg.asp">╡╪╖╜╖¿╣µ</a>] </TD>
  816.               <TD height=19 colspan="4"><font color="#009900">╜Θ╔▄▒╛╡╪╡─╔µ┼⌐╝░╞Σ╦ⁿ╨╨╥╡╡─╙╨╣╪╖¿┬╔íó╒■▓▀íó╣µ╢¿íú</font></TD>
  817.             </TR>
  818.             <TR> 
  819.               <TD><IMG height=18 src="shiweb.files/syt46.gif" width=5></TD>
  820.               <TD bgcolor="#ccFFFF">[<a href="nykj.asp">┼⌐╥╡┐╞╝╝</a>]</TD>
  821.               <TD colspan="4"><font color="#009900">╜Θ╔▄┼⌐╥╡┐╞╝╝╨┼╧óíó═╞╣π┼⌐╥╡╝╝╩⌡íó╠ß╣⌐┼⌐─┴╙µ╘╘┼α╤°╓│╡╚╝╝╩⌡╫╔╤»íú</font></TD>
  822.             </TR>
  823.             <TR>
  824.               <TD><IMG height=18 src="shiweb.files/syt46.gif" width=5></TD>
  825.               <TD bgcolor="#ccFFFF">[<a href="qgkprzt.asp">┐╞╞╒╚╒╫¿╠Γ</a>]</TD>
  826.               <TD colspan="4"><span class="style1">╝▓▓í╫╖╫┼╜┌╞°╫▀íí┐╒╞°╩¬╢╚╙δ╠σ╕╨╬┬╢╚íí ╟∩╢¼╘⌡╤∙┐╞╤º▒ú╬┬íííí╩╟╦¡╘┌▓┘╫▌╠¿╖τ╗≥∞½╖τ╡─╥╞╢»╖╜╧≥íííí╦«╫╩╘┤╬ú╗·</span></TD>
  827.             </TR>
  828.           </TBODY>
  829.         </TABLE>
  830.       </TD>
  831.       <TD width=2 bgColor=#000000 height=154></TD>
  832.       <TD vAlign=top align=middle width=173 bgColor=#CCFFFF height=154> 
  833.         <TABLE height=6 cellSpacing=0 cellPadding=0 width=173 border=0>
  834.           <TBODY>
  835.             <TR> 
  836.               <TD></TD>
  837.             </TR>
  838.           </TBODY>
  839.         </TABLE>
  840.         <table width="150" border="0" align="center" bordercolor="#CCCCCC">
  841.           <tr> 
  842.             <td width="167" bgcolor="#CCFFFF"> 
  843.               <IFRAME marginWidth=0  marginHeight=0 
  844.             cellspacing="0" cellpadding="0"
  845.                 src="/xnns_list_zb.asp" frameBorder=0 width=148
  846.             scrolling=no height=200 ></IFRAME></td>
  847.           </tr>
  848.           <tr> 
  849.             <td bgcolor="#CCFFFF"> 
  850.               <div align="right"><a onClick="window.open(this.href,'','top=0,width=550,height=500,scrollbars=no ');return false;"href="shiweb.files/xnns_list.htm?scxx=25" target="_blank"><font color="#009900">╕ⁿ 
  851.                 ╢α</font></a></div></td>
  852.           </tr>
  853.         </table> 
  854.       </TD>
  855.     </TR>
  856.     <TR> 
  857.       <TD width=595 height=7></TD>
  858.       <TD width=2 bgColor=#000000 height=7></TD>
  859.       <TD width=173 bgColor=#CCFFFF height=7></TD>
  860.     </TR>
  861.   </TBODY>
  862. </TABLE>
  863. <table cellspacing=0 cellpadding=0 width=770 align=center border=0>
  864.   <tbody>
  865.     <tr> 
  866.       <td width=595 align=middle background="sygif/synwzt.gif">  </td>
  867.       <td width=2 bgcolor=#000000></td>
  868.       <td width=173 height="17" align=middle background="sygif/syrqlj.gif">  </td>
  869.     </tr>
  870.     <tr> 
  871.       <td width=595 bgcolor="#d9d9d9">
  872.     
  873.         <table width="595" height="111" border="0">
  874.           <tr>
  875.             <td width="589" height="109"> 
  876.               <MARQUEE scrollAmount=8  onmouseover=stop() onmouseout=start()>
  877.               <IFRAME marginWidth=0 marginHeight=0 
  878.             src="/nwzt.asp?scxx=25" frameBorder=0 width=1300
  879.             scrolling=no height=110
  880.       BORDERCOLOR="#000000"> </IFRAME>
  881.               </MARQUEE ></td>
  882.           </tr>
  883.         </table>
  884.       </td>
  885.       <td width=2 bgcolor=#000000></td>
  886.       <td valign=top align=middle width=173 bgcolor=#CCFFFF> 
  887.         <table cellspacing=0 cellpadding=0 width=173 border=0>
  888.           <tbody>
  889.             <tr> 
  890.               <td align=middle> 
  891.                 <table cellspacing=3 cellpadding=3 width=156 border=0>
  892.                   <tbody>
  893.                     <tr> 
  894.                       <td height="18"><div align="center"> 
  895.                           <select name="select1" onChange="javascript:window.open(this.options[this.selectedIndex].value)" style="font-size: 10pt; color: #800000">
  896.                             <option>╧╪╝╢╨╦┼⌐═°</option>
  897.                             <option value="http://www.sdxnw.gov.cn/city/zb/zc/zc.asp" selected>╫═ 
  898.                             ┤¿</option>
  899.                             <option value="http://www.sdxnw.gov.cn/city/zb/lz/lz.asp">┴┘ 
  900.                             ╫═</option>
  901.                             <option value="http://www.sdxnw.gov.cn/city/zb/gq/gq.asp">╕▀ 
  902.                             ╟α</option>
  903.                             <option value="http://www.sdxnw.gov.cn/city/zb/zhc/zhc.asp">╓▄ 
  904.                             ┤σ</option>
  905.                             <option value="http://www.sdxnw.gov.cn/city/zb/yy/yy.asp">╥╩ 
  906.                             ╘┤</option>
  907.                             <option value="http://www.sdxnw.gov.cn/city/zb/bs/bs.asp">▓⌐ 
  908.                             ╔╜</option>
  909.                             <option value="http://www.sdxnw.gov.cn/city/zb/ht/ht.asp">╗╕ 
  910.                             ╠¿</option>
  911.                           </select>
  912.                         </div></td>
  913.                     </tr>
  914.                     <tr> 
  915.                       <td width="144" align=right><div align="center"> 
  916.                           <select name="select3" onChange="javascript:window.open(this.options[this.selectedIndex].value)" style="font-size: 10pt; color: #800000">
  917.                             <option selected>╨┬╬┼═°╒╛</option>
  918.                             <option value=http://www.peopledaily.com.cn>╚╦├±═°</option>
  919.                             <option value=http://www.xinhua.org>╨┬╗¬═°</option>
  920.                             <option 
  921.                     value=http://www.cctv.com>╤δ╩╙╣·╝╩</option>
  922.                             <option 
  923.                     value=http://www.china.org>╓╨╣·═°</option>
  924.                             <option 
  925.                     value=http://www.sina.com.cn>╨┬└╦═°</option>
  926.                             <option 
  927.                     value=http://www.sohu.com.cn>╦╤║ⁿ</option>
  928.                             <option 
  929.                     value=http://www.163.com>═°╥╫</option>
  930.                             <option 
  931.                     value=http://www.china.com>╓╨╗¬═°</option>
  932.                             <option 
  933.                     value=http://www.beijingnews.com.cn>╟º┴·═°</option>
  934.                             <option 
  935.                     value=http://www.eastday.com.cn>╢½╖╜═°</option>
  936.                             <option 
  937.                     value=http://www.dayoo.com.cn>┤≤╤≤═°</option>
  938.                             <option 
  939.                     value=http://www.rednet.com.cn>║∞═°</option>
  940.                             <option 
  941.                     value=http://www.anhuinews.com.cn>╓╨░▓═°</option>
  942.                             <option 
  943.                     value=http://www.southcn.com>─╧╖╜═°</option>
  944.                             <option 
  945.                     value=http://www.99sky.com>╛ú│■╨┬╬┼═°</option>
  946.                             <option 
  947.                     value=http://www.enorth.com.cn>▒▒╖╜═°</option>
  948.                             <option 
  949.                     value=http://www.nen.com.cn>╢½▒▒╨┬╬┼═°</option>
  950.                             <option 
  951.                     value=http://www.dzdaily.com.cn>┤≤╓┌═°</option>
  952.                           </select>
  953.                         </div></td>
  954.                     </tr>
  955.                     <tr> 
  956.                       <td align=right><div align="center"> 
  957.                           <select name="select2" id="select7" style="font-size: 10pt; color: #800000" onChange="javascript:window.open(this.options[this.selectedIndex].value)">
  958.                             <option>╞°╧≤═°╒╛</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.zbqx.gov.cn/" selected>╫═▓⌐╞°╧≤═°</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.                         </div></td>
  1009.                     </tr>
  1010.                   </tbody>
  1011.                 </table></tr>
  1012.           </tbody>
  1013.         </table>
  1014.       </td>
  1015.     </tr>
  1016.   </tbody>
  1017. </table>
  1018. <table width="770" border="0" align="center" cellpadding="0" cellspacing="0">
  1019.   <tr>
  1020.     <td bgcolor="#99CC99"> 
  1021.       <table height=5 cellspacing=0 cellpadding=0 width=165 border=0>
  1022.         <tbody>
  1023.           <tr> 
  1024.             <td></td>
  1025.           </tr>
  1026.         </tbody>
  1027.       </table>
  1028.     </td>
  1029.   </tr>
  1030. </table>
  1031. <!--#include virtual="/shiwebfoot.jsp"-->
  1032. ½╚ <TABLE width=770 height=60 border=0 align=center cellPadding=0 cellSpacing=0 class="a6"> 
  1033. <TBODY><TR>
  1034.       <TD 
  1035.     height=10 align=center class="a1" > 
  1036.         <!--#include file="js/index.asp"-->
  1037.       </TD>
  1038.     </TR>
  1039.     <TR> 
  1040.       <TD 
  1041.     height=10 align=middle><div align="center">╜¿╥Θ╩╣╙├ú║1024*768╖╓▒µ┬╩íó16Bit╤╒╔½íóNetscape6.0╗≥IE4.0╥╘╔╧░µ▒╛Σ»└└╞≈║═╓╨╬─┤≤╫╓╖√╝»</div></TD>
  1042.     </TR>
  1043.     
  1044.     <TR> 
  1045.       <TD 
  1046.     height=20 align=middle><div align="center">╫═▓⌐╨╦┼⌐═°░µ╚¿╦∙╙╨íí╬┤╛¡╨φ┐╔╤╧╜√╕┤╓╞</div></TD>
  1047.     </TR>
  1048.   </TBODY>
  1049. </TABLE>
  1050. <p> 
  1051. <TD background=img/loginbox_bk.gif> </p> 
  1052. </body>
  1053. </html>
  1054.