home *** CD-ROM | disk | FTP | other *** search
/ 221.214.14.186 / 221.214.14.186.tar / 221.214.14.186 / zb / fjms.asp < prev    next >
Text File  |  2003-11-07  |  41KB  |  750 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 height=23 cellSpacing=1 cellPadding=4 width=771 border=0>
  186.   <TBODY>
  187.     <TR bgColor=#7c7c7c> 
  188.       <TD width=171 height="21" bgcolor="#66CC66"><FONT color=#ffffff><FONT 
  189.             color=#ffffff>─·╡─╬╗╓├ú¡ú¡╖τ╛░├√╩ñ</FONT></FONT></TD>
  190.       <TD width=72 align=middle bgcolor="#FF9900" onmouseover="this.bgColor = '#66ccff'" 
  191.           onmouseout="this.bgColor = '#FF9900'"> 
  192.         <div align="center"><FONT color=#ffffff><a href="fjms.asp?mark=1" target="_parent"><font color="#FFFFFF">╛░╡π╖╓▓╝═╝</font></a><A 
  193.             href="http://www.sdxnw.gov.cn/city/zb/nykj.asp">úÇ</A></FONT></div></TD>
  194.       <TD width=76 align=middle bgcolor="#FF9900" onmouseover="this.bgColor = '#66ccff'" 
  195.           onmouseout="this.bgColor = '#FF9900'"> 
  196.         <div align="center"><A 
  197.         
  198.             href="http://www.sdxnw.gov.cn/city/zb/nykj/nykj1.asp"></A><a href="fjms.asp?mark=2" target="_parent"><font color="#FFFFFF">┬φ╠ñ║■</font></a></div></TD>
  199.       <TD width=73 align=middle bgcolor="#FF9900" onmouseover="this.bgColor = '#66ccff'" 
  200.           onmouseout="this.bgColor = '#FF9900'"> 
  201.         <div align="center"><A 
  202.              href="http://www.sdxnw.gov.cn/city/zb/nykj/nykj2.asp"></A><a href="fjms.asp?mark=5" target="_parent"><font color="#FFFFFF">╞╤╦╔┴Σ╣╩╛╙</font></a></div></TD>
  203.       <TD width=78 align=middle bgcolor="#FF9900" onmouseover="this.bgColor = '#66ccff'" 
  204.           onmouseout="this.bgColor = '#FF9900'"><div align="center"><a href="fjms.asp?mark=6" target="_parent"><font color="#FFFFFF">╥╩╘┤╚▄╢┤</font></a><a href="bsgk.asp?mark=1" target="_parent"></a></div></TD>
  205.       <TD width=79 align=middle bgcolor="#FF9900" onmouseover="this.bgColor = '#66ccff'" 
  206.           onmouseout="this.bgColor = '#FF9900'"><div align="center"><a href="fjms.asp?mark=3" target="_parent"><font color="#FFFFFF">╞δ╣·└·╩╖</font></a><a href="fjms.asp?mark=3" target="_parent"><font color="#FFFFFF">╣▌</font></a><a href="bsgk.asp?mark=2" target="_parent"></a><A 
  207.              href="http://www.sdxnw.gov.cn/city/zb/nykj/nykj4.asp"></A></div></TD>
  208.       <TD width=76 align=middle bgcolor="#FF9900" onmouseover="this.bgColor = '#66ccff'" 
  209.           onmouseout="this.bgColor = '#FF9900'"><div align="center"><a href="fjms.asp?mark=4" target="_parent"><font color="#FFFFFF">┬│ 
  210.           ╔╜</font></a><a href="bsgk.asp?mark=3" target="_parent"></a><A 
  211.                      href="http://www.sdxnw.gov.cn/city/zb/nykj/nykj6.asp"></A></div></TD>
  212.       <TD width=73 align=middle bgcolor="#FF9900" onmouseover="this.bgColor = '#66ccff'" 
  213.           onmouseout="this.bgColor = '#FF9900'"><div align="center"><a href="fjms.asp?mark=7" target="_parent"><font color="#FFFFFF">╘¡íí╔╜</font></a></div></TD>
  214.     </TR>
  215.   </TBODY>
  216. </TABLE>
  217. <TABLE cellSpacing=0 cellPadding=0 width=766 border=0>
  218.   <TBODY>
  219.     <TR> 
  220.       <TD width=36 background=shiweb.files/article_13.gif> </TD>
  221.       <TD width=1 background=╬─╝■╥│.files/line.gif></TD>
  222.       <TD vAlign=top align=middle width=555> <TABLE cellSpacing=0 cellPadding=0 width=689 border=0>
  223.           <TBODY>
  224.             <TR align=middle> 
  225.               <TD colspan="2" valign="top"> 
  226.                 <%if request("mark")=1 or request("mark")="" then%>
  227.                 <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>>><strong>╫╘╚╗╛░╣█</strong></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.                   <TD height=1 colspan="2" bgColor=#016b59></TD>
  257.                 </TABLE>
  258.                 <p> </p>
  259.                 <table width="90%" border="1" align="center" bordercolor="#66CC99">
  260.                   <tr> 
  261.                     <td><div align="center"><font size="4"><strong>╫═▓⌐╩╨┬├╙╬╛░╡π╖╓▓╝═╝</strong></font></div></td>
  262.                   </tr>
  263.                   <tr> 
  264.                     <td>      <div align="center"><img src="img/lytu-map.gif" width="201" height="285" border="0" usemap="#Map" href="fjms.asp?mark=5"> 
  265.                         <map name="Map">
  266.                           <area shape="circle" coords="134,74,11" href="fjms.asp?mark=3" target="_parent">
  267.                           <area shape="circle" coords="100,36,10" href="fjms.asp?mark=2" target="_parent">
  268.                           <area shape="poly" coords="118,122" href="#">
  269.                           <area shape="poly" coords="129,147" href="#">
  270.                           <area shape="poly" coords="157,162" href="#">
  271.                           <area shape="circle" coords="97,153,9" href="fjms.asp?mark=5" target="_parent">
  272.                           <area shape="circle" coords="107,218,13" href="fjms.asp?mark=6" target="_parent">
  273.                           <area shape="circle" coords="124,194,14" href="fjms.asp?mark=4" target="_parent">
  274.                         </map>
  275.                       </div></td>
  276.                   </tr>
  277.                 </table>
  278.                 <TABLE width=645 border=0 align="center" cellPadding=0 cellSpacing=0>
  279.                   <TBODY>
  280.                     <TR> 
  281.                       <TD> <div align="right">í╛<A  href="http://<%=getsms%>/sms/"  target=_blank>╢╠╨┼═╞╝÷</A>í┐ 
  282.                           í╛<a href="http://www.sdxnw.gov.cn/city/zb/web.asp" target="_parent">╫═▓⌐╨╦┼⌐═°</a>í┐ 
  283.                         </div></TD>
  284.                     </TR>
  285.                   </TBODY>
  286.                 </TABLE>
  287.                 <% end if %>
  288.                 <%if request("mark")=2 then%>
  289.                 <TABLE height=22 cellSpacing=0 cellPadding=0 width=687 
  290.                   border=0>
  291.                   <TBODY>
  292.                     <TR> 
  293.                       <TD width="419"><A class=h2 
  294.                         href="" 
  295.                         target=_blank>╧╓╘┌╬╗╓├</A>>><strong>┬φ╠ñ║■</strong></TD>
  296.                       <TD width="268" align=right> <SCRIPT language=JavaScript>
  297. <!--
  298.       
  299.  today=new Date();
  300.  function initArray(){
  301.    this.length=initArray.arguments.length
  302.    for(var i=0;i<this.length;i++)
  303.    this[i+1]=initArray.arguments[i]  }
  304.    var d=new initArray(
  305.      "╨╟╞┌╠∞",
  306.      "╨╟╞┌╥╗",
  307.      "╨╟╞┌╢■",
  308.      "╨╟╞┌╚²",
  309.      "╨╟╞┌╦─",
  310.      "╨╟╞┌╬σ",
  311.      "╨╟╞┌┴∙");
  312. document.write(
  313.      "<font class=h2 align=right> ",
  314. "íí",today.getYear(),"─Ω",today.getMonth()+1,"╘┬",today.getDate(),"╚╒íí",d[today.getDay()+1],"</font>" );//-->
  315. </SCRIPT> </TD>
  316.                     </TR>
  317.                   </TBODY>
  318.                   <TD height=2 colspan="2" bgColor=#016b59></TD>
  319.                 </TABLE>
  320.                 <div align="center"></div>
  321.                 <table width="93%" border="1" align="center" bordercolor="#66CCCC">
  322.                   <tr> 
  323.                     <td><div align="center"><strong>┬φ ╠ñ ║■</strong></div></td>
  324.                   </tr>
  325.                   <tr> 
  326.                     <td> <p> íííí<FONT size=2>┬φ╠ñ║■╬╗╙┌╗╕╠¿╧╪╡─▒▒▓┐ú¼╚½║■╢½╬≈ú▒ú▓╣½└∩ú¼<img 
  327.       height=268 src="img/matahu.gif" width=346 
  328.       align=right> </FONT>─╧▒▒ú╕╣½└∩ú¼╖╜╘▓ú╣ú╢╞╜╖╜╣½└∩íúú▒ú╣ú╣ú╡─Ω▒╗╔╜╢½╩í╒■╕«┴╨╬¬╩í╝╢╖τ╛░├√╩ñ╟°íú║■╟°╖τ╛░╙┼├└íó╞°║≥╥╦╚╦ú¼├√╩ñ╣┼╝ú╓┌╢αú¼╩╟╠∞╚╗╡─┬├╙╬╩ñ╡╪ú¼╦╪╙╨▒▒╣·╜¡─╧╓«├└│╞íú║■─┌▒╠╦«Σ▐Σ▐íó║╙╡└╫▌║ßíó╜╗╓»│╔═°ú¼┬½╬¡╡┤íó║╔╗¿╠┴╥╗═√╬▐█≤íú│╦┤¼║■╓╨╙╬ú¼╤ε┴°▓╬╠∞íó╞╤╬¡╝╨╡└íó╟·╛╢═¿╙─íú├┐─Ω╡╜┤╦Σ»└└╣█╣Γ╡─╓╨═Γ╙╬┐═┤∩30═≥╚╦┤╬íú═Γ▒÷└┤╫╘├└╣·íó╝╙─├┤≤íó╨┬╝╙╞┬íó░─┤≤└√╤╟íó╡┬╣·íó╚╒▒╛╡╚╩«╝╕╕÷╣·╝╥║═╡╪╟°íú<br>
  329.                         íííí┬φ╠ñ║■╬∩▓·╖ß╕╗ú¼║■╓╨▓·÷╘íó÷πíó÷Ωíó≈¡íó╨╖╡╚╝╕╩«╓╓ú¼╥░╔·─±└α╙╨70╢α╓╓ú¼║■╓╨┬½╬¡╓╩╡╪╙┼┴╝ú¼╜≡╗╞∩¡┴┴íó╧╕▒í╚ß╚φú¼╙├╞Σ▒α│╔╣¼╡╞íó╦─╞┴╔╚╡╚╣ñ╥╒╞╖ú¼╘╢╧·╢α╕÷╣·╝╥║═╡╪╟°íú<br>
  330.                         íííí║■└∩├√│╘╓╩╕▀╬╢╝╤íó╛├╕║╩ó├√íú╜≡╦┐╤╝╡░íó╙π┴·╧π╡╛íó░╫┴½┼║╘°╩╟└·┤·╣¼═ó╡─╣▒╞╖íú1972─Ω├└╣·╫▄═│─ß┐╦╦╔╖├╗¬╩▒ú¼╩│╙├╣²║■╓╨╡─░╫┴½┼║íú╒¿║╔╗¿íó┴½╫╙╕■íó─α÷·═Φíó╞╤░╫╗╞≈¡╠└╢╝╩╟╔╧║├╡─├√▓╦íú╜≡╦┐╤╝╡░│╔╬¬╚½╩í╙┼╨π┬├╙╬▓·╞╖íú</p>
  331.                       <p><br>
  332.                         ╡τ╗░ú║0533-8690008íí┤½╒µú║╬▐<br>
  333.                         ╡╪╓╖ú║╗╕╠¿╧╪╞≡╖∩╒≥ ╙╩▒αú║256407<br>
  334.                         ╨╨│╡┬╖╧▀ú║ ┤╙╫═▓⌐│╡╒╛│╦╫°╓┴╙π┴·╡─╣½╜╗│╡╓┴┬φ╠ñ║■</p>
  335.                       <p> ├┼╞▒╝█╕±ú║20╘¬</p>
  336.                       <p> </p>
  337.                       <p><img src="img/matahu1.jpg" width="168" height="265"> 
  338.                         <img src="img/matahu2.gif" width="228" height="147"> </p>
  339.                       <p></p>
  340.                       <p>  </p></td>
  341.                   </tr>
  342.                 </table>
  343.                 <TABLE width=645 border=0 align="center" cellPadding=0 cellSpacing=0>
  344.                   <TBODY>
  345.                     <TR> 
  346.                       <TD> <div align="right">í╛<A  href="http://<%=getsms%>/sms/"  target=_blank>╢╠╨┼═╞╝÷</A>í┐ 
  347.                           í╛<a href="http://www.sdxnw.gov.cn/city/zb/web.asp" target="_parent">╫═▓⌐╨╦┼⌐═°</a>í┐ 
  348.                         </div></TD>
  349.                     </TR>
  350.                   </TBODY>
  351.                 </TABLE>
  352.                 <p> 
  353.                   <% end if %>
  354.                   <%if request("mark")=3 then%>
  355.                 </p>
  356.                 <TABLE height=21 cellSpacing=0 cellPadding=0 width=687 
  357.                   border=0>
  358.                   <TBODY>
  359.                     <TR> 
  360.                       <TD width="419"><A class=h2 
  361.                         href="" 
  362.                         target=_blank>╧╓╘┌╬╗╓├</A>>><strong>╞δ╣·└·╩╖▓⌐╬∩╣▌</strong></TD>
  363.                       <TD width="268" align=right> <SCRIPT language=JavaScript>
  364. <!--
  365.       
  366.  today=new Date();
  367.  function initArray(){
  368.    this.length=initArray.arguments.length
  369.    for(var i=0;i<this.length;i++)
  370.    this[i+1]=initArray.arguments[i]  }
  371.    var d=new initArray(
  372.      "╨╟╞┌╠∞",
  373.      "╨╟╞┌╥╗",
  374.      "╨╟╞┌╢■",
  375.      "╨╟╞┌╚²",
  376.      "╨╟╞┌╦─",
  377.      "╨╟╞┌╬σ",
  378.      "╨╟╞┌┴∙");
  379. document.write(
  380.      "<font class=h2 align=right> ",
  381. "íí",today.getYear(),"─Ω",today.getMonth()+1,"╘┬",today.getDate(),"╚╒íí",d[today.getDay()+1],"</font>" );//-->
  382. </SCRIPT> </TD>
  383.                     </TR>
  384.                   </TBODY>
  385.                   <TD height=1 colspan="2" bgColor=#016b59></TD>
  386.                 </TABLE>
  387.                 <table width="90%" border="1" align="center" bordercolor="#CC9999">
  388.                   <tr> 
  389.                     <td><div align="center"><font size="4"><strong>╞δ╣·└·╩╖▓⌐╬∩╣▌ <br>
  390.                         </strong> </font></div></td>
  391.                   </tr>
  392.                   <tr> 
  393.                     <td height="237"> <p> <font class=h6><img height=240 alt=newpic 
  394.                         src="img/qghistory.gif" width=400 
  395.                         align=left></font>     ┴┘╫═ú¼╩╟╬╥╣·╣┼┤·╢½╖╜└·╩╖├√╢╝íú┤╙╬≈╓▄│⌡─Ω╜¬╠½╣½╖Γ╞δ╜¿╣·ú¼╛¡┤║╟∩╗╕╣½│╞░╘ú¼╒╜╣·═■╨√│╞╨█ú¼┐¬┤┤≡ó╧┬╤º╣¼ú¼│½░┘╝╥╒∙├∙ú¼╓┴╬≈╜·╖╧╞δú¼┴┘╫═╫≈╬¬╓ε║ε═⌡╣·╡─╢╝│╟└█╝╞ 
  396.                         1300 ╙α─Ωíú<br>
  397.                         íííí╩▒╣Γ┴≈╩┼ú¼─╟║Ω╬░╗¬└÷╡─╣¼╩╥╠¿Θ┐╦Σ▓╗╕┤┤µú¼╡½╞δ╣·╣╩│╟╘½║═╣¼╡ε╠¿╗∙╥└╚╗┤µ╘┌ú¼╣╩│╟─┌═Γ╗╣╦╩┴ó╫┼ 150 ╢α╫∙╞δ═⌡║═├√╩┐┴Ω─╣íú╞δ╣·╣╩│╟╚╦╬¬╛░╣█▄÷▌═ú¼╬─╬∩╣┼╝ú╬┼├√σ┌σ╟ú¼╡╪╔╧╡╪╧┬╘╠▓╪╫┼╝½╬¬╖ß╕╗╡─╬─╬∩ú¼╦╪╙╨í░╡╪╧┬▓⌐╬∩╣▌í▒╓«├└╙■íú╣·╝╥╥╤╛¡▓╔╚í┴╦╢α╓╓▒ú╗ñ┤δ╩⌐ú¼╩╨íó╟°╚╦├±╒■╕«│Σ╖╓└√╙├╞δ╬─╗»ú¼╖ó╒╣╬─╬∩┬├╙╬╩┬╥╡ú¼╜¿╞≡┴╦╝╚╙╨╬─╬∩╝█╓╡ú¼╙╓╙╨╣█╔═╙╬└╓╨╘╡─╬─╬∩┬├╙╬╛░╡πú¼╚τ╖┬│╟▒ñ╩╜╡─╞δ╣·└·╩╖│┬┴╨╣▌íó╢½╓▄╤│┬φ╣▌íó┴┘╫═╩»┐╠╥╒╩⌡╣▌íó╞δ╣╩│╟┼┼╦«╡└┐┌íó┐╫╫╙╬┼╔╪┤ª╡╚ú¼╨╬╩╜╕≈╥∞ú¼╕≈╛▀╠╪╔½íú╜÷┤╙╩«╝╕┤ª╬─╬∩╛░╡π▒π┐╔┐·╩╙╡╜π≤π≤┤≤╣·╓«╖τ├▓ú¼┴∞┬╘─╟╬⌠╚╒░╘╓≈╓«╨█╖τíú<br>
  398.                         íííí╞δ╣·└·╩╖▓⌐╬∩╣▌╬╗╙┌┴┘╫═╟°╞δ╢╝╒≥╒■╕«╫ñ╡╪ú¼╩╟╚½╣·╩«┤≤╥∞╨═▓⌐╬∩╣▌╓«╥╗íú╦ⁿ╩╟╘┌╞δ╣·╣╩│╟╥┼╓╖▓⌐╬∩╣▌╬─╬∩│┬┴╨╣▌╡─╗∙┤í╔╧╕─╜¿╢°│╔ú¼╥╘╞δ╣·╣╩│╟┤≤│╟╙δ╨í│╟╧α╗Ñ╧╬╜╙╡─╠╪╩Γ╨╬╓╞╫≈═Γ╨╬ú¼╟α╫⌐╞÷└▌ú¼╨╬╦╞╣┼│╟▒ñú¼▒≡╛▀╥╗╕±ú¼─┌▓┐╫░╩╬╣┼╞╙╡Σ╤┼ú¼╫▄╜¿╓■├µ╗²2600╞╜╖╜├╫ú¼╢Ñ╕▀15├╫ú¼╙δ╣¼│╟╬≈▓┐╡─╣¼╡ε╜¿╓■╥┼╓╖╗╕╣½╠¿╢½╬≈╧α═√ú¼╜╗╧α╗╘╙│ú¼╧╘╡├╕±═Γ╨█╬░╫│╣█íú│┬┴╨─┌╚▌╩╟╥╘╞δ╣·└·╩╖╬¬╕┘ú¼╥╘╩▒┤·╧╚║≤╬¬╨≥ú¼╖╓╧╚╞δ╩▒╞┌íó╓▄┤·╞δ╣·ú¼╥╘┤╦╬¬╓╪╡πú¼═╗│÷┴╦╬≈╓▄íó┤║╟∩íó╒╜╣·╚²╕÷╩▒╞┌ú¼╫ε║≤╩╟╟╪║║╩▒╞┌íú│┬┴╨╨╬╩╜┴Θ╗εíó╢α╤∙íó╔·╢»íó╨╬╧≤ú¼╚┌╓¬╩╢íó╥╒╩⌡íó╚ñ╬╢╨╘╙┌╥╗╠σú¼╖╓╔Φ15╕÷╒╣╠ⁿú¼╙╨╨≥╣▌íó┴·╔╜╬─╗»╠ⁿíó╬≈╓▄╬─╗»╠ⁿíó╗╕╣▄░╘╥╡╠ⁿíó╔╪└╓╠ⁿíó╬Σ═■╠ⁿíó│╟╣∙╠ⁿíó≡ó╧┬╠ⁿíó┐╞╝╝╠ⁿíó└±╦╫╠ⁿíó╗≡┼ú╒≤╠ⁿú¼│┬┴╨╕≈└α╬─╬∩╛½╞╖300╙α╝■ú¿╠╫ú⌐ú¼▓ó╕¿╥╘╡±╦▄íó─ú╨═íó╔│┼╠╡╚┤½═│╥╒╩⌡╨╬╩╜║═╡╞╣Γíó╥⌠╧∞íó╙░╩╙╡╚╧╓┤·╗»╕▀┐╞╝╝╩╓╖¿ú¼╚½├µ╧╕╓┬╡╪╖┤╙│┴╦╞δ╣·░╦░┘╢α─Ω╡─╗╘╗═└·╩╖║═▓╙└├╬─╗»ú¼╒╣╩╛┴╦╞δ╬─╗»╘┌╗¬╧─╬─╗»╓╨╡─╓╪╥¬╡╪╬╗ú¼╩╟─┐╟░▓⌐╬∩╣▌│┬┴╨╨╬╩╜╓╨╡─╥╗╓╓┤┤╨┬║═╙╨╥µ│ó╩╘íú</p>
  399.                       <p>╡τ╗░ú║0533-7830229íí┤½╒µú║╚▒<br>
  400.                         ╡╪╓╖ú║╫═▓⌐╩╨┴┘╫═╟°╞δ╢╝╒≥ ╙╩▒αú║255400<br>
  401.                         ╨╨│╡┬╖╧▀ú║ │╦20╗≥6┬╖╣½╣▓╞√│╡╡╜┴┘╫═│╡╒╛ú¼╫¬│╦26┬╖╡╜╣┼│╡╣▌<br>
  402.                         ├┼╞▒╝█╕±ú║20╘¬<br>
  403.                         ╞Σ╦ⁿú║ ╛α┴┘╫═│╟╟°╛α└δ2╣½└∩</p>
  404.                       <p></p></td>
  405.                   </tr>
  406.                 </table>
  407.                 <TABLE width=645 border=0 align="center" cellPadding=0 cellSpacing=0>
  408.                   <TBODY>
  409.                     <TR> 
  410.                       <TD> <div align="right">í╛<A  href="http://<%=getsms%>/sms/"  target=_blank>╢╠╨┼═╞╝÷</A>í┐ 
  411.                           í╛<a href="http://www.sdxnw.gov.cn/city/zb/web.asp" target="_parent">╫═▓⌐╨╦┼⌐═°</a>í┐ 
  412.                         </div></TD>
  413.                     </TR>
  414.                   </TBODY>
  415.                 </TABLE>
  416.                 <p> 
  417.                   <% end if %>
  418.                   <%if request("mark")=4 then%>
  419.                 </p>
  420.                 <TABLE height=21 cellSpacing=0 cellPadding=0 width=687 
  421.                   border=0>
  422.                   <TBODY>
  423.                     <TR> 
  424.                       <TD width="419"><A class=h2 
  425.                         href="" 
  426.                         target=_blank>╧╓╘┌╬╗╓├</A>>><font size="4"><strong>┬│ 
  427.                         ╔╜ </strong></font></TD>
  428.                       <TD width="268" align=right> <SCRIPT language=JavaScript>
  429. <!--
  430.       
  431.  today=new Date();
  432.  function initArray(){
  433.    this.length=initArray.arguments.length
  434.    for(var i=0;i<this.length;i++)
  435.    this[i+1]=initArray.arguments[i]  }
  436.    var d=new initArray(
  437.      "╨╟╞┌╠∞",
  438.      "╨╟╞┌╥╗",
  439.      "╨╟╞┌╢■",
  440.      "╨╟╞┌╚²",
  441.      "╨╟╞┌╦─",
  442.      "╨╟╞┌╬σ",
  443.      "╨╟╞┌┴∙");
  444. document.write(
  445.      "<font class=h2 align=right> ",
  446. "íí",today.getYear(),"─Ω",today.getMonth()+1,"╘┬",today.getDate(),"╚╒íí",d[today.getDay()+1],"</font>" );//-->
  447. </SCRIPT> </TD>
  448.                     </TR>
  449.                   </TBODY>
  450.                   <TD height=1 colspan="2" bgColor=#016b59></TD>
  451.                 </TABLE>
  452.                 <table width="90%" height="450" border="1" align="center" bordercolor="#66CC99">
  453.                   <tr> 
  454.                     <td><div align="center"><font size="4"><strong>┬│ ╔╜<br>
  455.                         </strong> </font></div></td>
  456.                   </tr>
  457.                   <tr> 
  458.                     <td> <font class=h6><img height=130 alt=newpic 
  459.                         src="img/lsh.gif" width=206 
  460.                         align=left></font>         ┬│╔╜╩╟╔╜╢½╦─┤≤╕▀╔╜╓«╥╗ú¼╬╗╙┌╔╜╢½╡─╓╨╨─ú¼╩╟╫═íóπδíó├╓íó╥╩╦─║╙╡─╖ó╘┤╡╪ú¼╓≈╖σ╣█╘╞╖σ║ú░╬ 
  461.                       1108.3 ├╫ú¼╬¬┬│╓╨╫ε╕▀╖σíú┬│╔╜╔¡┴╓╣½╘░╬╗╙┌╓≈╖σ╡─║╦╨─▓┐╬╗ú¼╫▄├µ╗² 42 ╞╜╖╜╣½└∩ú¼╘░╟°─┌╚║╔╜╦╩┴óíó╣╡█╓╫▌║ßíó╖╔╞┘┴≈╚¬íó╔¡┴╓├»├▄ú¼╩╟╡Σ╨═╡─╔╜╘└╖τ╛░╟°íú 
  462.                       <br>
  463.                       íííí┬│╔╜└·╩╖╔╧╩╟╟α╓▌╕«╡─╤°┬φ│íú¼└·╛¡600╙α─Ωú¼╙╓╩╟╜¿╣·║≤╡┌╥╗┼·╣·╙¬┴╓│íú¼╔·╠¼╗╖╛│╡├╡╜┴╦═Ω╒√╡─▒ú╗ñú¼╢»╓▓╬∩╫╩╘┤╩«╖╓╖ß╕╗ú¼╔¡┴╓╕▓╕╟┬╩┤∩ 
  464.                       90%╥╘╔╧ú¼╙╨╓▓╬∩╓╓└α1300╓╓ú¼─±└α168╓╓ú¼╩▐└α22╓╓ú¼└Ñ│µ561╓╓ú¼┐░│╞┬│╓╨╢»╓▓╬∩═⌡╣·íú┬│╔╜╠¿╜╫╫┤╡─╡╪├▓╠╪╒≈ 
  465.                       ║═┴╝║├╡─╦«╘┤║¡╤°ú¼╩╣┬│╔╜▒Θ▓╝╧¬┴≈╞┘▓╝íó╕▀╔╜╞╜║■ú¼╫▀╜°┬│╔╜╖┬╖≡╩╣╚╦╜°╚δ┴╦╔╜╟α╦«╨π╡─╜¡─╧╦«╧τíú│¼╟º├╫╡─╕▀╢╚íó├»├▄╡─╔¡┴╓íó╘╢└δ│╟╩╨íó┤σ╫»ú¼╩╣┬│╔╜┐╒╞°╟σ╨┬íó╞°║≥╬┬┴╣íú├╗╙╨┐ß╧─╡─┬│╔╜ú¼│╔╬¬╚╦├╟▒▄╩εíó┴╞╤°╡─║├╡╪╖╜íú╣½╘░╣µ╗«╬¬┴∙┤≤╛░╟°ú¼140┤ª╛░╡πú¼╞Σ╓╨ú║╘╞║ú╚╒│÷íó╦─╨█╒∙╨πíó╘┬╔╧╠²╠╬íó╧─╚╒─±╗ßíó═≥╩»├╘╣¼íó░┘└∩┐┤╗¿íó╠∞╩╨╔±╥⌠íó╘µ╩≈╙°íó╡╟╠∞╣╡╞┘▓╝íó╙±╡╤╖σ╩»┴╓íó═╒∞°╦┬íó╡└╣╡╔¡┴╓╘í│ííó▒▒╞║╜¡─╧╦«╧τ╡╚╛░╣█╛▀╙╨╜╧╕▀╡─┬├╙╬╞╖╬╗íú┬│╔╜╥╘╦ⁿ╕▀╔╜┤≤┤¿╡─╨╪╗│║═╦ⁿ╖σ╩»┴╓┴óíó┴╓║ú├ú├úíó╔╜╗╖╦«▒ºíó─±╙∩╗¿╧π╡─┤≤╫╘╚╗╖τ├▓ú¼│╔╬¬┬│╓╨╥╗┤ª╡├╠∞╢└║±╡─┬├╙╬╩ñ╡╪íú 
  466.                       <p><br>
  467.                         ╡τ╗░ú║0533-4880002íí┤½╒µú║0533-4880046<br>
  468.                         ╡╪╓╖ú║▓⌐╔╜╟°│╪╔╧╒≥┬│╔╜┴╓│í ╙╩▒αú║255205<br>
  469.                         ╨╨│╡┬╖╧▀ú║ │╦1┬╖╣½╣▓╞√│╡╡╜▓⌐╔╜│╡╒╛ú¼│╦13┬╖│╡╡╜╨í╖σ┐┌╧┬│╡<br>
  470.                         ├┼╞▒╝█╕±ú║30╘¬<br>
  471.                         ╞Σ╦ⁿú║ ╛α▓⌐╔╜│╟╟°╘╝40╣½└∩</p>
  472.                       <p></p>
  473.                       <p>  </p></td>
  474.                   </tr>
  475.                 </table>
  476.                 <TABLE width=645 border=0 align="center" cellPadding=0 cellSpacing=0>
  477.                   <TBODY>
  478.                     <TR> 
  479.                       <TD> <div align="right">í╛<A  href="http://<%=getsms%>/sms/"  target=_blank>╢╠╨┼═╞╝÷</A>í┐ 
  480.                           í╛<a href="http://www.sdxnw.gov.cn/city/zb/web.asp" target="_parent">╫═▓⌐╨╦┼⌐═°</a>í┐ 
  481.                         </div></TD>
  482.                     </TR>
  483.                   </TBODY>
  484.                 </TABLE>
  485.                 <p> 
  486.                   <% end if %>
  487.                   <%if request("mark")=5 then%>
  488.                 </p>
  489.                 <TABLE height=21 cellSpacing=0 cellPadding=0 width=687 
  490.                   border=0>
  491.                   <TBODY>
  492.                     <TR> 
  493.                       <TD width="419"><A class=h2 
  494.                         href="" 
  495.                         target=_blank>╧╓╘┌╬╗╓├</A>>><strong>╞╤╦╔┴Σ╣╩╛╙</strong></TD>
  496.                       <TD width="268" align=right> <SCRIPT language=JavaScript>
  497. <!--
  498.       
  499.  today=new Date();
  500.  function initArray(){
  501.    this.length=initArray.arguments.length
  502.    for(var i=0;i<this.length;i++)
  503.    this[i+1]=initArray.arguments[i]  }
  504.    var d=new initArray(
  505.      "╨╟╞┌╠∞",
  506.      "╨╟╞┌╥╗",
  507.      "╨╟╞┌╢■",
  508.      "╨╟╞┌╚²",
  509.      "╨╟╞┌╦─",
  510.      "╨╟╞┌╬σ",
  511.      "╨╟╞┌┴∙");
  512. document.write(
  513.      "<font class=h2 align=right> ",
  514. "íí",today.getYear(),"─Ω",today.getMonth()+1,"╘┬",today.getDate(),"╚╒íí",d[today.getDay()+1],"</font>" );//-->
  515. </SCRIPT> </TD>
  516.                     </TR>
  517.                   </TBODY>
  518.                   <TD height=1 colspan="2" bgColor=#016b59></TD>
  519.                 </TABLE>
  520.                 <table width="93%" border="1" align="center" bordercolor="#66CCCC">
  521.                   <tr> 
  522.                     <td><div align="center"><strong>╞╤╦╔┴Σ╣╩╛╙</strong></div></td>
  523.                   </tr>
  524.                   <tr> 
  525.                     <td height="408"> <p> <BR>
  526.                         <FONT size=2>íííí</FONT><FONT 
  527.       size=2><IMG height=355 
  528.       src="img/psljng.jpg" width=250 
  529.       align=right>╞╤╦╔┴Σ╝═─ε╣▌╩╟╥╘╬╥╣·╟σ┤·╓°├√╬─╤º╝╥╞╤╦╔┴Σ╧╚╔·╡─╣╩╛╙╬¬╓≈╠σ└⌐╜¿╢°│╔╡─├√╚╦╝═─ε╣▌íú╞╤╦╔┴Σ╣╩╛╙╨▐╕┤╙┌ 1954 ─Ωú¼╜¿╣▌<BR>
  530.                         <BR>
  531.                         ╙┌ 1980 ─Ωú¼╧╓╙╨╔·╞╜íó╓°╫≈íó┴─╒½╒²╖┐íó├√╚╦╩Θ╗¡íó═Γ╬─íó▓╩╦▄ 6 ╕÷╒╣╩╥íú<br>
  532.                         íííí╞╤╦╔┴Σú¼╫╓┴⌠╧╔ú¼╥╗╫╓╜ú│╝ú¼▒≡║┼┴°╚¬╛╙╩┐ú¼│÷╔·╙┌╣½╘¬ 1640 ─Ωú¼╫Σ╙┌ 1715 ─Ωú¼╓╒─Ω 76 ╦Ωíú╞╤╦╔┴Σ╥╗╔·┬┼╩╘▓╗╡┌ú¼╞╢└º┴╩╡╣ú¼║≤╚╦╙├ 
  533.                         8 ╕÷╫╓▒π╕┼└¿┴╦╦√╡─╥╗╔·ú║╢┴╩Θíó╜╠íó╓°╩Θíó┐╞┐╝íú╞╤╦╔┴Σ│÷╔·╘┌╥╗╕÷╞╒═¿╡─╬─╚╦╝╥═Ñú¼╙╔╙┌╝╥╡└╓╨┬Σú¼╟δ▓╗╞≡╜╠╩Θ╧╚╔·ú¼▒π╦µ╕╕╢┴╩Θíú╦√╫╘╙╫┤╧╗█╣²╚╦ú¼╛¡╩╖╣²─┐▓╗═ⁿíú 
  534.                         18 ╦Ω═Ω╗Θú¼╙ª╕╕─╕╓«├ⁿú¼╚ó▒╛╧╪╬─╚╦┴⌡╣·╢ª╡─┤╬┼«┴⌡╚µ╚╦╬¬╞▐íú 19 ╦Ω│⌡╙ª═»╫╙╩╘ú¼▒π╥╘╧╪íó╕«íó╡└╚²╩╘╡┌╥╗┐╝╓╨╨π▓┼íú╬─╒┬╔ε╩▄╔╜╢½╤º╒■╩⌐╙▐╔╜╧╚╔·╡─╔═╩╢ú¼╥╗╩▒├√╔∙┤≤╒±íú╬¬┴╦╟≤╚í╣ª├√ú¼╩╡╧╓└φ╧δú¼ 
  535.                         20 ╦Ω╡─╞╤╦╔┴Σ╙δ═¼╧τ║├└ε╙╤├╖íó═⌡┬╣╒░íó╒┼└·╙╤╣▓╜ßí░█½╓╨╩½╔τí▒ú¼╟▒╨─╓╬╤ºíú╧╓╘┌╫═┤¿╡─┴⌠╧╔║■íó░π╤⌠║╙╡╚╡╪╛═╩╟╦√├╟╡▒─Ω╛¡│ú╗ε╢»╡─╡╪╖╜íú 
  536.                         25 ╦Ω╩▒╞╤╝╥╥≥µ¿µ▓▓╗║╧ú¼╨╓╡▄╖╓╝╥ú¼╞╤╦╔┴Σ╓╗╖╓╡├í░┼⌐│í└╧╬▌╚²╝Σú¼┐⌡╬▐╦─▒┌í▒ú¼╔·╗ε╧▌╚δ└º╛│íú╞╚╙┌╔·╝╞ú¼╙┌┐╡╬⌡╛┼─Ω╙ª═¼╥╪║├╙╤╦∩▐Ñ╡─╤√╟δú¼╡╜╜¡╦╒▒ª╙ª╬¬╓¬╧╪╦∩▐Ñ╫÷─╗▒÷íú─╟╢╬╩▒╝Σ╞╤╦╔┴Σ┐¬└½┴╦╤█╜τú¼╨┤╧┬┴╦▓╗╔┘╩½╬─ú¼╡½╥▓▒Ñ│ó┴╦╝─╚╦└Θ╧┬╓«┐αú¼╝╙╔╧╦╝╧τ╨─╟╨ú¼╡┌╢■─Ω▒π┤╟─╗╗╣╧τ┴╦íú<br>
  537.                         íííí╣Θ└┤║≤╡─╞╤╦╔├╗╙╨┐╝╚í╣ª├√ú¼▒π┬┼┬┼╔Φ╒╩╙┌τ╞╔≡╓«╝╥ú¼╦─┤ª▒╝▓¿ú¼╓▒╡╜═φ─Ω╘«└²╚δ╣▒ú¼▓┼╡├╥╗í░║≥╤í╚σ╤º╤╡╡╝í▒╡─╨Θ├√íú╞╤╦╔┴Σ 
  538.                         70 ╦Ω│╖╒╩╖╡└∩ú¼┐¬╩╝┴╦─║─Ω╝╥╛╙╡─╔·╗εíú═¼─Ωú¼╧τ└∩╛┘╨╨╧τ╥√╛╞└±ú¼╞╤╦╔┴Σ╙δ╬⌠╚╒║├╙╤└ε╧ú├╖íó╒┼└·╙╤▒╗═╞╛┘╬¬╧τ╥√╜Θ▒÷ú¼╒Γ╢╘╡▒╩▒╡─╬─╚╦└┤╦╡╥▓╦π╩╟╥╗╓╓╚┘╥½ú╗╞╤╦╔┴Σ 
  539.                         74 ╦Ω╩▒╞▐╫╙┴⌡╩╧╥≥▓í╚Ñ╩└ú¼╦√▒»═┤╙√╛°ú¼▒╢╕╨╚╦╔·┐α╢╠ú¼╛═╒Γ╤∙╣²┴╦┴╜─Ωú¼╞╤╬╠╥▓╙┌┐╡╬⌡╬σ╩«╦──Ω╝┤╣½╘¬1715 ─Ω╒²╘┬ 
  540.                         22 ╚╒ú¼╘┌╣╩╛╙┴─╒½╙δ╩└│ñ┤╟íú╞╤╬╠─╣╓╨│÷═┴╡─╢½╬≈ú¼╙╨╬²╛╞║°íó╬²╛╞▒¡íó║╡╤╠┤ⁿíó─ε╓Θíó╨√╡┬┬»íó╦─├╢╩┘╔╜╩»╙í╒┬ú¼╗╣╙╨╞Σ╖≥╚╦╙├╡─═¡╛╡íó╢·╔╫íú╥╗┤·╬─╤º┤≤╩ª╫▀═Ω┴╦╦√┐▓┐└╡─╚╦╔·ú¼╡½╩╟╦√╬¬║≤╚╦┴⌠╧┬╡─▓╞╕╗╚┤╩╟╙└▓╗─Ñ├≡╡─ 
  541.                         ! <br>
  542.                         íííí┴─╒½╒²╖┐╩╟╞╤╦╔┴Σ╡▒─Ω╛╙╫í╡─╡╪╖╜ú¼╒Γ╚²╝Σ╒²╖┐╛═╩╟╓°├√╡─í░┴─╒½í▒ú¼╢½╬≈╕≈╙╨┴╜╝Σ╧ß╖┐ú¼╩╟╡Σ╨═╡─▒▒╖╜┼⌐╝╥╜¿╓■íú╞╤╦╔┴Σ╣╩╛╙╘┌╞╤╦╔┴Σ╚Ñ╩└║≤╥╗╓▒╙╔╦√╡─║≤╚╦╛╙╫íú¼║≤╥≥╣╩▒╗╗┘ú¼╖┐╓≈│÷╫▀╢½▒▒┴╔─■ú¼╧╓╘┌╡─╒²╖┐╩╟ 
  543.                         1954 ─Ω╓╪╨┬╨▐╕┤╡─íú╫▀╜°╒²╖┐ú¼╩╫╧╚┐╔╥╘┐┤╡╜╞╤╦╔┴Σ╡─╗¡╧±ú¼╒Γ╩╟╞╤╦╔┴Σ 74 ╦Ω╩▒ú¼╦√╡─╨í╢∙╫╙╞╤≤▐╟δ╘ó╛╙╝├─╧╡─╓°├√╗¡╩ª╓∞╧µ┴█╗¡╡─íú╗¡╧±╔╧╗╣╙╨╞╤╦╔┴Σ╡─╟╫▒╩╠Γ░╧┴╜╘≥ú¼╥╗╘≥╩╟ú║í░╢√├▓╘≥╟▐ú¼╢√╟√╘≥╨▐ú¼╨╨─Ω╞▀╩«╙╨╦─íú┤╦┴╜═≥╬σ╟º╙α╚╒ú¼╦∙│╔║╬╩┬ú¼╢°║÷╥╤░╫═╖ú┐▐╚╩└╢╘╢√╦∩╫╙ú¼╥α┐╫╓«╨▀íú┐╡╬⌡╣∩╦╚╫╘╠Γíúí▒╥╗╘≥╩╟ú║í░╣∩╦╚╛┼╘┬ú¼≤▐╓÷╜¡─╧╓∞╧µ┴█╬¬╙α╨ñ┤╦╧±ú¼╫≈╩└╦╫╫░ú¼╩╡╖╟▒╛╥Γú¼┐╓╬¬░┘╩└║≤╦∙╣╓╨ª╥▓íú╦╔┴Σ╙╓╓╛íúí▒╗¡╧±┴╜┼╘╨ⁿ╣╥╡─╩╟╧╓┤·╓°├√╤º╒▀╣∙─¡╚⌠╧╚╔·╙┌ 
  544.                         1962 ─Ω╠Γ╨┤╡─Θ║┴¬í░╨┤╣φ╨┤╤²╕▀╚╦╥╗╡╚ú¼┤╠╠░┤╠┼░╚δ╣╟╚²╖╓í▒íú╬≈▓α╩╟╞╤╬╠╡─╗ß┐═╩╥ú¼╒Γ└∩╙╨╦√╡▒─Ω╙├╣²╡─╫°Θ╜ú¼╓╨╝Σ╖┼╕÷╨í░½╫└ú¼┐╔╥╘┼╠═╚╢°╫°ú¼╥╘╗ß┐═íó┴─╠∞íú─╧┤░╧┬╗╣╙╨╧╚╔·╙├╣²╡─╩Θ╫└íó╤Γ╠¿ú¼╦ⁿ├╟┐┤╔╧╚Ñ╝≥╞╙╢°╞╜╖▓ú¼╚┤╖┬╖≡─▄╕µ╦▀╬╥├╟╧╚╔·┬·╕╣▓┼╗¬║═╗│▓┼▓╗╙÷ú¼╥╘╝░╦√╡─┬Σ╞╟╙δ╓┤╫┼íú╢½▓α╬¬╧╚╔·╡─╬╘╩╥ú¼╣½╘¬╥╗╞▀╥╗╬σ─Ω╒²╘┬╢■╩«╢■╚╒ú¼╞╤╬╠╛═╘┌╒Γ╕÷┐╗╔╧í▒╥╨┤░╬ú╫°╢°╫Σí▒íú</FONT></p>
  545.                       <p>╡τ╗░ú║0533-5811643íí┤½╒µú║0533-5811825<br>
  546.                         ╡╪╓╖ú║╫═▓⌐╩╨╫═┤¿╟°║Θ╔╜╒≥╞╤╝╥╫» ╙╩▒αú║255120<br>
  547.                         ╨╨│╡┬╖╧▀ú║ │╦1┬╖╣½╣▓╞√│╡╡╜╫═┤¿│╡╒╛ú¼╫¬│╦23┬╖╡╜╞╤╝╥╫»<br>
  548.                         ├┼╞▒╝█╕±ú║21╘¬<br>
  549.                         ╞Σ╦ⁿú║ ╛α╫═┤¿│╟╟°╘╝5╣½└∩</p>
  550.                       <p></p></td>
  551.                   </tr>
  552.                 </table>
  553.                 <TABLE width=645 border=0 align="center" cellPadding=0 cellSpacing=0>
  554.                   <TBODY>
  555.                     <TR> 
  556.                       <TD> <div align="right">í╛<A  href="http://<%=getsms%>/sms/"  target=_blank>╢╠╨┼═╞╝÷</A>í┐ 
  557.                           í╛<a href="http://www.sdxnw.gov.cn/city/zb/web.asp" target="_parent">╫═▓⌐╨╦┼⌐═°</a>í┐ 
  558.                         </div></TD>
  559.                     </TR>
  560.                   </TBODY>
  561.                 </TABLE>
  562.                 <% end if %>
  563.                 <%if request("mark")=6 then%>
  564.                 <p> </p>
  565.                 <TABLE height=21 cellSpacing=0 cellPadding=0 width=687 
  566.                   border=0>
  567.                   <TBODY>
  568.                     <TR> 
  569.                       <TD width="419"><A class=h2 
  570.                         href="" 
  571.                         target=_blank>╧╓╘┌╬╗╓├</A>>><strong>╥╩╘┤í░╛┼╠∞í▒╚▄╢┤</strong></TD>
  572.                       <TD width="268" align=right> <SCRIPT language=JavaScript>
  573. <!--
  574.       
  575.  today=new Date();
  576.  function initArray(){
  577.    this.length=initArray.arguments.length
  578.    for(var i=0;i<this.length;i++)
  579.    this[i+1]=initArray.arguments[i]  }
  580.    var d=new initArray(
  581.      "╨╟╞┌╠∞",
  582.      "╨╟╞┌╥╗",
  583.      "╨╟╞┌╢■",
  584.      "╨╟╞┌╚²",
  585.      "╨╟╞┌╦─",
  586.      "╨╟╞┌╬σ",
  587.      "╨╟╞┌┴∙");
  588. document.write(
  589.      "<font class=h2 align=right> ",
  590. "íí",today.getYear(),"─Ω",today.getMonth()+1,"╘┬",today.getDate(),"╚╒íí",d[today.getDay()+1],"</font>" );//-->
  591. </SCRIPT> </TD>
  592.                     </TR>
  593.                   </TBODY>
  594.                   <TD height=1 colspan="2" bgColor=#016b59></TD>
  595.                 </TABLE>
  596.                 <table border="1" align="center" bordercolor="#66CC99">
  597.                   <tr> 
  598.                     <td><div align="center"><strong>╥╩╘┤í░╛┼╠∞í▒╚▄╢┤</strong></div></td>
  599.                   </tr>
  600.                   <tr> 
  601.                     <td> ╛┼╠∞╢┤╬╗╙┌╨π└÷╡─┬│╔╜─╧┬┤ú¼ 1991─Ω╒²╩╜╧≥╙╬╚╦┐¬╖┼ú¼║≤╛¡╢α┤╬╝╠│╨╨╘└⌐┤≤┐¬╖ó ╡½╔Φ╩⌐╧α╢╘▒╚╜╧┬Σ║≤ú¼┐╞╤º║¼┴┐╡═ 
  602.                       <p>íí<font class=h6><img height=378 alt=newpic 
  603.                         src="img/rongdong1.jpg" width=280 
  604.                         align=left></font>íí 2001 ─Ω│⌡ú¼╓╨╣·╓°├√╡─╢┤╤¿┐╞╤º╝╥íó╓╨╣·╢┤╤¿╤╨╛┐╗ß╗ß│ñ╓∞╤º╬╚╜╠╩┌╬¬╩╫╡─╔Φ╝╞╫Θ╢╘╛┼╠∞╢┤╜°╨╨┴╦╚½├µ╡─┐╞╤º╡≈▓Θíó╝°╢¿╙δ╔Φ╝╞ú¼▓ó═Ω│╔┴╦╡╞╣Γ╕─╘∞╣ñ│╠ú¼╩╣╛┼╠∞╢┤╡─├µ├▓╗└╚╗╥╗╨┬ú¼╞Σ┐╞╤º╗»╙δ╧╓┤·╗»╔Φ╝╞╛∙╛╙╚½╣·╙╬└└╢┤╤¿╡─╧╚╜°╦«╞╜íú╚├╙╬┐══¿╣²╛┼╠∞╢┤╓«╨╨╗±╡├╔±╞µ╢°├└├ε╡─íó╘÷╣π┐╞╤º╓¬╩╢╡─╢α╖╜├µ╩╒╗±╙δ╧φ╩▄íú<br>
  605.                         íííí┤╦╢┤╓«╦∙╥╘│╞╬¬í░╛┼╠∞í▒ú¼╩╟╥≥╬¬╔±╗░┤½╦╡╓╨╠∞╙╨╛┼▓πú¼╝┤╛┼╠∞ú¼╢°╒Γ╕÷╢┤╥▓╙╨╛┼╕÷┤≤╡─╢┤╠ⁿú¼╛░╣█┐╔╙δ╔±╗░╓╨╡─╠∞╣¼╧ασ■├└ú¼╦∙╥╘╜╨╛┼╠∞╢┤íú╒Γ╛┼╕÷╠ⁿ╖╓▒≡╩╟ú║ó┘╠∞╡╪╓«╝Σ╠ⁿú¼╝┤╡╞╧Σ┤≤╠ⁿú╗ó┌▓╜╠∞╠ⁿú╗ó█╠∞║╙╠ⁿú╗ó▄╠∞╣¼╠ⁿú╗ó▌╠∞╜╓╠ⁿú╗ó▐╠∞╣·╗¿╘░╠ⁿú╗ó▀╤▓╠∞╠ⁿú╗óα├╬╗├╠∞╠├╠ⁿú╗óß▒≡╙╨╢┤╠∞╠ⁿíú<br>
  606.                         íííí╛┼╠∞╢┤╖ó╙²╙┌╡╪│╓─Ω┤·╔╧╡─╣┼╔·┤·░┬╠╒╝═╩»╗╥╤╥╤╥▓π╓╨ú¼╕├╩»╗╥╤╥╧╡║úú¿╧αú⌐╓╨│┴╗²╤╥▓πú¼╞Σ╔·│╔─Ω┤·╛α╜±╬¬4.4-5.0 
  607.                         ╥┌─Ωú¼╛┼╠∞╢┤╡─╨╬│╔╚┤╓╗╙╨╥╗░┘═≥─Ω╫≤╙╥╡─└·╩╖íú╛┼╠∞╢┤╢┤╟╗│ñ518├╫ú¼╕▀5-18 ├╫ú¼╙╬│╠═∙╖╡╘╝ 1.2 ╣½└∩ú¼╢┤╠σ╜ß╣╣╩«╖╓╬╚╢¿ú¼╢┤─┌╗»╤º╢╤╗²└α╨═╩«╖╓╖ß╕╗ú¼╢α┤∩37╓╓ú╗╞Σ╓╨╧í╙╨└α╨═╙╨ 
  608.                         7 ╓╓ú¼┤≤├µ╗²╡─╟≥╫┤║═╒δ╫┤╜ß╛º╠σíó╘┬─╠╩»íó╩»╗¿íó╩»┴½▒╗╙■╬¬í░╛┼╠∞╦─╛°í▒ú¼╩╟╚½╣·╧í╙╨╛░╣█└α╨═╫ε╢α╡─╚▄╢┤ú¼═¼╩▒╙╓╩╟╩»╗¿├µ╗²╫ε┤≤╡─╚▄╢┤ú¼╛▀╙╨╓╪╥¬╡─┐╞╤º║═╣█╔═╝█╓╡íú 
  609.                         1 9 9 4 ─Ω╓╨┐╞╘║│┬╩½▓┼╜╠╩┌╝°╢¿╛┼╠∞╢┤╩╟í░╓╨╣·╫ε┤≤╡─╩»╗¿╢┤╤¿í▒ú╗ 1 9 9 9 ─Ω▒▒╛⌐╩ª╖╢┤≤╤º┬¼╘╞═ñ╜╠╩┌╞└╢¿╬¬í░╓╨╣·╚▄╢┤╛½╞╖╛░╣█▓⌐╬∩╣▌í▒ú╗ 
  610.                         2 0 0 1 ─Ω╓╨╣·╡╪╓╩╤º╗ß╢┤╤¿╤╨╛┐╗ß╗ß│ñ╓∞╤º╬╚╜╠╩┌╛¡╣²┐╞╤º┐╝▓∞║≤╚╧╬¬ú¼í░╛┼╠∞╢┤╩»╗¿ú¼└α╨═╓«╢α╤∙ú¼├µ╗²╓«╣π┤≤ú¼╣·─┌═Γ╬▐╙δ┬╫▒╚í▒ú¼▓ó│╞╓«╬¬í░╠∞╧┬╡┌╥╗╩»╗¿╢┤í▒íú 
  611.                       </p>
  612.                       <p><br>
  613.                         ╡τ╗░ú║0533-3680164íí<br>
  614.                         ╡╪╓╖ú║╫═▓⌐╩╨╥╩╘┤╧╪╩┐├┼╒≥ ╙╩▒αú║255000<br>
  615.                         ╨╨│╡┬╖╧▀ú║ ┤╙╫═▓⌐│╡╒╛│╦╫°╡╜╥╩╘┤╡─╣½╣▓╞√│╡╡╜═┴├┼╒≥<br>
  616.                         ├┼╞▒╝█╕±ú║35╘¬<br>
  617.                         ╞Σ╦ⁿú║ ┐¬╖┼╩▒╝Σú║8ú║00-17ú║00</p>
  618.                       <p></p></td>
  619.                   </tr>
  620.                 </table>
  621.                 <TABLE width=645 border=0 align="center" cellPadding=0 cellSpacing=0>
  622.                   <TBODY>
  623.                     <TR> 
  624.                       <TD> <div align="right">í╛<A  href="http://<%=getsms%>/sms/"  target=_blank>╢╠╨┼═╞╝÷</A>í┐ 
  625.                           í╛<a href="http://www.sdxnw.gov.cn/city/zb/web.asp" target="_parent">╫═▓⌐╨╦┼⌐═°</a>í┐ 
  626.                         </div></TD>
  627.                     </TR>
  628.                   </TBODY>
  629.                 </TABLE>
  630.                 <% end if %>
  631.                 <%if request("mark")=7then%>
  632.                 <p> </p>
  633.                 <TABLE height=21 cellSpacing=0 cellPadding=0 width=687 
  634.                   border=0>
  635.                   <TBODY>
  636.                     <TR> 
  637.                       <TD width="419"><A class=h2 
  638.                         href="" 
  639.                         target=_blank>╧╓╘┌╬╗╓├</A>>><strong>╘¡╔╜╣·╝╥╔¡┴╓╣½╘░</strong></TD>
  640.                       <TD width="268" align=right> <SCRIPT language=JavaScript>
  641. <!--
  642.       
  643.  today=new Date();
  644.  function initArray(){
  645.    this.length=initArray.arguments.length
  646.    for(var i=0;i<this.length;i++)
  647.    this[i+1]=initArray.arguments[i]  }
  648.    var d=new initArray(
  649.      "╨╟╞┌╠∞",
  650.      "╨╟╞┌╥╗",
  651.      "╨╟╞┌╢■",
  652.      "╨╟╞┌╚²",
  653.      "╨╟╞┌╦─",
  654.      "╨╟╞┌╬σ",
  655.      "╨╟╞┌┴∙");
  656. document.write(
  657.      "<font class=h2 align=right> ",
  658. "íí",today.getYear(),"─Ω",today.getMonth()+1,"╘┬",today.getDate(),"╚╒íí",d[today.getDay()+1],"</font>" );//-->
  659. </SCRIPT> </TD>
  660.                     </TR>
  661.                   </TBODY>
  662.                   <TD height=1 colspan="2" bgColor=#016b59></TD>
  663.                 </TABLE>
  664.                 <table width="93%" border="1" align="center" bordercolor="#66CCCC">
  665.                   <tr> 
  666.                     <td><div align="center"><strong>╘¡╔╜╣·╝╥╔¡┴╓╣½╘░</strong></div></td>
  667.                   </tr>
  668.                   <tr> 
  669.                     <td height="629"> <p> íí<FONT size=2><img 
  670.       height=225 src="img/yunbuqiao.jpg" width=300 
  671.       align=right> </FONT>╘¡╔╜╣·╝╥╔¡┴╓╣½╘░╬╗╙┌╫═▓⌐╩╨▓⌐╔╜│╟╟°╬≈─╧▓┐ú¼╨ó╕╛║╙┼╧ú¼1992─Ω╛¡╣·╝╥┴╓╥╡▓┐┼·╫╝╜¿┴óíú╫▄╣µ╗«├µ╗²1702╣½╟Ωíú╙╔═√┬│╔╜íó╙φ═⌡╔╜(╘¡╔╜)íó╘└╤⌠╔╜╝░║·╔╜╦─┤≤╔╜╧╡╣╣│╔ú¼╧┬╔Φ╬σ┤≤╛░╟°ú║╖∩╗╦╔╜╛░╟°íó╙φ═⌡╔╜╛░╟°íó═√┬│╔╜╛░╟°íó╤ª╝╥╢Ñ╛░╟°║═╝╨╣╚╠¿╛░╟°ú¼╚║╔╜╞≡╖ⁿú¼▓π┬═╡■┤▒ú¼╛░╧≤═≥╕╔ú¼║ú░╬╫ε╕▀┤ª╙φ═⌡╔╜(╘¡╔╜)800├╫íú</p>
  672.                       <p> ╕├╣½╘░╩╟╫═▓⌐╩╨─┐╟░╬¿╥╗╥╗╝╥╣·╝╥╝╢╔¡┴╓╣½╘░ú¼╩╟╚½╣·╟α╔┘─Ω╗ε╢»╙¬╡╪ú¼╩╟╫═▓⌐╩╨╡─╫╘╚╗▒ú╗ñ╟°íó╗╖╛│╜╠╙²╗∙╡╪íú╘░─┌╔╜╩╞╧╒╛■ú¼╡╪├▓╞µ╠╪ú¼╔¡┴╓├»├▄ú¼╗╖╛│╙┼├└ú¼╬─╬∩╛░╣█íó╫╘╚╗╛░╣█╖ß╕╗ú¼╙╬└╓╜í╔φ│í╦∙╓┌╢αú¼╩╟╠╒╥▒╟Θ▓┘íó╗╪╣Θ╫╘╚╗íó╨▌╧╨╢╚╝┘╓«╩ñ╡╪íú 
  673.                       </p>
  674.                       <p> ╖∩╗╦╔╜╕├╛░╟°╩╟╘¡╔╜╣·╝╥╔¡┴╓╣½╘░─┌╬σ┤≤╛░╟°╓«╥╗ú¼╦ⁿ╗π╝»┴╓íó╚¬íó╢┤íó╣╚╙┌╥╗╠σ╡─╫╘╚╗╫╩╘┤║═└·╩╖╙╞╛├íó╬─╗»╡╫╘╠╔ε║±╡─╚╦╬─╛░╣█╙┼╩╞íú└·╩╖╔╧╘°╩╟╓╪╥¬╡─╫┌╜╠╗ε╢»│í╦∙ú¼╥▓╩╟┤║╟∩╒╜╣·▒°╝╥╒∙╒╜╓«╥¬╡╪íú╦╬┤·╙±╗╩╣¼íó├≈┤·║∞├┼íó╠⌐╔╜╨╨╣¼íó╟σ┤·┬└╫µ├φ╡╚╬─╬∩╣┼╝ú╤┌╙│╙┌├▄┴╓╓«╓╨íú 
  675.                       </p>
  676.                       <p> ╙±╗╩╣¼╩╝╜¿╙┌╦╬┤·┤≤╣█╥╤│≤─Ω(11091─Ω)ú¼╞Σ╣¼╙╔┤≤╡εíó╧ß╖┐íó╠ⁿíó╕≤íó╓╙╣─┬Ñ╡╚╫Θ│╔ú¼╣¼─┌╬─╬∩╓┌╢αú¼▓╗╖ª╧í╩└╓«▒ªú¼╞Σ╓╨╦╬╦─╡█(╦╬╠½╫µíó╠½╫┌íó╒µ╫┌íó╚╩╫┌)╙∙╤║╩»▒«ú¼╙╨╫┼╝½╕▀╡─╬─╬∩┐╝╣┼╝█╓╡íú╦╬┤·╕▀╡└┴⌡╓º└δ╡─╓Σ╦«╖√ú¼╥▓╥²╞≡╬─╬∩┐╝╣┼╣ñ╫≈╒▀╡─╝½┤≤╨╦╚ñíú╬¬╫═▓⌐╩╨▒ú┤µ╫ε═Ω║├╡─╥╗╫Θ╦╬┤·╣┼╜¿╓■╚║íú 
  677.                       </p>
  678.                       <p> ╓╨╗¬╬σ╟º─Ω╣σ▒ª╤╥╗¡í░╘¡╩╝▓╩╠╒ú¼╓╩╞╙┤┐├└ú╗╔╠╓▄╟α═¡ú¼═■╤╧┤╓ßεú╗╟╪╫⌐║║═▀ú¼╞°╨█┴ª╝½ú╗╬║╜·─╧▒▒ú¼╨²┬╔≥»│╧ú╗╦σ│»┤≤╠╞ú¼║Ω╬░╫│└÷ú╗╦╬┤·┤╔╞≈ú¼╙■╣┌╢½╬≈ú╗╘¬│»╙└└╓ú¼Σ∞╚≈╞«╥▌ú╗├≈╟σ├±╝Σú¼╣ñ╟╔╥╒╖ßíúí▒╚╦╬∩╗¡╧±╬ó├ε╬ó╨ñú¼╒╣╧╓╙┌╨ⁿ╤┬╟═▒┌ú¼╤ñ└÷╢α▓╩ú¼╞°╩╞░⌡φτíú 
  679.                         ╞δ│ñ│╟╣ß┤⌐╙┌╛░╟°╢½╬≈ú¼≥Ω╤╤╟·╒█╡─│╟╟╜┼╠╛ß╔╜ß█ú¼╚τ┴·║ß╬╘ú¼├╧╜¬┼«┐▐│ñ│╟╡─╣╩╩┬╘¡╨╬╝┤│÷╙┌┤╦íú</p>
  680.                       <p><br>
  681.                         ╡╪╓╖:╫═▓⌐╩╨▓⌐╔╜╟°╤╒╔╜╣½╘░┬╖4║┼ </p>
  682.                       <p>╡τ╗░:4187724┤½╒µ:4187945 </p>
  683.                       <p>╙╩▒α:255200</p>
  684.                       <p>═°╓╖ú║www.yuanshantour.com</p>
  685.                       <p> ╘¡╔╜╣·╝╥╔¡┴╓╣½╘░├┼╞▒ú║30╘¬/╚╦ú¼╓≈╥¬╛░╡π╧ε─┐ú║╔¡┴╓└╓╘░íó├±╦╫╖τ╟Θ╘░íó╘╞▓╜╟┼íó╩»║úíó╤╥╗¡íó─±╙∩┴╓íó╞δ│ñ│╟íú 
  686.                         ╠⌐╔╜╨╨╣¼3╘¬ú¼╙±╗╩╣¼2╘¬íú</p></td>
  687.                   </tr>
  688.                 </table>
  689.                 <TABLE width=645 border=0 align="center" cellPadding=0 cellSpacing=0>
  690.                   <TBODY>
  691.                     <TR> 
  692.                       <TD> <div align="right">í╛<A  href="http://<%=getsms%>/sms/"  target=_blank>╢╠╨┼═╞╝÷</A>í┐ 
  693.                           í╛<a href="http://www.sdxnw.gov.cn/city/zb/web.asp" target="_parent">╫═▓⌐╨╦┼⌐═°</a>í┐ 
  694.                         </div></TD>
  695.                     </TR>
  696.                   </TBODY>
  697.                 </TABLE>
  698.                 <% end if %>
  699.               </TD>
  700.             </TR>
  701.             <TR> </TR>
  702.           </TBODY>
  703.         </TABLE></TD>
  704.       <TD width=1 background=╬─╝■╥│.files/line.gif></TD>
  705.       <TD vAlign=top width=50>  </TD>
  706.     </TR>
  707.   </TBODY>
  708. </TABLE>
  709. <table width="50" border="0" cellpadding="0" cellspacing="00">
  710.   <tr>
  711.     <td width="44" class="unnamed1">1</td>
  712.   </tr>
  713. </table>
  714. <table width="770" border="0" align="center" cellpadding="0" cellspacing="0">
  715.   <tr>
  716.     <td bgcolor="#99CC99"> 
  717.       <table height=5 cellspacing=0 cellpadding=0 width=165 border=0>
  718.         <tbody>
  719.           <tr> 
  720.             <td></td>
  721.           </tr>
  722.         </tbody>
  723.       </table>
  724.     </td>
  725.   </tr>
  726. </table>
  727.  
  728. ½╚ <TABLE width=770 height=60 border=0 align=center cellPadding=0 cellSpacing=0 class="a6"> 
  729. <TBODY><TR>
  730.       <TD 
  731.     height=10 align=center class="a1" > 
  732.         <!--#include file="js/index.asp"-->
  733.       </TD>
  734.     </TR>
  735.     <TR> 
  736.       <TD 
  737.     height=10 align=middle><div align="center">╜¿╥Θ╩╣╙├ú║1024*768╖╓▒µ┬╩íó16Bit╤╒╔½íóNetscape6.0╗≥IE4.0╥╘╔╧░µ▒╛Σ»└└╞≈║═╓╨╬─┤≤╫╓╖√╝»</div></TD>
  738.     </TR>
  739.     
  740.     <TR> 
  741.       <TD 
  742.     height=20 align=middle><div align="center">╫═▓⌐╨╦┼⌐═°░µ╚¿╦∙╙╨íí╬┤╛¡╨φ┐╔╤╧╜√╕┤╓╞</div></TD>
  743.     </TR>
  744.   </TBODY>
  745. </TABLE>
  746. <p> 
  747. <TD background=img/loginbox_bk.gif> </p> 
  748. </body>
  749. </html>
  750.