home *** CD-ROM | disk | FTP | other *** search
/ 221.214.14.186 / 221.214.14.186.tar / 221.214.14.186 / zb / mytc.asp < prev    next >
Text File  |  2003-11-07  |  19KB  |  363 lines

  1. <html>
  2. <head>
  3. <title>╫═▓⌐╨╦┼⌐═°</title>
  4. <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  5. <!-- #include virtual="inc/xnw_style2.inc.asp"-->
  6. <!-- #include virtual="inc/function.inc.asp"-->
  7. <LINK href="shiweb.files\sy(1).css" type=text/css rel=stylesheet>
  8. <script language="JavaScript" type="text/JavaScript">
  9. <!--
  10. function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  11.   if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
  12.     document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  13.   else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
  14. }
  15. MM_reloadPage(true);
  16.  
  17. function MM_timelineGoto(tmLnName, fNew, numGotos) { //v2.0
  18.   //
  19.   var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,lastKeyFr,propNum,theObj;
  20.   if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time
  21.   tmLn = document.MM_Time[tmLnName];
  22.   if (numGotos != null)
  23.     if (tmLn.gotoCount == null) tmLn.gotoCount = 1;
  24.     else if (tmLn.gotoCount++ >= numGotos) {tmLn.gotoCount=0; return}
  25.   jmpFwd = (fNew > tmLn.curFrame);
  26.   for (i = 0; i < tmLn.length; i++) {
  27.     sprite = (jmpFwd)? tmLn[i] : tmLn[(tmLn.length-1)-i]; //count bkwds if jumping back
  28.     if (sprite.charAt(0) == "s") {
  29.       numKeyFr = sprite.keyFrames.length;
  30.       firstKeyFr = sprite.keyFrames[0];
  31.       lastKeyFr = sprite.keyFrames[numKeyFr - 1];
  32.       if ((jmpFwd && fNew<firstKeyFr) || (!jmpFwd && lastKeyFr<fNew)) continue; //skip if untouchd
  33.       for (keyFrm=1; keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]; keyFrm++);
  34.       for (j=0; j<sprite.values.length; j++) {
  35.         props = sprite.values[j];
  36.         if (numKeyFr == props.length) propNum = keyFrm-1 //keyframes only
  37.         else propNum = Math.min(Math.max(0,fNew-firstKeyFr),props.length-1); //or keep in legal range
  38.         if (sprite.obj != null) {
  39.           if (props.prop2 == null) sprite.obj[props.prop] = props[propNum];
  40.           else        sprite.obj[props.prop2][props.prop] = props[propNum];
  41.       } }
  42.     } else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);
  43.   }
  44.   tmLn.curFrame = fNew;
  45.   if (tmLn.ID == 0) eval('MM_timelinePlay(tmLnName)');
  46. }
  47.  
  48. function MM_timelinePlay(tmLnName, myID) { //v1.2
  49.   //
  50.   var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,propNum,theObj,firstTime=false;
  51.   if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time
  52.   tmLn = document.MM_Time[tmLnName];
  53.   if (myID == null) { myID = ++tmLn.ID; firstTime=true;}//if new call, incr ID
  54.   if (myID == tmLn.ID) { //if Im newest
  55.     setTimeout('MM_timelinePlay("'+tmLnName+'",'+myID+')',tmLn.delay);
  56.     fNew = ++tmLn.curFrame;
  57.     for (i=0; i<tmLn.length; i++) {
  58.       sprite = tmLn[i];
  59.       if (sprite.charAt(0) == 's') {
  60.         if (sprite.obj) {
  61.           numKeyFr = sprite.keyFrames.length; firstKeyFr = sprite.keyFrames[0];
  62.           if (fNew >= firstKeyFr && fNew <= sprite.keyFrames[numKeyFr-1]) {//in range
  63.             keyFrm=1;
  64.             for (j=0; j<sprite.values.length; j++) {
  65.               props = sprite.values[j]; 
  66.               if (numKeyFr != props.length) {
  67.                 if (props.prop2 == null) sprite.obj[props.prop] = props[fNew-firstKeyFr];
  68.                 else        sprite.obj[props.prop2][props.prop] = props[fNew-firstKeyFr];
  69.               } else {
  70.                 while (keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]) keyFrm++;
  71.                 if (firstTime || fNew==sprite.keyFrames[keyFrm-1]) {
  72.                   if (props.prop2 == null) sprite.obj[props.prop] = props[keyFrm-1];
  73.                   else        sprite.obj[props.prop2][props.prop] = props[keyFrm-1];
  74.         } } } } }
  75.       } else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);
  76.       if (fNew > tmLn.lastFrame) tmLn.ID = 0;
  77.   } }
  78. }
  79.  
  80. function MM_initTimelines() { //v4.0
  81.     //MM_initTimelines() Copyright 1997 Macromedia, Inc. All rights reserved.
  82.     var ns = navigator.appName == "Netscape";
  83.     var ns4 = (ns && parseInt(navigator.appVersion) == 4);
  84.     var ns5 = (ns && parseInt(navigator.appVersion) > 4);
  85.     document.MM_Time = new Array(2);
  86.     document.MM_Time[0] = new Array(1);
  87.     document.MM_Time["Timeline1"] = document.MM_Time[0];
  88.     document.MM_Time[0].MM_Name = "Timeline1";
  89.     document.MM_Time[0].fps = 8;
  90.     document.MM_Time[0][0] = new String("behavior");
  91.     document.MM_Time[0][0].frame = 53;
  92.     document.MM_Time[0][0].value = "MM_timelineGoto('Timeline1','1')";
  93.     document.MM_Time[0].lastFrame = 53;
  94.     document.MM_Time[1] = new Array(0);
  95.     document.MM_Time["Timeline2"] = document.MM_Time[1];
  96.     document.MM_Time[1].MM_Name = "Timeline2";
  97.     document.MM_Time[1].fps = 15;
  98.     document.MM_Time[1].lastFrame = 0;
  99.     for (i=0; i<document.MM_Time.length; i++) {
  100.         document.MM_Time[i].ID = null;
  101.         document.MM_Time[i].curFrame = 0;
  102.         document.MM_Time[i].delay = 1000/document.MM_Time[i].fps;
  103.     }
  104. }
  105. //-->
  106. </script>
  107. <script language="javaScript" type="text/javascript" SRC="js/pz_chromeless_2.1.js"></SCRIPT>
  108. <script language=Javascript>
  109. function hover(id,wert){
  110. if(document.all) document.all[id].filters.alpha.opacity = wert;
  111. }
  112. </script>
  113. <script>
  114. <!--
  115. function openIT() {
  116.     theURL="http://www.cwb.gov.tw/V4/weather/satellite/index.htm"
  117.     wname ="ttkoo"
  118.     W=800;
  119.     H=460;
  120.     windowCERRARa         = "img/close_a.gif"
  121.     windowCERRARd         = "img/close_d.gif"
  122.     windowCERRARo         = "img/close_o.gif"
  123.     windowNONEgrf         = "img/vficon.gif"
  124.     windowCLOCK        = "img/clock.gif"
  125.     windowREALtit        = "------| Chromeless Windows V2.1 |"
  126.     windowTIT             = "<font face=verdana size=1>------| www.sdxnw.gov.cn |</font>"
  127.     windowBORDERCOLOR       = "#000000"
  128.     windowBORDERCOLORsel    = "#FF8000"
  129.     windowTITBGCOLOR        = "#D7DCD9"
  130.     windowTITBGCOLORsel     = "#FFFFFF"
  131.     openchromeless(theURL, wname, W, H, windowCERRARa, windowCERRARd, windowCERRARo, windowNONEgrf, windowCLOCK, windowTIT, windowREALtit , windowBORDERCOLOR, windowBORDERCOLORsel, windowTITBGCOLOR, windowTITBGCOLORsel)
  132. }
  133.  
  134. function MM_swapImgRestore() { //v3.0
  135.   var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
  136. }
  137.  
  138. function MM_preloadImages() { //v3.0
  139.   var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
  140.     var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
  141.     if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
  142. }
  143.  
  144. function MM_findObj(n, d) { //v3.0
  145.   var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
  146.     d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  147.   if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  148.   for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); return x;
  149. }
  150.  
  151. function MM_swapImage() { //v3.0
  152.   var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
  153.    if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
  154. }
  155. //-->
  156. </script>
  157. <style type="text/css">
  158. <!--
  159. .unnamed1 {
  160.     font-size: 1px;
  161.     color: #FFFFFF;
  162. }
  163. -->
  164. </style>
  165. <link href="shiweb.files/1.css" rel="stylesheet" type="text/css">
  166. </head>
  167.  
  168. <BODY bgColor=#ffffff text=#000000 leftMargin=4 topMargin=4 
  169. marginwidth="4" marginheight="4" onLoad="MM_timelinePlay('Timeline1')">
  170. <!--#include virtual="city/zb/webhead.inc.asp"-->
  171. <table width="770" border="0" align="center" cellpadding="0" cellspacing="0">
  172.   <tr> 
  173.     <td height="37"><img src="sygif/dddd.gif" width="176" height="65"></td>
  174.     <td width="417" bgcolor="#000066"> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="419" height="84">
  175.         <param name="movie" value="zb.swf">
  176.         <param name="quality" value="high">
  177.         <embed src="zb.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="419" height="84"></embed></object> 
  178.     </td>
  179.     <td width="173" bgcolor="#99CC99"> 
  180.       <div align="center"> 
  181.         <!-- #include virtual="date.jsp"-->
  182.       </div></td>
  183.   </tr>
  184. </table>
  185. <TABLE cellSpacing=0 cellPadding=0 width=769 align=center border=0>
  186.   <TBODY>
  187.     <TR> 
  188.       <TD width=1 bgColor=#016b59></TD>
  189.       <TD vAlign=top width=767> <TABLE height=4 cellSpacing=0 cellPadding=0 width=766 bgColor=#c9c9c9 
  190.       border=0>
  191.           <TBODY>
  192.             <TR> 
  193.               <TD></TD>
  194.             </TR>
  195.           </TBODY>
  196.         </TABLE>
  197.         <TABLE cellSpacing=0 cellPadding=0 width=764 border=0>
  198.           <TBODY>
  199.             <TR> 
  200.               <TD width=31 background=shiweb.files/article_13.gif> </TD>
  201.               <TD width=1 background=╬─╝■╥│.files/line.gif></TD>
  202.               <TD vAlign=top align=middle width=692> <TABLE cellSpacing=0 cellPadding=0 width=692 border=0>
  203.                   <TBODY>
  204.                     <TR> 
  205.                       <TD height=22 colspan="2"> <TABLE height=21 cellSpacing=0 cellPadding=0 width=687 
  206.                   border=0>
  207.                           <TBODY>
  208.                             <TR> 
  209.                               <TD width="419"><A class=h2 
  210.                         href="" 
  211.                         target=_blank>╫═▓⌐╨╦┼⌐═°╩╫╥│</A>>>├√╙┼╠╪▓·</TD>
  212.                               <TD width="268" align=right> <SCRIPT language=JavaScript>
  213. <!--
  214.       
  215.  today=new Date();
  216.  function initArray(){
  217.    this.length=initArray.arguments.length
  218.    for(var i=0;i<this.length;i++)
  219.    this[i+1]=initArray.arguments[i]  }
  220.    var d=new initArray(
  221.      "╨╟╞┌╠∞",
  222.      "╨╟╞┌╥╗",
  223.      "╨╟╞┌╢■",
  224.      "╨╟╞┌╚²",
  225.      "╨╟╞┌╦─",
  226.      "╨╟╞┌╬σ",
  227.      "╨╟╞┌┴∙");
  228. document.write(
  229.      "<font class=h2 align=right> ",
  230. "íí",today.getYear(),"─Ω",today.getMonth()+1,"╘┬",today.getDate(),"╚╒íí",d[today.getDay()+1],"</font>" );//-->
  231. </SCRIPT> </TD>
  232.                             </TR>
  233.                           </TBODY>
  234.                         </TABLE></TD>
  235.                     </TR>
  236.                     <TR> 
  237.                       <TD height=1 colspan="2" bgColor=#016b59></TD>
  238.                     </TR>
  239.                     <TR align=middle> 
  240.                       <TD height="890" colspan="2"> <table width="90%" border="0" align="center">
  241.                           <tr> 
  242.                             <td colspan="2"><div align="center"><strong><font size="5">╠╪╔½▓·╞╖</font></strong></div></td>
  243.                           </tr>
  244.                           <tr> 
  245.                             <td width="5%"> </td>
  246.                             <td width="95%" rowspan="3"><p><strong>╓▄┤σ╔╒▒²</strong>└·╩╖╙╞╛├ú¼╥╘▒ííó╧πíó╦╓íó┤α╓°│╞íú┤≤╘╝╘┌├≈│»╓╨╥╢ú¼╓▄┤σ╝╓╔╠╗ß╝»ú¼╕≈╓╓╨í│╘╙ª╩▒╢°╔·ú¼╥╗╓╓╔╧╠∙║µ┐╛║·▒²╡─í░║·▒²┬»í▒┤½╚δ╓▄┤σú¼╥√╩│╡Ω╗º╡─╩ª╕╡▓╔─╔╜╣▒²▒í╧π┤α╡─╠╪╡πú¼╙├╔╧╠∙║µ┐╛║·▒²╡─╖╜╖¿ú¼┤┤╘∞│÷δ┌╓╦╚╦┐┌╡─┤≤╦╓╔╒▒²íú╦ⁿ╨╬╘▓╢°▒íú¼╒²├µ╠∙┬·╓Ñ┬Θ╚╩ú¼▒│├µ▓╝┬·╦╓┐╫ú¼▒╗╚╦╙≈╓«╬¬░╫╤ε╩≈╕╔╥╢ú¼╚⌠╩º╩╓┬Σ╡╪ú¼╘≥╗ß╜╘│╔╦Θ▒²íú╔╒▒²╙╨╧╠íó╠≡┴╜╬╢ú¼┐╔╛├▓╪╢°▓╗▒Σ╓╩íú╔·▓·│º╝╥╬¬╫═▓⌐╩╨╓▄┤σ╟°╩│╞╖│ºíú╣║┬≥╓╕─╧╝░╝█╕±ú║╩╨─┌╕≈┤≤╔╠│í╛∙╙╨╧·╩█ú¼╓▄┤σ╩│╞╖│º╔·▓·╡─í░╓▄┤σí▒┼╞╔╠▒Ω╬¬╒²╫┌▓·╞╖ú¼╝█╕±├┐░ⁿ2╘¬íú</p>
  247.                               <p><strong>┬φ╠ñ║■░╫┴½┼║</strong>╩╟┬φ╠ñ║■╓╨╠╪▓·╓«╣┌íú╚½║■╙╨┼║╠∩╜ⁿ 4000 
  248.                                 ─╢ú¼░╫┴½┼║╩╟┤║┼»║≤╓▓╤φú¼┴∙╞▀╘┬╫≈┼║ú¼╒Γ╩▒╡─┼║╡▒╡╪╚╦╦╫│╞ " ╨┬┼║ " ú¼╦ⁿ╜α░╫╚τ╙±ú¼╧╩─█╠≡┤αíú▓╔╞¼║╔╥╢░╤┼║░ⁿ║├ú¼╟ß┤╖╗≈╦Θú¼░Φ╨⌐░╫╠╟ú¼│╘╞≡└┤╦¼╨─╠≡┤αíú╢¼╝╛┼║═Ω╚½│╔╩∞ú¼╒Γ╩▒┼║─┌║¼╡φ╖█íó╡░░╫╕▀ú¼╗╣╙╨╠╟íó╓¼╖╛╥╘╝░╬¼╔·╦╪╡╚╢α╓╓│╔╖╓ú¼╩╟╔╧╡╚╩▀▓╦íú╥≥╦∙┐¬╡─┴½╗¿╩╟░╫╔½ú¼╣╩│╞ 
  249.                                 " ░╫┴½┼║ " íú 1972 ─Ω├└╣·╫▄═│─ß┐╦╦╔╖├╗¬╩▒ú¼╛═╘°╩│╙├╣²║■╓╨╡─░╫┴½┼║íú</p>
  250.                               <p><strong>┬φ╠ñ║■╜≡╦┐╤╝╡░</strong>╫╘╣┼╥╘└┤ú¼┬φ╠ñ║·╔╧╢∞╤╝│╔╚║íú╜≡╦┐╤╝╡░╥╤╕║╩ó├√íú╢∞╤╝╞╜╦╪╥╘║■╓╨╡─╕≥≥█╬¬╩│ú¼╦∙▓·╤╝╡░╞╖╓╩║├ú¼╔½╧π╬╢╢└╛▀╠╪╔½íúδτ╓╞╒⌠╩∞║≤ú¼┐╔╝√╡░╟α╡░╗╞╧α╜╗┤ªú¼╙╨╡░╗╞╙═╚ª╕⌠ú¼╦╞┬╞┬╞╜≡╦┐╜╩▓°ú¼╞Σ╬╢╝╤├└ú¼╡░╙═╧π╢°▓╗─σú¼╚Γ╓╩╔░▓╗╥¡║φú¼╜≡╦┐╤╝╡░╙╔┤╦╢°╡├├√íú╣²╚Ñ╘°╩╟╗╩╝╥╣▒╞╖íú</p>
  251.                               <p> <strong>▓⌐╔╜╢╣╕»╧Σ</strong>╢╣╕»╧Σ╩╟▓⌐╔╜┤½═│├√│╘íú╧α┤½╟σ╟¼┬í╡█─╧╤▓╩▒ú¼╘°í░┴┘╨╥í▒▓⌐╔╜ú¼╒╨┤²╙├╔┼╩▒ú¼╔╧╙╨╢╣╕»╧Σ╒Γ╡└▓╦ú¼╟¼┬í╩│║≤╘▐▓╗╛°┐┌íú 
  252.                                 ╓╞╫≈╢╣╕»╧Σ╩╟ú¼╧╚╜½╡╜╟╨│╔┴∙╖╓╖╜╢íú¼┤τ╢■│ñ╖╜┐Θú¼╙├╗¿╔·╙═╒¿╓┴╜≡╗╞╔½└╠│÷ú¼╘┘╘┌╢╣╕»┐Θ╡─╥╗├µ╟╨┐¬╥╗┐Θ╞ñú¿╥╗▓α▓╗╟╨╢╧ú¼╞≡╧Σ╕╟╫≈╙├ú⌐ú¼═┌│÷─┌└∩╢╣╕»ú¼╘┘╠ε╔╧╡≈║├╡─╧┌┴╧ú¼╕╟║├í░╧Σ╕╟í▒íú╧┌┴╧╙╨╢α╓╓╢α╤∙ú¼╙╨╚²╧╩╧┌ú¿║ú├╫íó╧║╚╩íó╓φ╚Γú⌐íó╨╖╗╞╧┌íó╝ª╚Γ╧┌╡╚íú╥╗░π╢α╙├╓φ╚Γ╧┌íó╩▓╜⌡╧┌╗≥╦╪╧┌íú╓φ╚Γ╧┌╓╞╫≈╖╜╖¿╩╟░╤║ú├╫íó─╛╢·╙├╬┬╦«┼▌║├ú¼░╤╓φ╚Γíó║ú├╫íó─╛╢·íó┤╨íó╜¬íó╚Γ╖╓▒≡╟╨│╔─⌐ú¼╔╫─┌╖┼╧π╙═ú¼╔╒┐¬║≤═╢┤╨íó╜¬íó╚Γ∞╘│┤╓┴░╦│╔╩∞ú¼╝╙╜┤╙═íó║ú├╫íó─╛╢·íó╤╬│┤╘╚╚δ┼╠─┌ú¼╝╙╔░╚╩├µ╗≥║·╜╖├µ░Φ╘╚ú¼╠ε╚δ╢╣╕»╧Σ─┌ú¼╕╟║├╕╟╖┼╚δ┼╠─┌ú¼│╔╦■╨╬ú¼╔╧┴²╒⌠╘╝5╖╓╓╙╚í│÷íú┴φ╔╫╖┼╧π╙═ú¼┐¬║≤╝╙┤╨íó╜¬íó╦Γ─⌐╥╗∞╘ú¼┼δ┤╫ú¼═╢─╛╢·íó╟α▓╦íó╦«╦±║═╜┤╙═íó╓¡╠└ú¼╠└┐¬║≤╡≈│÷╖█ú¼╠└┼¿║≤╜╜╘┌╢╣╕»╧Σ╔╧╝┤│╔íú</p>
  253.                               <p><strong>▓⌐╔╜╦╓╣°</strong>╩╟╥╗╓╓┤½═│╡─╩▒┴εíó╜┌┴ε▓╦δ╚ú¼╩ó╨╨╙┌╢¼╝╛║═┤║╜┌╞┌╝Σú¼┤½╦╡╩╟╟σ│»│⌡─Ω╤╒╔±╒≥╥╗╬╗╜╨╦╒╨í├├╡─╕╛┼«┤┤╩╝ú¼╣╩▓╦├√í░╦╒╣°í▒íú╙╓╥≥┤╦▓╔╙├┤╫┴╧╜╧╢αú¼╥╘╚Γ╙π╣╟┤╠╦╓└├╬¬╓≈╥¬╠╪╒≈ú¼í░╦╒í▒í░╦╓í▒╨│╥⌠ú¼╦∞╕─├√╬¬í░╦╓╣°▓╦í▒íú╙╔╙┌╦╓╣°▓╦╙├┴╧╣π╖║ú¼╩│╙├╖╜├µú¼╧π╦╓┐╔┐┌ú¼╘┘╝╙╥╫╤º║├╫÷ú¼╥╘╓┴╣π╬¬┴≈┤½ú¼╧╓╥╤┤½╓┴╓▄┤σíó╫═┤¿íó╒┼╡Ωíó 
  254.                                 ┴┘╫═íó╝├─╧╡╚╡╪íú </p>
  255.                               <p>▓⌐╔╜╦╓╣°╡─╘¡┴╧╓≈╥¬╙╨░╫▓╦íó┼║íó║ú┤°íó╢│╢╣╕»íó╝ªíó╤╝íó╚Γíó╙πíó┼┼╣╟íó╓φ╠π╡╚ú¼╨δ╥└┤╬╖╓▓π░┌╖┼ú¼╡≈┴╧╙╨┤╫ú¿╩╣╘¡┴╧╦╓└├ú⌐íó╠╟ú¿╓╨║═╓ε┴╧╓«╬╢ú⌐íó╗╞╛╞ú¿│²╨╚δ²ú⌐╥╘╝░╧π╙═íó╜┤╙═íó╤╬íó┤╨íó╜¬íó╗¿╜╖╡╚íú╓╞╫≈╩▒╧╚╙├╝▒╗≡╔╒┐¬ú¼╚╗║≤╙├╬─╗≡╔╒╓┴╚Γ╙π╣╟┤╠╦╓└├╬¬╓╣íú└δ╗≡┴╣═╕║≤ú¼╦µ│╘╦µ╚ííú</p>
  256.                               <p><strong>╫═▓⌐╠╒┤╔</strong>╔╧╧┬░╦╟º─Ωú¼└·╩╖╡─│ñ║╙╫╠╚≤┴╦╒Γ╖╜╬╓═┴íú╨┬╓╨╣·│╔┴ó║≤ú¼╡│║═╒■╕«╩«╖╓╓╪╩╙╗╓╕┤║═╖ó╒╣╠╒┤╔╔·▓·íú╛¡╝├╖ó╒╣╡─╥╗╠⌡╓╪╥¬╛¡╤Θú¼╛═╩╟"╝»╛█"íú"╝»╛█"ú¼╨╬│╔╒√╠σ╩╡┴ªú¼┐╔╥╘│÷╣µ─úíó│÷╚╦▓┼íó│÷╨º╥µíó│÷┐╞╝╝íú╫═▓⌐┤╙╘¡┴╧┐¬▓╔╡╜▓·╞╖íó▓─┴╧íó╔Φ▒╕íó░ⁿ╫░╬∩╡╚╓╞╫≈╞δ╚½┼Σ╠╫ú¼1984─Ω▒╗╣·╬±╘║╢¿╬¬╬╥╣·╬σ┤≤╠╒┤╔▓·╡╪╓«╥╗íú╕─╕∩┐¬╖┼╡─┤║╖τ┤╡┬╠┴╦╫µ╣·┤≤╡╪ú¼┤╡┐¬┴╦╫═▓⌐╒Γ╢Σ╣σ└÷╡─╧╩╗¿íú╫═▓⌐╚╦"╩╓╬╒╗╞─α═┴ú¼┴╒└┼┬·╔±╓▌"ú¼╫▀│÷┴╦╥╗╠⌡╫╘╝║╖ó╒╣╠╒┤╔╡─┬╖--"┐╞╝╝╨╦╠╒┤╔"ú¼┤┤╘∞┴╦▓╗╔┘"╓╨╣·╠╒┤╔╓«╫ε"ú¼╙╨╡─╗╣╠ε▓╣┴╦╩└╜τ┐╒░╫íú╬╥╣·╡┌╥╗╠⌡╔╒╚╒╙├╠╒┤╔╡─╦φ╡└╥ñú¼╡«╔·╘┌╫═▓⌐ú¼┤╙┤╦╠╒┤╔╔·▓·╙╔╝Σ╨¬╩╜╘╛╬¬┴¼╨°╩╜ú¼╕°╠╒┤╔╔·▓·┤°└┤┴╦╥╗│í╕∩├ⁿíú╜┌╘╝─▄╘┤4▒╢ú¼║╬╞Σ┤≤╡─╩²╫╓ú┐╒Γ╬¬╥╗╓▒─▄╘┤╜⌠╚▒╡─╬╥╣·ú¼╩╟╥╗▒╩║▄┤≤╡─╜┌╘╝ú¼╥Γ╥σ╓╪┤≤íú 
  257.                                 ╫═▓⌐ú¼│╔╬¬╬╥╣·╠╒┤╔╫ε┤≤╡─┐╞╤╨╗∙╡╪ú¼╚╦▓┼╝├╝├ú¼╦╢╣√└█└█íú┤≤╕╫╣÷╤╣│╔╨═╗·╡─╖ó├≈│╔╣ªú¼╩╣╬╥╣·╠╒┤╔╓╞╕╫╣ñ╚╦┤╙╤╙╨°╟º░┘─Ω╖▒╓╪╠σ┴ª└═╢»╓╨╜Γ╖┼│÷└┤ú¼╥≥┤╦ú¼╗±╡├╣·╝╥┤┤╘∞╖ó├≈╜▒íú╓┌╢α╛½╧╕┤╔╓╓╡─╖ó├≈ú¼╩╣╫═▓⌐╠╒┤╔╨╬│╔┴╦╫╘╝║╡─╖τ╕±ú¼"╢└╩≈╥╗╓─"íú"╣·╤τ"╙├┤╔ú¼╬╥╣·╡│íó╒■íó╛ⁿ╫ε╕▀╚¿┴ª╗·╣╪╡─╫ε╕▀╣µ╕±╙├┤╔ú¼"╣·└±┤╔"ú¼╡│║═╣·╝╥┴∞╡╝╚╦╝╥═Ñ╙├┤╔ú¼╩╟╬╥├╟╫═▓⌐┤╔ú¼║╬╞Σ╚┘╥½íú╬╥╣·╠╒┤╔╘┌╣·╝╩╔╧╚í╡├╡─╡┌╥╗├╢╓╩┴┐╜≡┼╞íó╡┌╥╗├╢┤┤╘∞╖ó├≈╜≡┼╞╛∙╩╟╫═▓⌐ú¼╬¬╣·╝╥╘÷╣Γ╠φ▓╩íú</p></td>
  258.                           </tr>
  259.                           <tr> 
  260.                             <td height="56"> </td>
  261.                           </tr>
  262.                           <tr> 
  263.                             <td> </td>
  264.                           </tr>
  265.                           <tr> 
  266.                             <td> </td>
  267.                             <td> </td>
  268.                           </tr>
  269.                         </table></TD>
  270.                     </TR>
  271.                     <TR> 
  272.                       <TD height=1 colspan="2" bgColor=#016b59></TD>
  273.                     </TR>
  274.                     <TR> 
  275.                       <TD width=109 
  276.                 height=20 align=middle bgColor=#006666 class=h1_write><div align="center">╧α╣╪─┌╚▌</div></TD>
  277.                       <TD width=583 align=middle class=h1_write> </TD>
  278.                     </TR>
  279.                     <TR align=middle> 
  280.                       <TD colspan="2"> <TABLE cellSpacing=0 cellPadding=0 width=645 border=0>
  281.                           <TBODY>
  282.                             <TR> </TR>
  283.                             <TR> 
  284.                               <TD height=10> </TD>
  285.                             </TR>
  286.                             <TR> 
  287.                               <TD align=right height=20> <FORM >
  288.                                   í╛<A  href="http://<%=getsms%>/sms/"  target=_blank>╢╠╨┼═╞╝÷</A>í┐ 
  289.                                   <a href="/" target="_parent">í╛</a><a href="http://www.sdxnw.gov.cn/city/zb/web.asp" target="_parent">╫═▓⌐╨╦┼⌐═°</a><a href="/" target="_parent">í┐</a> 
  290.                                 </FORM></TD>
  291.                             </TR>
  292.                           </TBODY>
  293.                         </TABLE></TD>
  294.                     </TR>
  295.                     <TR> 
  296.                       <TD height=20 colspan="2"> </TD>
  297.                     </TR>
  298.                   </TBODY>
  299.                 </TABLE></TD>
  300.               <TD width=1 background=╬─╝■╥│.files/line.gif></TD>
  301.               <TD vAlign=top width=39>  </TD>
  302.             </TR>
  303.           </TBODY>
  304.         </TABLE>
  305.         <TABLE height=5 cellSpacing=0 cellPadding=0 width=767 bgColor=#D76D04 
  306.       border=0>
  307.           <TBODY>
  308.             <TR> 
  309.               <TD width=3 bgColor=#ffba00></TD>
  310.             </TR>
  311.             <TR> 
  312.               <TD bgColor=#FF3300 height=2></TD>
  313.             </TR>
  314.           </TBODY>
  315.         </TABLE>
  316.         
  317.       </TD>
  318.       <TD width=1 bgColor=#016b59></TD>
  319.     </TR>
  320.   </TBODY>
  321. </TABLE>
  322. <table width="50" border="0" cellpadding="0" cellspacing="00">
  323.   <tr>
  324.     <td width="44" class="unnamed1">1</td>
  325.   </tr>
  326. </table>
  327. <table width="770" border="0" align="center" cellpadding="0" cellspacing="0">
  328.   <tr>
  329.     <td bgcolor="#99CC99"> 
  330.       <table height=5 cellspacing=0 cellpadding=0 width=165 border=0>
  331.         <tbody>
  332.           <tr> 
  333.             <td></td>
  334.           </tr>
  335.         </tbody>
  336.       </table>
  337.     </td>
  338.   </tr>
  339. </table>
  340.  
  341. ½╚ <TABLE width=770 height=60 border=0 align=center cellPadding=0 cellSpacing=0 class="a6"> 
  342. <TBODY><TR>
  343.       <TD 
  344.     height=10 align=center class="a1" > 
  345.         <!--#include file="js/index.asp"-->
  346.       </TD>
  347.     </TR>
  348.     <TR> 
  349.       <TD 
  350.     height=10 align=middle><div align="center">╜¿╥Θ╩╣╙├ú║1024*768╖╓▒µ┬╩íó16Bit╤╒╔½íóNetscape6.0╗≥IE4.0╥╘╔╧░µ▒╛Σ»└└╞≈║═╓╨╬─┤≤╫╓╖√╝»</div></TD>
  351.     </TR>
  352.     
  353.     <TR> 
  354.       <TD 
  355.     height=20 align=middle><div align="center">╫═▓⌐╨╦┼⌐═°░µ╚¿╦∙╙╨íí╬┤╛¡╨φ┐╔╤╧╜√╕┤╓╞</div></TD>
  356.     </TR>
  357.   </TBODY>
  358. </TABLE>
  359. <p> 
  360. <TD background=img/loginbox_bk.gif> </p> 
  361. </body>
  362. </html>
  363.