﻿document.write('<div id="Head">')
document.write('<div class="top_main"><img src="images/en.gif" /><a href="../en/index.html">ENGLISH</a><img src="images/cn.gif" /><a href="index.html">中文</a></div>')
document.write('<div class="logo"><img src="images/mainlogo0051.gif" />　　<img src="images/cn_logo.gif" />')


/*AC_FL_RunContent( 'codebase','http:\/\/download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','680','height','165','src','images/logo_cn','quality','high','pluginspage','http:\/\/www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','bgcolor','#F1F4F6','movie','images/logo_cn' );
//end AC code

document.write('<noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="680" height="165">')
document.write('<param name="movie" value="images/logo_cn.swf" />')
document.write('<param name="quality" value="high" /><param name="BGCOLOR" value="#F1F4F6" />')
document.write('<embed src="images/logo_cn.swf" width="680" height="165" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" bgcolor="#F1F4F6"></embed>')
document.write('</object>')
document.write('</noscript>')*/

document.write('</div></div>')
	
document.write('<div class="bigNav">')
document.write('<span>')


     tmpDate = new Date();
     date = tmpDate.getDate();
     month= tmpDate.getMonth() + 1 ;
     year= tmpDate.getYear();
     document.write(year);
     document.write("年");
     document.write(month);
     document.write("月");
     document.write(date);
     document.write("日 ");

     myArray=new Array(6);
     myArray[0]="星期日"
     myArray[1]="星期一"
     myArray[2]="星期二"
     myArray[3]="星期三"
     myArray[4]="星期四"
     myArray[5]="星期五"
     myArray[6]="星期六"
     weekday=tmpDate.getDay();
     if (weekday==0 | weekday==6)
     {
         document.write(myArray[weekday])
     }
     else
     {
         document.write(myArray[weekday])
     }


document.write('</span>')
document.write('<dl>')
document.write('<dt><a href="index.html">首页</a></dt>')
document.write('<dd><a href="jianjie.shtml">委员会简介</a>|</dd>')
document.write('<dd><a href="members.aspx">会员录</a>|</dd>')
document.write('<dd><a href="licheng.shtml">发展历程</a>|</dd>')
document.write('<dd><a href="training.aspx">培训活动</a></dd>')
document.write('<dd><a href="lianxi.shtml">联系我们</a></dd>')
document.write('</dl>')
document.write('</div>')