home *** CD-ROM | disk | FTP | other *** search
/ 221.214.14.186 / 221.214.14.186.tar / 221.214.14.186 / zb / sjqxr.asp < prev    next >
Text File  |  2007-03-22  |  18KB  |  426 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. <style type="text/css">
  167. <!--
  168. .style1 {
  169.     font-size: 18px;
  170.     font-weight: bold;
  171. }
  172. a:link {
  173.     text-decoration: none;
  174. }
  175. a:visited {
  176.     text-decoration: none;
  177.     color: #336666;
  178. }
  179. a:hover {
  180.     text-decoration: none;
  181.     color: #CC9999;
  182. }
  183. a:active {
  184.     text-decoration: none;
  185. }
  186. -->
  187. </style>
  188. </head>
  189.  
  190. <BODY bgColor=#ffffff text=#000000 leftMargin=4 topMargin=4 
  191. marginwidth="4" marginheight="4" onLoad="MM_timelinePlay('Timeline1')">
  192. <!--#include virtual="city/zb/webhead.inc.asp"-->
  193. <table width="770" border="0" align="center" cellpadding="0" cellspacing="0">
  194.   <tr> 
  195.     <td height="37"><img src="sygif/dddd.gif" width="176" height="65"></td>
  196.     <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">
  197.         <param name="movie" value="zb.swf">
  198.         <param name="quality" value="high">
  199.         <embed src="zb.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="419" height="84"></embed></object> 
  200.     </td>
  201.     <td width="173" bgcolor="#99CC99"> 
  202.       <div align="center"> 
  203.         <!-- #include virtual="date.jsp"-->
  204.       </div></td>
  205.   </tr>
  206. </table>
  207. <TABLE width=769 height="1404" border=0 align=center cellPadding=0 cellSpacing=0 background="img/bg.jpg">
  208.   <TBODY>
  209.     <TR> 
  210.       <TD width=1 height="1404" bgColor=#016b59></TD>
  211.       <TD vAlign=top width=767> <TABLE height=4 cellSpacing=0 cellPadding=0 width=766 bgColor=#c9c9c9 
  212.       border=0>
  213.           <TBODY>
  214.             <TR> 
  215.               <TD></TD>
  216.             </TR>
  217.           </TBODY>
  218.         </TABLE>
  219.         <TABLE width=764 height="1400" border=0 cellPadding=0 cellSpacing=0>
  220.           <TBODY>
  221.             <TR> 
  222.               <TD width=17 height="1400" background=shiweb.files/article_13.gif> </TD>
  223.               <TD width=15 background=╬─╝■╥│.files/line.gif></TD>
  224.               <TD vAlign=top align=middle width=692> <TABLE width=692 border=0 cellPadding=0 cellSpacing=0>
  225.                   <TBODY>
  226.                     <TR> 
  227.                       <TD height=22 colspan="2"> <TABLE height=21 cellSpacing=0 cellPadding=0 width=687 
  228.                   border=0>
  229.                           <TBODY>
  230.                             <TR> 
  231.                               <TD width="419"><A class=h2 
  232.                         href="" 
  233.                         target=_blank>╫═▓⌐╨╦┼⌐═°╩╫╥│</A>>>╩└╜τ╞°╧≤╚╒</TD>
  234.                               <TD width="268" align=right> <SCRIPT language=JavaScript>
  235. <!--
  236.       
  237.  today=new Date();
  238.  function initArray(){
  239.    this.length=initArray.arguments.length
  240.    for(var i=0;i<this.length;i++)
  241.    this[i+1]=initArray.arguments[i]  }
  242.    var d=new initArray(
  243.      "╨╟╞┌╠∞",
  244.      "╨╟╞┌╥╗",
  245.      "╨╟╞┌╢■",
  246.      "╨╟╞┌╚²",
  247.      "╨╟╞┌╦─",
  248.      "╨╟╞┌╬σ",
  249.      "╨╟╞┌┴∙");
  250. document.write(
  251.      "<font class=h2 align=right> ",
  252. "íí",today.getYear(),"─Ω",today.getMonth()+1,"╘┬",today.getDate(),"╚╒íí",d[today.getDay()+1],"</font>" );//-->
  253. </SCRIPT> </TD>
  254.                             </TR>
  255.                           </TBODY>
  256.                         </TABLE></TD>
  257.                     </TR>
  258.                     <TR> 
  259.                       <TD height=1 colspan="2" bgColor=#016b59></TD>
  260.                     </TR>
  261.                     <TR align=middle> 
  262.                       <TD height="1349" colspan="2"> <table width="96%" height="1304" border="0" align="center">
  263.                           <tr> 
  264.                             <td colspan="2"><div align="center" class="style1">╩└╜τ╞°╧≤╚╒╝≥╜Θ</div></td>
  265.                           </tr>
  266.                           <tr> 
  267.                             <td width="5%"> </td>
  268.                             <td width="95%" rowspan="3"><p><strong>╩└╜τ╞°╧≤╚╒╡─╙╔└┤ </strong>:╬¬╝═─ε╩└╜τ╞°╧≤╫Θ╓»│╔┴óú¿1950─Ω3╘┬23╚╒ú⌐╒Γ╥╗╠╪╩Γ╚╒╫╙ú¼1960─Ω╩└╜τ╞°╧≤╫Θ╓»╜½╣½╘╝╔·╨º╚╒ú¼╝┤3╘┬23╚╒╢¿╬¬í░╩└╜τ╞°╧≤╚╒í▒ú¼▓ó┤╙1961─Ω┐¬╩╝ú¼├┐─Ω╞°╧≤╚╒╬º╚╞╥╗╕÷╓≈╠Γú¼╘┌╚½╟≥╜°╨╨╟∞╫ú╗ε╢»ú¼╧≥╕≈╗ß╘▒╒■╕«║═╣½╓┌╜°╨╨╞°╧≤╨√┤½╜╠╙²íú╜±─Ω╞°╧≤╚╒╡─╓≈╠Γ╩╟ú║╨┼╧ó╩▒┤·╡─╠∞╞°íó╞°║≥║═╦«íú</p>
  269.                               <p><strong>╩└╜τ╞°╧≤╫Θ╓»╡─╫┌╓╝ </strong> :</p>
  270.                               <p>1.┤┘╜°╔Φ╓├╒╛═°╖╜├µ╡─╣·╝╩║╧╫≈ú¼╥╘╜°╨╨╞°╧≤íó╦«╬─╥╘╝░╙δ╞°╧≤╙╨╣╪╡─╡╪╟≥╬∩└φ╣█▓Γú¼┤┘╜°╔Φ╓├║═╬¼│╓╕≈╓╓╓╨╨─╥╘╠ß╣⌐╞°╧≤║═╙δ╞°╧≤╙╨╣╪╡─╖■╬±ú╗ <br>
  271.                                 2.┤┘╜°╜¿┴ó║═╬¼│╓╞°╧≤╝░╙╨╣╪╟Θ▒¿┐∞╦┘╜╗╗╗╧╡═│ú╗ <br>
  272.                                 3.┤┘╜°╞°╧≤╝░╙╨╣╪╣█▓Γ╡─▒Ω╫╝╗»ú¼╚╖▒ú╥╘═│╥╗╡─╣µ╕±│÷░µ╣█▓Γ║══│╝╞╫╩┴╧ú╗ <br>
  273.                                 4.═╞╜°╞°╧≤╤º╙ª╙├╙┌║╜┐╒íó║╜║úíó╦«└√íó┼⌐╥╡║═╚╦└α╞Σ╦√╗ε╢»ú╗ <br>
  274.                                 5.┤┘╜°╥╡╬±╦«╬─╗ε╢»ú¼╘÷╜°╞°╧≤╙δ╦«╬─▓┐├┼╝Σ║═├▄╟╨║╧╫≈ú╗ <br>
  275.                                 6.╣─└°╞°╧≤╝░╙╨╣╪┴∞╙≥─┌╡─╤╨╛┐║═┼α╤╡ú¼░∩╓·╨¡╡≈╤╨╛┐║═┼α╤╡╓╨╡─╣·╝╩╨╘╬╩╠Γíú </p>
  276.                               <p><strong>└·─Ω╩└╜τ╞°╧≤╚╒╓≈╠Γ </strong> :├┐─Ω╡─í░╩└╜τ╞°╧≤╚╒í▒ú¼╩└╜τ╞°╧≤╫Θ╓»╓┤╨╨╬»╘▒╗ß╢╝╥¬╤í╢¿╥╗╕÷╓≈╠Γ╜°╨╨╨√┤½ú¼╥╘╠ß╕▀╩└╜τ╕≈╡╪╡─╣½╓┌╢╘╫╘╝║├▄╟╨╧α╣╪╡─╞°╧≤╬╩╠Γ╡─╓╪╥¬╨╘╡─╚╧╩╢íú├┐╥╗╕÷╓≈╠Γ╢╝╝»╓╨╖┤╙│┴╦╚╦└α╣╪╫ó╡─╙δ╞°╧≤╙╨╣╪╡─╬╩╠Γíú└·─Ω╩└╜τ╞°╧≤╚╒╓≈╠Γ╚τ╧┬ú║ <br>
  277. 1961─Ω ╞°╧≤ <br>
  278. 1962─Ω ╞°╧≤╢╘┼⌐╥╡║═┴╕╩│╔·▓·╡─╣▒╧╫ <br>
  279. 1962─Ω ╜╗═¿║═╞°╧≤ú¿╠╪▒≡╩╟╞°╧≤╙ª╙├╙┌║╜┐╒ú⌐ <br>
  280. 1964─Ω ╞°╧≤í¬í¬╛¡╝├╖ó╒╣╡─╥≥╦╪ <br>
  281. 1965─Ω ╣·╝╩╞°╧≤║╧╫≈ <br>
  282. 1966─Ω ╩└╜τ╠∞╞°╝α▓Γ═° <br>
  283. 1967─Ω ╠∞╞°║═╦« <br>
  284. 1968─Ω ╞°╧≤╙δ┼⌐╥╡ <br>
  285. 1969─Ω ╞°╧≤╖■╬±╡─╛¡╝├╨º╥µ <br>
  286. 1970─Ω ╞°╧≤╜╠╙²║═╤╡┴╖ <br>
  287. 1971─Ω ╞°╧≤╙δ╚╦└α╗╖╛│ <br>
  288. 1972─Ω ╞°╧≤╙δ╚╦└α╗╖╛│ <br>
  289. 1973─Ω ╣·╝╩╞°╧≤║╧╫≈100─Ω <br>
  290. 1974─Ω ╞°╧≤╙δ┬├╙╬ <br>
  291. 1975─Ω ╞°╧≤╙δ╡τ╤╢ <br>
  292. 1976─Ω ╠∞╞°╙δ┴╕╩│ <br>
  293. 1977─Ω ╠∞╞°╙δ╦« <br>
  294. 1978─Ω ╬┤└┤╞°╧≤╙δ╤╨╛┐ <br>
  295. 1979─Ω ╞°╧≤╙δ─▄╘┤ <br>
  296. 1980─Ω ╚╦╙δ╞°║≥▒Σ╟¿ <br>
  297. 1981─Ω ╩└╜τ╠∞╞°╝α▓Γ═° <br>
  298. 1982─Ω ┐╒╝Σ╞°╧≤╣█▓Γ <br>
  299. 1983─Ω ╞°╧≤╣█▓Γ╘▒ <br>
  300. 1984─Ω ╞°╧≤╘÷╝╙┴╕╩│╔·▓· <br>
  301. 1985─Ω ╞°╧≤╙δ╣½╓┌░▓╚½ <br>
  302. 1986─Ω ╞°║≥▒Σ╟¿ú¼╕╔║╡║═╔│─«╗» <br>
  303. 1987─Ω ╞°╧≤í¬í¬╣·╝╩║╧╫≈╡─╡Σ╖╢ <br>
  304. 1988─Ω ╞°╧≤╙δ╨√┤½├╜╜Θ <br>
  305. 1989─Ω ╞°╧≤╬¬║╜┐╒╖■╬± <br>
  306. 1990─Ω ╞°╧≤║═╦«╬─▓┐├┼╬¬╝⌡╔┘╫╘╚╗╘╓║ª╖■╬± <br>
  307. 1991─Ω ╡╪╟≥┤≤╞° <br>
  308. 1992─Ω ╠∞╞°║═╞°║≥╬¬╬╚╢¿╖ó╒╣╖■╬± <br>
  309. 1993─Ω ╞°╧≤╙δ╝╝╩⌡╫¬╚├ <br>
  310. 1994─Ω ╣█▓Γ╠∞╞°╙δ╞°║≥ <br>
  311. 1995─Ω ╣½╓┌╙δ╠∞╞°╖■╬± <br>
  312. 1996─Ω ╞°╧≤╙δ╠σ╙²╖■╬± <br>
  313. 1997─Ω ╠∞╞°╙δ│╟╩╨╦«╬╩╠Γ <br>
  314. 1998─Ω ╠∞╞°íó║ú╤≤╙δ╚╦└α╗ε╢» <br>
  315. 1999─Ω ╠∞╞°íó╞°║≥╙δ╜í┐╡ <br>
  316. 2000─Ω ╞°╧≤╖■╬±╬σ╩«─Ω <br>
  317. 2001─Ω ╠∞╞°íó╞°║≥║═╦«╡─╓╛╘╕╒▀ <br>
  318. 2002─Ω ╜╡╡═╢╘╠∞╞°║═╞°║≥╝½╢╦╩┬╝■╡─┤α╚⌡╨╘ <br>
  319. 2003─Ω ╣╪╫ó╬╥├╟╬┤└┤╡─╞°║≥ <br>
  320. 2004─Ω ╨┼╧ó╩▒┤·╡─╠∞╞°íó╞°║≥║═╦«<br>
  321. 2005─Ω ╠∞╞°íó╞°║≥íó╦«║═┐╔│╓╨°╖ó╒╣<br>
  322. 2006─Ω ╘ñ╖└║═╝⌡╟ß╫╘╚╗╘╓║ª<br>
  323. 2007─Ω ╝½╡╪╞°╧≤  ╚╧╩╢╚½╟≥╙░╧∞
  324.                               <p>                                                            
  325.                               <p></td>
  326.                           </tr>
  327.                           <tr> 
  328.                             <td height="56"> </td>
  329.                           </tr>
  330.                           <tr> 
  331.                             <td height="744"> </td>
  332.                           </tr>
  333.                           <tr> 
  334.                             <td height="15"> </td>
  335.                             <td> </td>
  336.                           </tr>
  337.                       </table></TD>
  338.                     </TR>
  339.                     <TR> 
  340.                       <TD height=1 colspan="2" bgColor=#016b59></TD>
  341.                     </TR>
  342.                     <TR> 
  343.                       <TD width=109 
  344.                 height=18 align=middle bgColor=#006666 class=h1_write><div align="center">╧α╣╪─┌╚▌</div></TD>
  345.                       <TD width=583 align=middle class=h1_write> </TD>
  346.                     </TR>
  347.                     <TR align=middle> 
  348.                       <TD height="107" colspan="2"><table width="645" border="1">
  349.                         <tr>
  350.                           <td><strong>3.23╩└╜τ╞°╧≤╚╒╩╫╥│</strong></td>
  351.                         </tr>
  352.                         <tr>íí
  353.                           <td><strong><a href="sjqxrjj.asp" target="_blank">(1).╝½╡╪╞°╧≤ú║╚╧╩╢╚½╟≥╙░╧∞íííí</a><a href="sjqxrjj.asp" target="_blank">(2).<strong>╞°╧≤╨í│ú╩╢íí</strong></a><strong><a href="sjqxrjj.asp" target="_blank"> (3).╠∞╞°╘ñ▒¿▓╗╩╟í░╔╠┴┐í▒│÷└┤╡─</a></strong></strong> </td>
  354.                         </tr>
  355.                         <tr>
  356.                           <td><strong><a href="sjqxrjj.asp" target="_blank">(4).╩└╜τ╞°╧≤╚╒í░╝½╡╪╞°╧≤ú║┴╦╜Γ╚½╟≥╙░╧∞í▒</a>íííí<a href="sjqxrjj.asp" target="_blank">(5). ╞µ╥∞╡─║┌╔½╔┴╡τ</a></strong></td>
  357.                         </tr>
  358.                         <tr>
  359.                           <td><strong><a href="sjqxrjj.asp" target="_blank">(6).╞°╧≤╠⌡╝■╘┌╣║╖┐╓╨╡─╓╪╥¬╨╘
  360. </a>íí<a href="sjqxrjj.asp" target="_blank"> (7).╚½╟≥▒Σ┼»╗ß┤°└┤╩▓├┤?</a></strong></td>
  361.                         </tr>
  362.                         <tr>
  363.                           <td><strong><a href="sjqxrjj.asp" target="_blank"><strong>(8).╩└╜τ╞°╧≤╚╒╘τ╓¬╡└,╫¿╥╡╞°╧≤╠∙╜ⁿ╔·╗ε</strong> íííííí(9). <strong>┼»╢¼╡─└√╙δ▒╫</strong></a></strong></td>
  364.                         </tr>
  365.                         <tr>
  366.                           <td><div align="left"><strong><a href="sjqxr1.asp">╫═▓⌐╩╨╞°╧≤╛╓╞°╧≤╚╒╙╨╣╪═╝╞¼</a></strong></div></td>
  367.                         </tr>
  368.                         <tr>
  369.                           <td height="17"><div align="right">í╛<A  href="http://<%=getsms%>/sms/"  target=_blank>╢╠╨┼═╞╝÷</A>í┐ <a href="/" target="_parent">í╛</a><a href="http://www.sdxnw.gov.cn/city/zb/web.asp" target="_parent">╫═▓⌐╨╦┼⌐═°</a><a href="/" target="_parent">í┐</a></div></td>
  370.                         </tr>
  371.                       </table> </TD>
  372.                     </TR>
  373.                     
  374.                   </TBODY>
  375.                 </TABLE></TD>
  376.               <TD width=3 background=╬─╝■╥│.files/line.gif></TD>
  377.               <TD vAlign=top width=37>  </TD>
  378.             </TR>
  379.           </TBODY>
  380.         </TABLE>
  381.       </TD>
  382.       <TD width=1 bgColor=#016b59></TD>
  383.     </TR>
  384.   </TBODY>
  385. </TABLE>
  386. <table width="50" border="0" cellpadding="0" cellspacing="00">
  387.   <tr>
  388.     <td width="44" class="unnamed1">1</td>
  389.   </tr>
  390. </table>
  391. <table width="770" border="0" align="center" cellpadding="0" cellspacing="0">
  392.   <tr>
  393.     <td height="5" bgcolor="#99CC99"> 
  394.       <table height=5 cellspacing=0 cellpadding=0 width=165 border=0>
  395.         <tbody>
  396.           <tr> 
  397.             <td></td>
  398.           </tr>
  399.         </tbody>
  400.     </table>    </td>
  401.   </tr>
  402. </table>
  403.  
  404. ½╚ <TABLE width=770 height=60 border=0 align=center cellPadding=0 cellSpacing=0 class="a6"> 
  405. <TBODY><TR>
  406.       <TD 
  407.     height=10 align=center class="a1" > 
  408.         <!--#include file="js/index.asp"-->
  409.       </TD>
  410.     </TR>
  411.     <TR> 
  412.       <TD 
  413.     height=10 align=middle><div align="center">╜¿╥Θ╩╣╙├ú║1024*768╖╓▒µ┬╩íó16Bit╤╒╔½íóNetscape6.0╗≥IE4.0╥╘╔╧░µ▒╛Σ»└└╞≈║═╓╨╬─┤≤╫╓╖√╝»</div></TD>
  414.     </TR>
  415.     
  416.     <TR> 
  417.       <TD 
  418.     height=20 align=middle><div align="center">╫═▓⌐╨╦┼⌐═°░µ╚¿╦∙╙╨íí╬┤╛¡╨φ┐╔╤╧╜√╕┤╓╞</div></TD>
  419.     </TR>
  420.   </TBODY>
  421. </TABLE>
  422. <p> 
  423. <TD background=img/loginbox_bk.gif> </p> 
  424. </body>
  425. </html>
  426.