home *** CD-ROM | disk | FTP | other *** search
/ 221.214.14.186 / 221.214.14.186.tar / 221.214.14.186 / zb / qyzc.asp < prev    next >
Text File  |  2003-11-13  |  16KB  |  370 lines

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