home *** CD-ROM | disk | FTP | other *** search
/ 221.214.14.186 / 221.214.14.186.tar / 221.214.14.186 / dz / web.asp.bak < prev    next >
Text File  |  2004-04-14  |  55KB  |  1,135 lines

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