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