home *** CD-ROM | disk | FTP | other *** search
/ 221.214.14.186 / 221.214.14.186.tar / 221.214.14.186 / wh / web200704.asp < prev    next >
Text File  |  2007-04-19  |  40KB  |  742 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. <script language="JavaScript" type="text/JavaScript">
  8. <!--
  9. function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  10.   if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
  11.     document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  12.   else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
  13. }
  14. MM_reloadPage(true);
  15.  
  16. function MM_timelineGoto(tmLnName, fNew, numGotos) { //v2.0
  17.   //
  18.   var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,lastKeyFr,propNum,theObj;
  19.   if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time
  20.   tmLn = document.MM_Time[tmLnName];
  21.   if (numGotos != null)
  22.     if (tmLn.gotoCount == null) tmLn.gotoCount = 1;
  23.     else if (tmLn.gotoCount++ >= numGotos) {tmLn.gotoCount=0; return}
  24.   jmpFwd = (fNew > tmLn.curFrame);
  25.   for (i = 0; i < tmLn.length; i++) {
  26.     sprite = (jmpFwd)? tmLn[i] : tmLn[(tmLn.length-1)-i]; //count bkwds if jumping back
  27.     if (sprite.charAt(0) == "s") {
  28.       numKeyFr = sprite.keyFrames.length;
  29.       firstKeyFr = sprite.keyFrames[0];
  30.       lastKeyFr = sprite.keyFrames[numKeyFr - 1];
  31.       if ((jmpFwd && fNew<firstKeyFr) || (!jmpFwd && lastKeyFr<fNew)) continue; //skip if untouchd
  32.       for (keyFrm=1; keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]; keyFrm++);
  33.       for (j=0; j<sprite.values.length; j++) {
  34.         props = sprite.values[j];
  35.         if (numKeyFr == props.length) propNum = keyFrm-1 //keyframes only
  36.         else propNum = Math.min(Math.max(0,fNew-firstKeyFr),props.length-1); //or keep in legal range
  37.         if (sprite.obj != null) {
  38.           if (props.prop2 == null) sprite.obj[props.prop] = props[propNum];
  39.           else        sprite.obj[props.prop2][props.prop] = props[propNum];
  40.       } }
  41.     } else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);
  42.   }
  43.   tmLn.curFrame = fNew;
  44.   if (tmLn.ID == 0) eval('MM_timelinePlay(tmLnName)');
  45. }
  46.  
  47. function MM_timelinePlay(tmLnName, myID) { //v1.2
  48.   //
  49.   var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,propNum,theObj,firstTime=false;
  50.   if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time
  51.   tmLn = document.MM_Time[tmLnName];
  52.   if (myID == null) { myID = ++tmLn.ID; firstTime=true;}//if new call, incr ID
  53.   if (myID == tmLn.ID) { //if Im newest
  54.     setTimeout('MM_timelinePlay("'+tmLnName+'",'+myID+')',tmLn.delay);
  55.     fNew = ++tmLn.curFrame;
  56.     for (i=0; i<tmLn.length; i++) {
  57.       sprite = tmLn[i];
  58.       if (sprite.charAt(0) == 's') {
  59.         if (sprite.obj) {
  60.           numKeyFr = sprite.keyFrames.length; firstKeyFr = sprite.keyFrames[0];
  61.           if (fNew >= firstKeyFr && fNew <= sprite.keyFrames[numKeyFr-1]) {//in range
  62.             keyFrm=1;
  63.             for (j=0; j<sprite.values.length; j++) {
  64.               props = sprite.values[j]; 
  65.               if (numKeyFr != props.length) {
  66.                 if (props.prop2 == null) sprite.obj[props.prop] = props[fNew-firstKeyFr];
  67.                 else        sprite.obj[props.prop2][props.prop] = props[fNew-firstKeyFr];
  68.               } else {
  69.                 while (keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]) keyFrm++;
  70.                 if (firstTime || fNew==sprite.keyFrames[keyFrm-1]) {
  71.                   if (props.prop2 == null) sprite.obj[props.prop] = props[keyFrm-1];
  72.                   else        sprite.obj[props.prop2][props.prop] = props[keyFrm-1];
  73.         } } } } }
  74.       } else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);
  75.       if (fNew > tmLn.lastFrame) tmLn.ID = 0;
  76.   } }
  77. }
  78.  
  79. function MM_initTimelines() { //v4.0
  80.     //MM_initTimelines() Copyright 1997 Macromedia, Inc. All rights reserved.
  81.     var ns = navigator.appName == "Netscape";
  82.     var ns4 = (ns && parseInt(navigator.appVersion) == 4);
  83.     var ns5 = (ns && parseInt(navigator.appVersion) > 4);
  84.     var macIE5 = (navigator.platform ? (navigator.platform == "MacPPC") : false) && (navigator.appName == "Microsoft Internet Explorer") && (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. <link href="sy(1).css" rel="stylesheet" type="text/css">
  108. <style type="text/css">
  109. <!--
  110. body {
  111.     background-image: url(img/ditu3.gif);
  112. }
  113. -->
  114. </style></head>
  115.  
  116. <BODY bgColor=#ffffff text=#000000 leftMargin=4 topMargin=4 
  117. marginwidth="4" marginheight="4" onLoad="MM_timelinePlay('Timeline1')">
  118. íííí 
  119. <!--#include virtual="city/wh/webhead.inc.asp"-->
  120.  
  121. <table width="780" align="center" border="0" cellspacing="5" cellpadding="0">
  122.   <tr>
  123.     <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
  124.       <tr>
  125.         <td width="19%"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="150" height="80">
  126.           <param name="movie" value="flash/whlogo.swf">
  127.           <param name="quality" value="high">
  128.           <embed src="flash/whlogo.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="150" height="80"></embed>
  129.         </object></td>
  130.         <td width="81%" background="flash/xnwdt.jpg"><embed align="middle" src="flash/xnw2007.swf" height="80" width="620" type=application/octet-stream quality="high" wmode="transparent"▓╬╩²╔Φ╢¿></embed></td>
  131.       </tr>
  132.     </table></td>
  133.   </tr>
  134. </table>
  135. <table width="770" align="center" border="0" cellpadding="0" cellspacing="0" class="bk2">
  136.       <tr>
  137.         <td height="27"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  138.           <tr>
  139.             <td width="12%" class="h1">╨┬└╦╜±╚╒╥¬╬┼<<</td>
  140.             <td width="88%"><iframe border=0 name=I1 marginwidth=0 
  141.             marginheight=0 src="http://news.sina.com.cn/iframe/o/allnews/input/index.htm" frameborder=No 
  142.             width=660 scrolling=no  height=12 ></iframe></td>
  143.           </tr>
  144.         </table></td>
  145.       </tr>
  146. </table>
  147. <table width="780" border="0" cellspacing="5" cellpadding="0">
  148.   <tr>
  149.     <td valign="top" width="284"><table width="100%" height="243" border="0" cellpadding="0" cellspacing="0" class="bk2">
  150.         <tr>
  151.           <td height="24" colspan="2"  align="center" background="img/ditu1.gif"> </td>
  152.         </tr>
  153.         <tr>
  154.           <td height="12" colspan="2"  align="center" background="img/ditu1.gif"><table width="100%" border="1" cellspacing="0" cellpadding="3">
  155.             <tr>
  156.               <td align="center" background="img/1568135.jpg"><table width="100%" border="1" cellpadding="10">
  157.                   <tr>
  158.                     <td align="center" background="img/floral4bk1.jpg"><table width="100%" border="1" cellpadding="2">
  159.                         <tr>
  160.                           <td align="center" background="img/captile2.jpg"><iframe marginwidth=0  marginheight=0 
  161.             cellspacing="0" cellpadding="0"
  162.                 src="/tpkx_brown.asp?scxx=21" frameborder=0 width=220
  163.             scrolling=no height=150  ></iframe></td>
  164.                         </tr>
  165.                     </table></td>
  166.                   </tr>
  167.               </table></td>
  168.             </tr>
  169.           </table></td>
  170.         </tr>
  171.         <tr>
  172.           <td width="29%" height="17" align="center"><a href="/tpkx_list.asp?scxx=21" target="_blank">í╛═╝╞¼┐∞╤╢í┐</a></td>
  173.           <td width="71%" align="center"><iframe marginwidth=0  marginheight=0 
  174.             cellspacing="0" cellpadding="0"
  175.                 src="/tpkx1_list.asp?scxx=21" frameborder=0 width=190
  176.             scrolling=no height=14  ></iframe></td>
  177.         </tr>
  178.     </table></td>
  179.     <td width="294" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0" class="bk3">
  180.         <tr>
  181.           <td height="25" align="right" valign="top" background="img/ditu1.gif"><a href="jghq.asp">╝█╕±╨╨╟Θ╕ⁿ╢α..>></a></td>
  182.         </tr>
  183.         <tr>
  184.           <td><iframe marginwidth=0 marginheight=0 
  185.                   src="/jghq_lists1.asp?scxx=21" frameborder=0 width=280 scrolling=no 
  186.                   height=<%=215 %>> </iframe></td>
  187.         </tr>
  188.         
  189.     </table></td>
  190.     <td width="197" valign="top"><table width="100%"  border="0" cellpadding="0" cellspacing="0" bgcolor="#EBFAEF" class="bk4">
  191.         <tr>
  192.           <td height="25" colspan="2" background="img/ditu1.gif"> </td>
  193.         </tr>
  194.         <tr>
  195.           <td height="120" colspan="2"><MARQUEE style="FONT-SIZE: 9pt; HEIGHT: 100px" scrollAmount=1
  196. direction=up>
  197.           <iframe marginwidth=0  marginheight=0 
  198.             cellspacing="0" cellpadding="0"
  199.                 src="/city/wh/xw/dqyb.asp" frameborder=0 width=196
  200.             scrolling=no height=355 ></iframe>
  201.           </MARQUEE ></td>
  202.         </tr>
  203.         <tr>
  204.           <td colspan="2" align="right"><a href="/city/wh/xw/dqyb.asp">╕ⁿ╢α</a></td>
  205.         </tr>
  206.         <tr>
  207.           <td colspan="2"><img src="shiweb.files/navigatebar2.png" width="174" height="20"></td>
  208.         </tr>
  209.         <tr>
  210.           <td colspan="2"><table width="100%" border="0" cellpadding="0" cellspacing="0" class="bk7">
  211.             <tr>
  212.               <td width="7%"><img src="img/bullet01.gif" width="14" height="11"></td>
  213.               <td width="93%"><a href="/city/wh/xw/dqyb.asp">[╚½╩í╠∞╞°╘ñ▒¿]</a></td>
  214.             </tr>
  215.           </table></td>
  216.         </tr>
  217.         <tr>
  218.           <td colspan="2"><table width="100%" border="0" cellpadding="0" cellspacing="0" class="bk7">
  219.             <tr>
  220.               <td width="11%"><img src="img/bullet01.gif" width="14" height="11"></td>
  221.               <td width="89%">[<a href="http://www.sdxnw.gov.cn/qxxn_show.asp?qxxn=13">╚½╣·│╟╩╨╘ñ▒¿</a>]</td>
  222.             </tr>
  223.           </table></td>
  224.         </tr>
  225.         <tr>
  226.           <td colspan="2"><table width="100%" border="0" cellpadding="0" cellspacing="0" class="bk7">
  227.             <tr>
  228.               <td width="9%"><img src="img/bullet01.gif" width="14" height="11"></td>
  229.               <td width="91%">[<a href="http://www.sdxnw.gov.cn/hssd_show.asp?hssd=2" target="_blank">║ú╤≤╞°╧≤</a><font size="2">]</font></td>
  230.             </tr>
  231.           </table></td>
  232.         </tr>
  233.         <tr>
  234.           <td width="11%"><img src="img/bullet01.gif" width="14" height="11"></td>
  235.           <td width="89%"><a href="http://www.sdxnw.gov.cn/sthj/sthj.htm">[╔╜╢½╔·╠¼╗╖╛│╝∞▓Γ╨┼╧ó</a>]</td>
  236.         </tr>
  237.     </table></td>
  238.   </tr>
  239. </table>
  240. <table width="770" height="40" align="center" cellPadding=0 cellSpacing=0 background="img/ditu2.gif" class="bk5">
  241.   <tr vAlign=center>
  242.     <script>
  243. function search4()
  244. {
  245. if(websearch.google.checked)
  246.    window.open("http://www.google.com/search?hl=zh-CN&inlang=zh-CN&ie=GB2312&oe=GB2312&q="+websearch.key.value,"mspg6");
  247. if(websearch.baidu.checked)
  248.    window.open("http://www1.baidu.com/baidu?tn=verywind&word="+websearch.key.value,"mspg9");
  249. if(websearch.sina.checked)
  250.    window.open("http://search.sina.com.cn/cgi-bin/search/search.cgi?_searchkey="+websearch.key.value,"mspg0");
  251. if(websearch.sohu.checked)
  252.    window.open("http://www.sogou.com/web?query="+websearch.key.value,"mspg1");
  253. if(websearch.yahoo.checked)
  254.    window.open("http://www.yahoo.com.cn/search?p="+websearch.key.value,"mspg2");
  255. if(websearch.yeah.checked)
  256.    window.open("http://page.so.163.com/psearch.php?q="+websearch.key.value,"mspg3");
  257. return false;   
  258. }
  259. </script>
  260.     <FORM name=websearch onsubmit=return(search4())>
  261.       <td height=40 align=middle valign="middle"><img src="img/sous.gif" width="100" height="40" ></td>
  262.       <td height=40 align=middle>╣╪╝ⁿ╫╓ú║
  263.           <input size=18 name=key>
  264.           <input type=submit value=╦╤╦≈ name=submit>
  265.           <Input style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px" type=checkbox CHECKED value=baidu name=baidu>
  266.           <A href="http://www.baidu.com/" target=_blank>░┘╢╚</A>
  267.           <Input style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px" type=checkbox CHECKED value=google name=google>
  268.           <A href="http://www.google.com/" target=_blank>google</A>
  269.           <Input style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px" type=checkbox value=yahoo name=yahoo>
  270.           <A href="http://www.yahoo.com.cn/" target=_blank>Yahoo</A>
  271.           <Input style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px" type=checkbox value=sina name=sina>
  272.           <A href="http://cha.sina.com.cn/" target=_blank>╨┬└╦</A>
  273.           <Input style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px" type=checkbox value=sohu name=sohu>
  274.           <A href="http://www.sogou.com/dir/" target=_blank>╦╤║ⁿ</A>
  275.           <Input style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px" type=checkbox value=yeah name=yeah>
  276.       <A href="http://so.163.com/" target=_blank>═°╥╫</A> </td>
  277.     </FORM>
  278.   </tr>
  279. </table>
  280. <table width="780"  align="center" border="0" cellpadding="0" cellspacing="5">
  281.   <tr>
  282.     <td><img src="flash/xnwnc.jpg" width="770" height="80"></td>
  283.   </tr>
  284. </table>
  285. <table width="780" align="center" border="0" cellspacing="5" cellpadding="0">
  286.   <tr>
  287.     <td><table width="100%" border="0" cellpadding="0" cellspacing="0" class="bk2">
  288.       <tr>
  289.         <td><span class="h1">╦╤╗ó╜±╚╒╥¬╬┼<<</span></td>
  290.         <td><iframe src='http://news.sohu.com/paomad211213092new.html' width='660' height='20' scrolling='Auto' frameborder='0' name='main'></iframe></td>
  291.       </tr>
  292.     </table></td>
  293.   </tr>
  294. </table>
  295. <table width="780" align="center" border="0" cellspacing="5" cellpadding="0">
  296.   <tr>
  297.     <td width="278" valign="top"><table width="272" border="0" cellpadding="0" cellspacing="0" class="bk3">
  298.       <tr>
  299.         <td colspan="2"> </td>
  300.       </tr>
  301.       <tr>
  302.         <td width="18%" ><IMG height=78 
  303.             src="shiweb.files/wh-haidai.png" width=62 border=0></td>
  304.         <td valign="top"><iframe marginwidth=0  marginheight=0 
  305.             cellspacing="0" cellpadding="0"
  306.                 src="/dftc_list.asp?scxx=21" frameborder=0 width=210
  307.             scrolling=no height=100 ></iframe></td>
  308.       </tr>
  309.     </table></td>
  310.     <td width="278" valign="top"><table width="272" border="0" cellpadding="0" cellspacing="0" class="bk4">
  311.       <tr>
  312.         <td colspan="2"> </td>
  313.       </tr>
  314.       <tr>
  315.         <td><img height=79 
  316.             src="shiweb.files/wh-gq.png" width=62 border=0></td>
  317.         <td><iframe marginwidth=0  marginheight=0 
  318.             cellspacing="0" cellpadding="0"
  319.                 src="/zmqy_list.asp?scxx=21" frameborder=0 width=210
  320.             scrolling=no height=100 ></iframe></td>
  321.       </tr>
  322.     </table></td>
  323.     <td width="210" valign="top"><table width="206" border="0" cellpadding="0" cellspacing="0" class="bk5">
  324.       <tr>
  325.         <td width="100"> </td>
  326.       </tr>
  327.       <tr>
  328.         <td align="center" valign="top"><iframe marginwidth=0  marginheight=0 
  329.             cellspacing="0" cellpadding="0"
  330.                 src="/gqxx_list_wh.asp?scxx=21" frameborder=0 width=200
  331.             scrolling=no height=100 ></iframe></td>
  332.       </tr>
  333.     </table></td>
  334.   </tr>
  335. </table>
  336. <table width="780" border="0" cellpadding="0" cellspacing="5">
  337.   <tr>
  338.     <td width="274" height="138" valign="top"><table width="96%" border="0" cellpadding="0" cellspacing="0" class="bk5">
  339.         <tr>
  340.           <td colspan="2"> </td>
  341.         </tr>
  342.         <tr>
  343.           <td width="22%" ><img height=78 
  344.             src="shiweb.files/wh-pg.png" width=62 border=0></td>
  345.           <td width="78%"><IFRAME marginWidth=0  marginHeight=0 
  346.             cellspacing="0" cellpadding="0"
  347.                 src="/fbch_list.asp" frameBorder=0 width=210
  348.             scrolling=no height=100 ></IFRAME></td>
  349.         </tr>
  350.     </table></td>
  351.     <td width="274" valign="top"><table width="94%" border="0" cellpadding="0" cellspacing="0" class="bk4">
  352.         <tr>
  353.           <td colspan="2"> </td>
  354.         </tr>
  355.         <tr>
  356.           <td><IMG height=78 
  357.             src="shiweb.files/wh-sjt.png" width=62 border=0></td>
  358.           <td><iframe marginwidth=0  marginheight=0 
  359.             cellspacing="0" cellpadding="0"
  360.                 src="/mxxz_list.asp?scxx=21" frameborder=0 width=210
  361.             scrolling=no height=100 ></iframe></td>
  362.         </tr>
  363.     </table></td>
  364.     <td width="200" valign="top"><table width="203" border="0" cellpadding="0" cellspacing="0" bgcolor="#EAEAEA" class="bk3">
  365.         <tr>
  366.           <td align="center"><form name="form2" method="post" action="">
  367.               <p>╨┼╧ó╘▒╚δ┐┌</p>
  368.               <p>
  369.                 <label>   ╙├╗º├√
  370.                 <input name="textfield" type="text" size="10">
  371.                 </label>
  372.               </p>
  373.               <p>
  374.                 <label>   ├▄  ┬δ   
  375.                 <input name="textfield2" type="text" size="10">
  376.                 </label>
  377.                 <br>
  378.                 <input type="submit" name="Submit" value="╠ß╜╗">
  379.                 <br>
  380.               </p>
  381.           </form></td>
  382.         </tr>
  383.     </table></td>
  384.   </tr>
  385. </table><table width="782" align="center" border="0" cellspacing="5" cellpadding="0">
  386.   <tr>
  387.     <td width="278"><table width="98%" border="0" cellpadding="0" cellspacing="0" class="bk3">
  388.       <tr>
  389.         <td colspan="2"> </td>
  390.       </tr>
  391.       <tr>
  392.         <td width="18%" valign="middle"><img height=78 
  393.             src="shiweb.files/wh-xb.png" width=62 border=0></td>
  394.         <td valign="top"><iframe marginwidth=0  marginheight=0 
  395.             cellspacing="0" cellpadding="0"
  396.                 src="/tsny_list.asp?scxx=21" frameborder=0 width=210
  397.             scrolling=no height=100 ></iframe></td>
  398.       </tr>
  399.     </table></td>
  400.     <td width="278"><table width="95%" border="0" cellpadding="0" cellspacing="0" class="bk4">
  401.       <tr>
  402.         <td colspan="2"> </td>
  403.       </tr>
  404.       <tr>
  405.         <td width="18%" valign="middle" ><IMG height=78 
  406.             src="shiweb.files/wh-hsh.png" width=62 border=0></td>
  407.         <td valign="top"><iframe marginwidth=0  marginheight=0 
  408.             cellspacing="0" cellpadding="0"
  409.                 src="/mytc_list.asp?scxx=21" frameborder=0 width=210
  410.             scrolling=no height=100  ></iframe></td>
  411.       </tr>
  412.     </table></td>
  413.     <td width="206" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0" class="bk5">
  414.       <tr>
  415.         <td> </td>
  416.       </tr>
  417.       <tr>
  418.         <td align="center"><iframe marginwidth=0  marginheight=0 
  419.             cellspacing="0" cellpadding="0"
  420.                 src="/kjjx_list_wh.asp" frameborder=0 width=200
  421.             scrolling=no height=100 ></iframe></td>
  422.       </tr>
  423.       
  424.     </table></td>
  425.   </tr>
  426. </table>
  427. <table width="770" height="40" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" class="bk4">
  428.   <tr>
  429.     <td><script language="JavaScript">             
  430. var tbwidth=740 //▒φ╕±┐φ╢╚ 
  431. var bcolor="#ffffff" //▒│╛░╤╒╔½,┐╔╫╘╢¿╥σ 
  432. var fcolor="#666666" //╫╓╠σ╤╒╔½,┐╔╫╘╢¿╥σ          
  433. </script>
  434.         <script language="JavaScript" src="js\mail1.js" tppabs="js/mail1.js"></script>
  435.         <!--╜ß╩°--></td>
  436.   </tr>
  437. </table>
  438. <table width="780" border="0" cellspacing="5" cellpadding="0">
  439.   <tr>
  440.     <td valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0" class="bk4">
  441.         <tr>
  442.           <td> </td>
  443.         </tr>
  444.         <tr>
  445.           <td><table width="100%"  border="0" cellpadding="0" cellspacing="0" background="img/ditu3.gif">
  446.               <tr>
  447.                 <td colspan="3"><table width="100%"  border="0" cellpadding="0" cellspacing="0" class="bk6">
  448.                     <tr>
  449.                       <td width="2%"><IMG height=18 src="shiweb.files/syt46.gif" width=5><IMG height=18 src="shiweb.files/syt46.gif" width=5></td>
  450.                       <td width="12%"><font size="2">[</font><a href="file:///D|/bsgk.asp">▒╛╩╨╕┼┐÷</a><font size="2">]</font></td>
  451.                       <td width="86%"><a href="bsgk.asp">╜Θ╔▄╡▒╡╪╡─╨╨╒■╟°╗«</a>íó<a href="bsgk.asp?mark=2">╡╪└φ╕┼├▓</a>íó<a href="bsgk.asp?mark=2">╫╘╚╗╫╩╘┤</a>íó<a href="bsgk.asp?mark=3">╛¡╝├╕┼┐÷</a>íó<a href="http://www.whrc.gov.cn/index.asp"target="_top">═■║ú╚╦▓┼</a></td>
  452.                     </tr>
  453.                 </table></td>
  454.               </tr>
  455.               <tr>
  456.                 <td colspan="3"><table width="100%"  border="0" cellpadding="0" cellspacing="0" class="bk6">
  457.                     <tr>
  458.                       <td width="2%"><IMG height=18 src="shiweb.files/syt46.gif" width=5><IMG height=18 src="shiweb.files/syt46.gif" width=5></td>
  459.                       <td width="11%">[<a href="file:///D|/jghq.asp">╝█╕±╨╨╟Θ</a><font size="2">]</font></td>
  460.                       <td width="87%"><a href="jghq.asp">╜Θ╔▄╡▒╡╪┼⌐├│╩╨│í╡─┼⌐╕▒▓·╞╖╩╡╩▒╫╝╚╖╡─╩╨│í╝█╕±</a><font size="2">íó</font>╕≈└α┼⌐╫╩╥⌐▓─╡╚╩╨│í╨╨╟Θ<font size="2">íú</font></td>
  461.                     </tr>
  462.                 </table></td>
  463.               </tr>
  464.               <tr>
  465.                 <td colspan="3"><table width="100%"  border="0" cellpadding="0" cellspacing="0" class="bk6">
  466.                     <tr>
  467.                       <td width="2%"><IMG height=18 src="shiweb.files/syt46.gif" width=5><IMG height=18 src="shiweb.files/syt46.gif" width=5></td>
  468.                       <td width="12%"><font size="2">[</font><a href="file:///D|/qxxx.asp">╞°╧≤╨┼╧ó</a><font size="2">]</font></td>
  469.                       <td width="86%"><a href="file:///D|/qxxx.asp">╠ß╣⌐╖ß╕╗╡─╠∞╞°╘ñ▒¿</a>íó<a href="whny.asp">┼⌐╥╡╞°╧≤╨┼╧ó</a><font size="2">íú</font></td>
  470.                     </tr>
  471.                 </table></td>
  472.               </tr>
  473.               <tr>
  474.                 <td colspan="3"><table width="100%"  border="0" cellpadding="0" cellspacing="0" class="bk6">
  475.                     <tr>
  476.                       <td width="2%"><IMG height=18 src="shiweb.files/syt46.gif" width=5><IMG height=18 src="shiweb.files/syt46.gif" width=5></td>
  477.                       <td width="11%">[<a href="file:///D|/mytc.asp">├√╙┼╠╪▓·</a><font size="2">]</font></td>
  478.                       <td width="87%"><a href="/dftc_list.asp?scxx=21">╜Θ╔▄▒╛╡╪╡─┼⌐╠╪▓·╞╖</a>íó╙┼┴╝╞╖╓╓<font size="2">íú</font></td>
  479.                     </tr>
  480.                 </table></td>
  481.               </tr>
  482.               <tr>
  483.                 <td colspan="3"><table width="100%"  border="0" cellpadding="0" cellspacing="0" class="bk6">
  484.                     <tr>
  485.                       <td width="1%"><IMG height=18 src="shiweb.files/syt46.gif" width=5><IMG height=18 src="shiweb.files/syt46.gif" width=5></td>
  486.                       <td width="12%"><font size="2">[</font><a href="file:///D|/zsxx.asp?mark=1">╒╨╔╠╨┼╧ó</a><font size="2">]</font></td>
  487.                       <td width="87%"><a href="zsxx.asp">╜Θ╔▄▒╛╡╪╫╩╘┤</a><font size="2">ú¼</font><a href="zsxx.asp?mark=2">╖ó▓╝╒╨╔╠╨┼╧ó</a><font size="2">íó</font><a href="zsxx.asp?mark=1">╒╨╔╠╒■▓▀</a><font size="2"><a href="zsxx.asp?mark=1">íú</a></font></td>
  488.                     </tr>
  489.                 </table></td>
  490.               </tr>
  491.               <tr>
  492.                 <td colspan="3"><table width="100%"  border="0" cellpadding="0" cellspacing="0" class="bk6">
  493.                     <tr>
  494.                       <td width="2%"><IMG height=18 src="shiweb.files/syt46.gif" width=5><IMG height=18 src="shiweb.files/syt46.gif" width=5></td>
  495.                       <td width="11%"><font size="2">[</font><a href="file:///D|/qyzc.asp">╞≤╥╡╓«┤░</a><font size="2">]</font></td>
  496.                       <td width="87%">╜Θ╔▄╡▒╡╪╡─╓¬├√╞≤╥╡íó┤≤╨═┼·╖ó╜╗╥╫╩╨│ííó┼⌐├│╩╨│í╡╚<font size="2">íú</font></td>
  497.                     </tr>
  498.                 </table></td>
  499.               </tr>
  500.               <tr>
  501.                 <td colspan="3"><table width="100%"  border="0" cellpadding="0" cellspacing="0" class="bk6">
  502.                     <tr>
  503.                       <td width="1%"><IMG height=18 src="shiweb.files/syt46.gif" width=5><IMG height=18 src="shiweb.files/syt46.gif" width=5></td>
  504.                       <td width="12%"><font size="2">[</font><a href="file:///D|/fjms.asp?mark=1">╖τ╛░├√╩ñ</a><font size="2">]</font></td>
  505.                       <td width="87%"><a href="fjms.asp">╜Θ╔▄▒╛╡╪╡─├√╩ñ╣┼╝ú</a>íó<a href="fjms.asp?mark=2">╖τ╛░╟°</a>ú¼<a href="fjms.asp?mark=6">╠╪╔½┬├╙╬╡╚</a></td>
  506.                     </tr>
  507.                 </table></td>
  508.               </tr>
  509.               <tr>
  510.                 <td colspan="3"><table width="100%"  border="0" cellpadding="0" cellspacing="0" class="bk6">
  511.                     <tr>
  512.                       <td width="2%"><IMG height=18 src="shiweb.files/syt46.gif" width=5><IMG height=18 src="shiweb.files/syt46.gif" width=5></td>
  513.                       <td width="11%"><font size="2">[</font><font color="#0000CC">╞°╧≤╖■╬±</font><font size="2">]</font></td>
  514.                       <td width="87%">╒δ╢╘╕≈╨╨╕≈╥╡╡─╩╡╝╩╨Φ╥¬ú¼╬¬╞≤╥╡╔╠╝╥íó╓╓╤°╓▓┤≤╗º╡╚╙├╗º╠ß╣⌐╕≈╓╓╫¿╥╡╞°╧≤╖■╬±íú</td>
  515.                     </tr>
  516.                 </table></td>
  517.               </tr>
  518.               <tr>
  519.                 <td colspan="3"><table width="100%"  border="0" cellpadding="0" cellspacing="0" class="bk6">
  520.                     <tr>
  521.                       <td width="2%"><IMG height=18 src="shiweb.files/syt46.gif" width=5><IMG height=18 src="shiweb.files/syt46.gif" width=5></td>
  522.                       <td width="11%"><font size="2">[</font><a href="file:///D|/dffg.asp">╡╪╖╜╖¿╣µ</a><font size="2">] </font></td>
  523.                       <td width="87%"><a href="dffg.asp">╜Θ╔▄▒╛╡╪╡─╔µ┼⌐╝░╞Σ╦ⁿ╨╨╥╡╡─╙╨╣╪╖¿┬╔</a>íó╒■▓▀íó╣µ╢¿</td>
  524.                     </tr>
  525.                 </table></td>
  526.               </tr>
  527.               <tr>
  528.                 <td width="2%"><IMG height=18 src="shiweb.files/syt46.gif" width=5><IMG height=18 src="shiweb.files/syt46.gif" width=5></td>
  529.                 <td width="11%"><font size="2">[</font><a href="file:///D|/nykj.asp">┼⌐╥╡┐╞╝╝</a><font size="2">]</font></td>
  530.                 <td width="87%"><a href="nykj.asp">╜Θ╔▄┼⌐╥╡┐╞╝╝╨┼╧ó</a>íó═╞╣π┼⌐╥╡╩╡╙├╝╝╩⌡íó╠ß╣⌐┼⌐─┴╙µ╘╘┼α╤°╓│╡╚╝╝╩⌡╫╔╤»</td>
  531.               </tr>
  532.           </table></td>
  533.         </tr>
  534.     </table></td>
  535.     <td valign="top" width="196"><table width="100%" border="0" cellpadding="0" cellspacing="0" class="bk5">
  536.         <tr>
  537.           <td> </td>
  538.         </tr>
  539.         <tr>
  540.           
  541.         </tr>
  542.         <tr>
  543.           <td align="center" valign="top"><IFRAME marginWidth=0  marginHeight=0 
  544.             cellspacing="0" cellpadding="0"
  545.                 src="/xnns_list_wh.asp" frameBorder=0 width=200
  546.             scrolling=no height=182 ></IFRAME></td>
  547.         </tr>
  548.     </table></td>
  549.   </tr>
  550. </table>
  551. <table width="780" border="0" cellpadding="0" cellspacing="5" class="bk1">
  552.   <tr>
  553.     <td width="595"><table width="100%" border="0" cellpadding="0" cellspacing="0" class="bk2">
  554.         <tr>
  555.           <td><table width="563" height="111" border="0">
  556.               <tr>
  557.                 <td width="563" height="107" bgcolor="#E7E7E7"><MARQUEE scrollAmount=8>
  558.                 <iframe marginwidth=0 marginheight=0 
  559.             src="/nwzt.asp?scxx=21" frameborder=0 width=1300
  560.             scrolling=no height=110
  561.       bordercolor="#000000">
  562.                 <table height=9 cellspacing=0 cellpadding=0 width=187 border=0>
  563.                   <tbody>
  564.                     <tr>
  565.                       <td width="187" height="9"></td>
  566.                     </tr>
  567.                   </tbody>
  568.                 </table>
  569.                 </iframe>
  570.                 </MARQUEE ></td>
  571.               </tr>
  572.           </table></td>
  573.         </tr>
  574.     </table></td>
  575.     <td valign="top" width="197"><table border="0" cellpadding="0" cellspacing="0" class="bk4">
  576.         <tr>
  577.           <td><img src="shiweb.files/navigatebar5.png" width="174" height="20"></td>
  578.         </tr>
  579.         <tr>
  580.           <td><table cellspacing=0 cellpadding=0 width=173 border=0>
  581.               <tbody>
  582.                 <tr>
  583.                   <td align=middle bgcolor="#E7E7E7"><table width=196 height="90" border=0 cellpadding=3 cellspacing=3>
  584.                       <tbody>
  585.                         <tr>
  586.                           <td width="144" height="18"><div align="center">
  587.                               <select name="select1" onChange="javascript:window.open(this.options[this.selectedIndex].value)" style="font-size: 10pt; color: #800000">
  588.                                 <option>╧╪╝╢╨╦┼⌐═°</option>
  589.                                 <option value="http://www.sdxnw.gov.cn/city/wh/rs">╚Θ╔╜╨╦┼⌐═°</option>
  590.                                 <option value="http://www.sdxnw.gov.cn/city/wh/rc">╚┘│╔╨╦┼⌐═°</option>
  591.                                 <option value="http://www.sdxnw.gov.cn/city/wh/wd">╬─╡╟╨╦┼⌐═°</option>
  592.                               </select>
  593.                           </div></td>
  594.                         </tr>
  595.                         <tr>
  596.                           <td align=right><div align="center">
  597.                               <select name="select3" onChange="javascript:window.open(this.options[this.selectedIndex].value)" style="font-size: 10pt; color: #800000">
  598.                                 <option selected>▒╛╡╪═°╒╛</option>
  599.                                 <option value=http://www.fishery-cn.net>═■║ú║ú╤≤╛╓</option>
  600.                                 <option value=http://www.whcatv.net.cn>═■║ú╣π╡τ┐φ┤°═°</option>
  601.                                 <option 
  602.                     value=http://www.sdagri.com.cn>╔╜╢½┼⌐╥╡╨┼╧ó═°</option>
  603.                                 <option 
  604.                     value=http://www.whagri.gov.cn>═■║ú┼⌐╥╡╨┼╧ó═°</option>
  605.                                 <option 
  606.                     value=http://www.huancui.gov.cn>═■║ú╩╨╗╖┤Σ╟°╚╦├±╒■╕«</option>
  607.                                 <option 
  608.                     value=http://www.rushan.gov.cn>╚Θ╔╜╩╨╚╦├±╒■╕«</option>
  609.                                 <option 
  610.                     value=http://www.163.com>═°╥╫</option>
  611.                                 <option 
  612.                     value=http://www.china.com>╓╨╗¬═°</option>
  613.                                 <option 
  614.                     value=http://www.beijingnews.com.cn>╟º┴·═°</option>
  615.                                 <option 
  616.                     value=http://www.eastday.com.cn>╢½╖╜═°</option>
  617.                                 <option 
  618.                     value=http://www.dayoo.com.cn>┤≤╤≤═°</option>
  619.                                 <option 
  620.                     value=http://www.rednet.com.cn>║∞═°</option>
  621.                                 <option 
  622.                     value=http://www.anhuinews.com.cn>╓╨░▓═°</option>
  623.                                 <option 
  624.                     value=http://www.southcn.com>─╧╖╜═°</option>
  625.                                 <option 
  626.                     value=http://www.99sky.com>╛ú│■╨┬╬┼═°</option>
  627.                                 <option 
  628.                     value=http://www.enorth.com.cn>▒▒╖╜═°</option>
  629.                                 <option 
  630.                     value=http://www.nen.com.cn>╢½▒▒╨┬╬┼═°</option>
  631.                                 <option 
  632.                     value=http://www.dzdaily.com.cn>┤≤╓┌═°</option>
  633.                               </select>
  634.                           </div></td>
  635.                         </tr>
  636.                         <tr>
  637.                           <td align=right><div align="center">
  638.                               <select name="select2" id="select7" style="font-size: 10pt; color: #800000" onChange="javascript:window.open(this.options[this.selectedIndex].value)">
  639.                                 <option  selected>╞°╧≤═°╒╛</option>
  640.                                 <option value="http://www.cma.gov.cn/" >╓╨╣·╞°╧≤╛╓</option>
  641.                                 <option value="http://www.sdqx.gov.cn/">╔╜╢½╞°╧≤═°</option>
  642.                                 <option value="http://www.wmo.ch/">╩└╜τ╞°╧≤╫Θ╓»</option>
  643.                                 <option value="http://www.fmi.fi/">╖╥└╝╞°╧≤╨¡╗ß</option>
  644.                                 <option value="http://www.vaisala.com/">Vaisala</option>
  645.                                 <option value="http://www.zamg.ac.at/">░┬╡╪└√╞°╧≤</option>
  646.                                 <option value="http://www.meto.govt.uk/">╙ó╣·╞°╧≤</option>
  647.                                 <option value="http://www.thaimet.tmd.go.th/">╠⌐╣·╞°╧≤</option>
  648.                                 <option value="http://www.dmi.dk/index.html">╡ñ┬≤╞°╧≤╤º╗ß</option>
  649.                                 <option value="http://www.t7online.com/">╠∞╞°╘┌╧▀</option>
  650.                                 <option value="http://www.ahqx.gov.cn/">░▓╗╒╞°╧≤╛╓</option>
  651.                                 <option value="http://www.grmc.gov.cn/">╣π╢½╞°╧≤╛╓</option>
  652.                                 <option value="http://www.thaimet.tmd.go.th/">║╙▒▒╞°╧≤╛╓</option>
  653.                                 <option value="http://www.telms.com.cn/">╠∞╜≥╫¿╥╡╞°╧≤</option>
  654.                                 <option value="http://www.qh.cninfo.net/weather/index.html">╟α║ú╞°╧≤╛╓</option>
  655.                                 <option value="http://www.smb.ty.sx.cn/">╔╜╬≈╞°╧≤═°</option>
  656.                                 <option value="http://www.sxmb.gov.cn/">╔┬╬≈╞°╧≤═°</option>
  657.                                 <option value="http://www.qx121.com.cn">─■╧─╞°╧≤═° </option>
  658.                                 <option value="http://www.weather.he.cninfo.net/">║╙▒▒╞°╧≤═°</option>
  659.                                 <option value="http://www.hnzyqx.ha.cn/">║╙─╧╞°╧≤╖■╬±</option>
  660.                                 <option value="http://qx121.363.net/index.htm">╦─┤¿╞°╧≤╨┼╧ó </option>
  661.                                 <option value="http://www.meteo.online.sh.cn/">╔╧║ú╞°╧≤╚╚╧▀</option>
  662.                                 <option value="http://www.121.com.cn/">╔ε█┌╞°╧≤╠¿</option>
  663.                                 <option value="http://www.info.gov.hk/hko/">╧π╕█╠∞╬─╠¿</option>
  664.                                 <option value="http://www.underground.org.hk/chinese/">╧π╕█╡╪╧┬╠∞╬─╠¿ </option>
  665.                                 <option value="http://hkmrc.uhome.net/">╧π╕█╞°╤╨╦∙ </option>
  666.                                 <option value="http://www.smg.gov.mo/">░─├┼╞°╧≤╠¿</option>
  667.                                 <option value="http://www.cwb.gov.tw/">╠¿═σ╞°╧≤╛╓</option>
  668.                                 <option value="http://msl.csrsr.ncu.edu.tw/">╓╨┤≤╞°╬└╩╡╤Θ</option>
  669.                                 <option value="http://www.ccmif.com/">│ñ┤║╞°╥╟│º </option>
  670.                                 <option value="http://www.nhweather.gd.cn/">─╧║ú╞°╧≤</option>
  671.                                 <option value="http://159.226.205.80/">╓╨┼⌐╘║┼⌐╞°╦∙</option>
  672.                                 <option value="http://www.wni.com.cn/">║ú╤≤╞°╧≤╡╝║╜</option>
  673.                                 <option value="http://www.lyqx.lyptt.ha.cn/">╠∞╬─╞°╧≤═°</option>
  674.                                 <option value="http://serve.cei.gov.cn/sl/sl03/l03index.htm">╞°╧≤╙δ╬╥├╟</option>
  675.                                 <option value="http://weather.xj.cninfo.net/">╬ú╚╦╫╔╤»</option>
  676.                                 <option value="http://www.xj121.com/index.asp">╬┌┬│─╛╞δ╞°╧≤</option>
  677.                                 <option value="http://www.tongzhou.js.cn/zfzc/qixiang/index.htm">═¿╓▌╩╨╞°╧≤╛╓</option>
  678.                                 <option value="http://www.weather.ln.cn/">┴╔─■╞°╧≤╠¿</option>
  679.                                 <option value="http://www.weather.hl.cn/">║┌┴·╜¡╞°╧≤╠¿</option>
  680.                                 <option value="http://121net.com.cn/">╣≤╓▌╫¿╥╡╞°╧≤</option>
  681.                                 <option value="http://www.qdtvweather.com.cn/">╟α╡║╞°╧≤╙░╩╙</option>
  682.                                 <option value="http://weathertv.fj.cninfo.net/">╕ú╜¿╞°╧≤╙░╩╙</option>
  683.                                 <option value="http://www.scanweather.com/">╜¡╦╒╞°╧≤╘┌╧▀</option>
  684.                                 <option value="http://202.99.6.56/weather/index.html">╠∞═°╞°╧≤▒¿╕µ</option>
  685.                                 <option value="http://www.qx121.com/">─■▓¿╞°╧≤</option>
  686.                               </select>
  687.                           </div></td>
  688.                         </tr>
  689.                       </tbody>
  690.                     </table>
  691.                 </tr>
  692.               </tbody>
  693.           </table></td>
  694.         </tr>
  695.     </table></td>
  696.   </tr>
  697. </table>
  698. <table width="770" align="center" border="0" cellpadding="0" cellspacing="0" class="bk2">
  699.   <tr>
  700.     <td><a href="http://www.weihai.gov.cn"target="_top">╓╨╣·═■║ú</a></td>
  701.     <td><font color="#000000"><a href="http://www.weihai.net"target="_top">═■║ú├┼╗º═°╒╛</a></font></td>
  702.     <td><font color="#000000"><a href="http://www.wh-dx.cn/"target="_top">═■║ú╩╨╬»╡│╨ú</a></font></td>
  703.     <td><font color="#000000"><a href="http://www.whhcdj.com/"target="_top">╣▓▓·╡│
  704.     ╘▒╓┬╕╗═°</a></font></td>
  705.     <td><a href="http://www.sdsd.net"target="_top">╓╨╣·▒▒╖╜╦«▓·═°</a></td>
  706.     <td><a href="http://www.lintonggroup.com/chinese/index.asp" target="_top">═■║ú╩╨┴╓═¿╗»╣ñ╓╞╞ß╙╨╧▐╣½╦╛</a></td>
  707.   </tr>
  708.   <tr>
  709.     <td><font color="#000000"><a href="http://www.whstc.gov.cn/"target="_top">═■║ú┐╞╤º╝╝╩⌡╛╓</a></font></td>
  710.     <td><a href="http://classadnew.sina.com.cn/user/city.php?cityid=116"target="_top">═■║ú╨┬└╦╖╓└α╨┼╧ó</a></td>
  711.     <td><a href="http://www.fruittown.com.cn">═■║ú╟┼═╖╒≥╒■╕«</a></td>
  712.     <td><a href="http://www.rcagri.gov.cn/"target="_top">╚┘│╔┼⌐╥╡╨┼╧ó═°</a></td>
  713.     <td><a href="http://www.wh-flower.com/"target="_top">═■║ú╧╩╗¿═°</a></td>
  714.     <td><a href="web2007.asp">▓Γ╩╘</a></td>
  715.   </tr>
  716. </table>
  717. <hr align="center" width="770">
  718. <!--#include virtual="/shiwebfoot.jsp"-->
  719. <table width="771" border="0" cellspacing="0" id="id11">
  720.   <tr>
  721.     <td width="848" height="9"><div align="center"><font size="2"><font color="#000066">╜¿╥Θ╩╣╙├ú║1024*768╖╓▒µ┬╩ú¼16bit╤╒╔½ú¼netscape6.0╗≥IE4.0╥╘╔╧░µ▒╛║═╓╨╬─┤≤╫╓╖√╝»</font></font></div></td>
  722.   </tr>
  723.   <tr>
  724.     <td height="9"><div align="center"><font color="#000066"> ═■║ú╨╦┼⌐═°╓╞╫≈ : miníí</font><font color="#000066"><font color="#000066">   ┴¬╧╡╡τ╗░</font>ú║13561837591 </font></div></td>
  725.   </tr>
  726.   <tr>
  727.     <td><div align="center"><font color="#000066">╡╪╓╖ú║═■║ú╩╨╓±╡║┬╖288║┼ </font><a href="speech.asp"></a></div>
  728.         <div align="center"></div></td>
  729.   </tr>
  730.   <tr>
  731.     
  732.   </tr>
  733. </table>
  734. <table width="700" border="0" align="center" cellpadding="0" cellspacing="0" id="id2">
  735.   <tr>
  736.     <td align="center"><a href="http://www.miibeian.gov.cn">┬│ICP▒╕05003583║┼</a></td>
  737.   </tr>
  738. </table>
  739. <p> 
  740. </body>
  741. </html>
  742.