﻿document.write('<center><TABLE cellSpacing=0 cellPadding=0 width=850 border=0 height=20 align=center>');
document.write('  <TR>');
document.write('<TD width="162" align=cente>');
var bsYear;  
var bsDate;  
var bsWeek;
var arrLen=8; 
var sValue=0;  
var dayiy=0;  
var miy=0;  
var iyear=0; 
var dayim=0; 
var spd=86400;  
var year1999="30;29;29;30;29;29;30;29;30;30;30;29"; //354  
var year2000="30;30;29;29;30;29;29;30;29;30;30;29"; //354  
var year2001="30;30;29;30;29;30;29;29;30;29;30;29;30"; //384  
var year2002="30;30;29;30;29;30;29;29;30;29;30;29"; //354  
var year2003="30;30;29;30;30;29;30;29;29;30;29;30"; //355  
var year2004="29;30;29;30;30;29;30;29;30;29;30;29;30"; //384  
var year2005="29;30;29;30;29;30;30;29;30;29;30;29"; //354  
var year2006="30;29;30;29;30;30;29;29;30;30;29;29;30";   
var month1999="正月;二月;三月;四月;五月;六月;七月;八月;九月;十月;十一月;十二月"  
var month2001="正月;二月;三月;四月;闰四月;五月;六月;七月;八月;九月;十月;十一月;十二月"  
var month2004="正月;二月;闰二月;三月;四月;五月;六月;七月;八月;九月;十月;十一月;十二月"  
var month2006="正月;二月;三月;四月;五月;六月;七月;闰七月;八月;九月;十月;十一月;十二月"  
var Dn="初一;初二;初三;初四;初五;初六;初七;初八;初九;初十;十一;十二;十三;十四;十五;十六;十七;十八;十九;二十;廿一;廿二;廿三;廿四;廿五;廿六;廿七;廿八;廿九;三十";  
var Ys=new Array(arrLen);  
Ys[0]=919094400;Ys[1]=949680000;Ys[2]=980265600;  
Ys[3]=1013443200;Ys[4]=1044028800;Ys[5]=1074700800;  
Ys[6]=1107878400;Ys[7]=1138464000;  
 
var Yn=new Array(arrLen); //农历年的名称  
Yn[0]="己卯年";Yn[1]="庚辰年";Yn[2]="辛巳年";  
Yn[3]="壬午年";Yn[4]="癸未年";Yn[5]="甲申年";  
Yn[6]="乙酉年";Yn[7]="丙戌年";  
var D=new Date();  
var yy=D.getYear();  
var mm=D.getMonth()+1;  
var dd=D.getDate();  
var ww=D.getDay();  
if (ww==0) ww="星期日";  
if (ww==1) ww="星期一";  
if (ww==2) ww="星期二";  
if (ww==3) ww="星期三";  
if (ww==4) ww="星期四";  
if (ww==5) ww="星期五";  
if (ww==6) ww="星期六";  
ww=ww;  
var ss=parseInt(D.getTime() / 1000);  
if (yy<100) yy="19"+yy;  
 
for (i=0;i<arrLen;i++)  
if (ss>=Ys[i]){  
iyear=i;  
sValue=ss-Ys[i]; //当年的秒数  
}  
dayiy=parseInt(sValue/spd)+1; //当年的天数  
 
var dpm=year1999;  
if (iyear==1) dpm=year2000;  
if (iyear==2) dpm=year2001;  
if (iyear==3) dpm=year2002;  
if (iyear==4) dpm=year2003;  
if (iyear==5) dpm=year2004;  
if (iyear==6) dpm=year2005;  
if (iyear==7) dpm=year2006;  
dpm=dpm.split(";");  
 
var Mn=month1999;  
if (iyear==2) Mn=month2001;  
if (iyear==5) Mn=month2004;  
if (iyear==7) Mn=month2006;  
Mn=Mn.split(";");  
 
var Dn="初一;初二;初三;初四;初五;初六;初七;初八;初九;初十;十一;十二;十三;十四;十五;十六;十七;十八;十九;二十;廿一;廿二;廿三;廿四;廿五;廿六;廿七;廿八;廿九;三十";  
Dn=Dn.split(";");  
 
dayim=dayiy;  
 
var total=new Array(13);  
total[0]=parseInt(dpm[0]);  
for (i=1;i<dpm.length-1;i++) total[i]=parseInt(dpm[i])+total[i-1];  
for (i=dpm.length-1;i>0;i--)  
if (dayim>total[i-1]){  
dayim=dayim-total[i-1];  
miy=i;  
} 
function CurentTime(){ 
    var now = new Date(); 
    var hh = now.getHours(); 
    var mm = now.getMinutes(); 
    var ss = now.getTime() % 60000; 
    ss = (ss - (ss % 1000)) / 1000; 
    var clock = hh+':'; 
    if (mm < 10) clock += '0'; 
    clock += mm+':'; 
    if (ss < 10) clock += '0'; 
    clock += ss; 
    return(clock); }  
function refreshCalendarClock(){
document.all.calendarClock4.innerHTML = CurentTime(); }
 var webUrl = webUrl; 
bsWeek=ww;  
bsDate=yy+"年"+mm+"月"; 
bsDate2=dd;  
bsYear="农历"+Yn[iyear];  
bsYear2=Mn[miy]+Dn[dayim-1];  
if (ss>=Ys[7]||ss<Ys[0]) bsYear=Yn[7];  
function CAL(){  
document.write("<P align='left'>&nbsp;&nbsp;&nbsp;&nbsp;<span style='FONT-SIZE:9pt'><font color=ffff>"+bsDate+""+bsDate2+"日&nbsp;&nbsp;&nbsp;") 
document.write(bsWeek+"<font color=ffff>"+"")
//document.write(bsYear+""+bsYear2+"日·");
//document.write('<font id="calendarClock4" style="color:blue;font-family:宋体;font-size:9.5pt;line-height:120%"></span></font>');
setInterval('refreshCalendarClock()',1000);
}  
CAL();
document.write('</td>');
document.write('<td width="60" ><a href=http://www.qianligroup.cn/default.html target=_top><font color=white>首&nbsp;页</A></td>');
document.write('<td width="65" onmouseover="MM_showHideLayers(\'menu1\',\'\',\'show\')" ');
document.write('    onmouseout="MM_showHideLayers(\'menu1\',\'\',\'hide\')">');
document.write('<DIV id=menu1 ');
document.write('      style="Z-INDEX: 0; VISIBILITY: hidden; WIDTH: 90px; POSITION: absolute; TOP: 324px; HEIGHT: 100px">');
document.write('      <TABLE cellspacing="0" cellSpacing=0 cellPadding=0 width="100%" bgColor=#B9B9B9');
document.write('        border=1 bordercolor=#000><TBODY>');
document.write('        <TR><td rowspan=18 bgcolor=#000 width=5>&nbsp;</td>');
document.write('          <TD onmouseover="this.style.backgroundColor=\'#000\'" ');
document.write('          onmouseout="this.style.backgroundColor=\'#B9B9B9\'" height=16>');
document.write('          <a href="http://www.qianligroup.cn/zy/cjjl.htm" target=_top>千里简介</A></TD></TR>');
document.write('        <TR>');
document.write('          <TD onmouseover="this.style.backgroundColor=\'#000\'" ');
document.write('          onmouseout="this.style.backgroundColor=\'#B9B9B9\'" height=16>');
document.write('          <a href="http://www.qianligroup.cn/zy/5cjjl.htm" target=_top>董事长致词</A></TD></TR>');
document.write('        <TR>');
document.write('          <TD onmouseover="this.style.backgroundColor=\'#000\'" ');
document.write('          onmouseout="this.style.backgroundColor=\'#B9B9B9\'" height=16>');
document.write('          <a href="http://www.qianligroup.cn/zy/2cjjl.htm" target=_top>领导关怀</A></TD></TR>');
document.write('        <TR>');
document.write('          <TD onmouseover="this.style.backgroundColor=\'#000\'" ');
document.write('          onmouseout="this.style.backgroundColor=\'#B9B9B9\'" height=16>');
document.write('          <a href="http://www.qianligroup.cn/zy/4cjjl.htm" target=_top>千里荣誉</A></TD></TR>');
document.write('        <TR>');
document.write('          <TD onmouseover="this.style.backgroundColor=\'#000\'" ');
document.write('          onmouseout="this.style.backgroundColor=\'#B9B9B9\'" height=16>');
document.write('          <a href="http://www.qianligroup.cn/zy/3cjjl.htm" target=_top>集团展望</A></TD></TR>');
document.write('        </tr>');
document.write('         </TBODY>');
document.write('      </TABLE></DIV> ');
document.write('');
document.write('<font color=white><a href=http://www.qianligroup.cn/zy/cjjl.htm target="_top"><font color=white>走进千里</A></td>');
document.write('<td width="70" onmouseover="MM_showHideLayers(\'menu2\',\'\',\'show\')" ');
document.write('    onmouseout="MM_showHideLayers(\'menu2\',\'\',\'hide\')">');
document.write('<DIV id=menu2 ');
document.write('      style="Z-INDEX: 0; VISIBILITY: hidden; WIDTH: 120px; POSITION: absolute; TOP: 324px; HEIGHT: 100px">');
document.write('      <TABLE cellspacing="0" cellSpacing=0 cellPadding=0 width="100%" bgColor=#B9B9B9');
document.write('        border=1 bordercolor=#000><TBODY>');
document.write('        <TR><td  rowspan=18 bgcolor=#000 width=5>&nbsp;</td>');
document.write('          <TD bgcolor="C9C9C9" height=16>');
document.write('          <a href="http://www.qianligroup.cn/xt/zy/zzjy.htm" target=_top>职业教育</A></TD></TR>');
document.write('        <TR>');
document.write('          <TD onmouseover="this.style.backgroundColor=\'#000\'" ');
document.write('          onmouseout="this.style.backgroundColor=\'#B9B9B9\'" height=16>');
document.write('          <a href="http://www.qianligroup.cn/xt/zy/zzjy.htm" target=_top>千里计算机学院</A></TD></TR>');
document.write('        <TR>');
document.write('          <TD onmouseover="this.style.backgroundColor=\'#000\'" ');
document.write('          onmouseout="this.style.backgroundColor=\'#B9B9B9\'" height=16>');
document.write('          <a href="http://www.qianligroup.cn/xt/zy/zzjy.htm" target=_top>千里职业技术学校</A></TD></TR>');
document.write('        <TR>');
document.write('          <TD onmouseover="this.style.backgroundColor=\'#000\'" ');
document.write('          onmouseout="this.style.backgroundColor=\'#B9B9B9\'" height=16>');
document.write('          <a href="http://www.qianligroup.cn/xt/zy/yypx.htm" target=_top>千里国际语言学校</A></TD></TR>');
document.write('        <TR>');
document.write('          <TD onmouseover="this.style.backgroundColor=\'#000\'" ');
document.write('          onmouseout="this.style.backgroundColor=\'#B9B9B9\'" height=16>');
document.write('          <a href="http://www.qianligroup.cn/xt/zy/dq.htm" target=_top>千里计算机培训学校</A></TD></TR>');
document.write('        <TR>');
document.write('          <TD bgcolor="C9C9C9" height=16>');
document.write('          <a href="http://www.qianligroup.cn/xt/zy/jcjyx.htm" target=_top>基础教育</A></TD></TR>');
document.write('        <TR>');
document.write('          <TD onmouseover="this.style.backgroundColor=\'#000\'" ');
document.write('          onmouseout="this.style.backgroundColor=\'#B9B9B9\'" height=16>');
document.write('          <a href="http://www.qianligroup.cn/xt/zy/jcjyz.htm" target=_top>千里初级中学</A></TD></TR>');
document.write('        <TR>');
document.write('          <TD onmouseover="this.style.backgroundColor=\'#000\'" ');
document.write('          onmouseout="this.style.backgroundColor=\'#B9B9B9\'" height=16>');
document.write('          <a href="http://www.qianligroup.cn/xt/zy/jcjyx.htm" target=_top>千里小学</A></TD></TR>');
document.write('        <TR>');
document.write('          <TD onmouseover="this.style.backgroundColor=\'#000\'" ');
document.write('          onmouseout="this.style.backgroundColor=\'#B9B9B9\'" height=16>');
document.write('          <a href="http://www.qianligroup.cn/xt/zy/jcjytx.htm" target=_top>千里体育运动学校</A></TD></TR>');
document.write('        </tr>');
document.write('         </TBODY>');
document.write('      </TABLE></DIV> ');
document.write('');
document.write('<font color=white>&nbsp;&nbsp;<a href=http://www.qianligroup.cn/xt/ target="_top"><font color=white>千里教育 </A></td>');
document.write('<td width="70" onmouseover="MM_showHideLayers(\'menu3\',\'\',\'show\')" ');
document.write('    onmouseout="MM_showHideLayers(\'menu3\',\'\',\'hide\')">');
document.write('<DIV id=menu3 ');
document.write('      style="Z-INDEX: 1; VISIBILITY: hidden; WIDTH: 90px; POSITION: absolute; TOP: 324px; HEIGHT: 100px">');
document.write('      <TABLE cellSpacing=0 cellPadding=0 width="100%" bgColor=#B9B9B9');
document.write('        border=1 bordercolor=#000><TBODY>');
document.write('        <TR><td rowspan=18 bgcolor=#000 width=5>&nbsp;</td>');
document.write('          <TD onmouseover="this.style.backgroundColor=\'#000\'" ');
document.write('          onmouseout="this.style.backgroundColor=\'#B9B9B9\'" height=16>');
document.write('          <a href="http://www.qianligroup.cn/3jlzx.html" target=_top>千里资讯</A></TD></TR>');
document.write('        <TR>');
document.write('          <TD onmouseover="this.style.backgroundColor=\'#000\'" ');
document.write('          onmouseout="this.style.backgroundColor=\'#B9B9B9\'" height=16>');
document.write('          <a href="http://www.qianligroup.cn/zy/2hz.htm" target=_top>合作加盟</A></TD></TR>');
document.write('        <TR>');
document.write('          <TD onmouseover="this.style.backgroundColor=\'#000\'" ');
document.write('          onmouseout="this.style.backgroundColor=\'#B9B9B9\'" height=16>');
document.write('          <a href="http://www.qianligroup.cn/jlzx.html" target=_top>媒体视线</TD></TR>');
document.write('         </TBODY>');
document.write('      </TABLE></DIV> ');
document.write('');
document.write('<font color=white>&nbsp;<a href=http://www.qianligroup.cn/3jlzx.html target="_top"><font color=white>千里资讯</A></td>');
document.write('<td width="70" onmouseover="MM_showHideLayers(\'menu4\',\'\',\'show\')" ');
document.write('    onmouseout="MM_showHideLayers(\'menu4\',\'\',\'hide\')">');
document.write('<DIV id=menu4 ');
document.write('      style="Z-INDEX: 1; VISIBILITY: hidden; WIDTH: 80px; POSITION: absolute; TOP: 324px; HEIGHT: 100px">');
document.write('      <TABLE cellSpacing=0 cellPadding=0 width="100%" bgColor=#B9B9B9');
document.write('        border=1 bordercolor=#000><TBODY>');
document.write('        <TR><td rowspan=4 bgcolor=#000 width=5>&nbsp;</td>');
document.write('          <TD onmouseover="this.style.backgroundColor=\'#000\'" ');
document.write('          onmouseout="this.style.backgroundColor=\'#B9B9B9\'" height=16>');
document.write('          <a href="http://www.qianligroup.cn/zy/4wh.htm" target=_top>千里理念</A></TD></TR>');
document.write('        <TR>');
document.write('          <TD onmouseover="this.style.backgroundColor=\'#000\'" ');
document.write('          onmouseout="this.style.backgroundColor=\'#B9B9B9\'" height=16>');
document.write('          <a href="http://www.qianligroup.cn/zy/3wh.htm" target=_top>员工手册</A></TD></TR>');
document.write('        <TR>');
document.write('          <TD onmouseover="this.style.backgroundColor=\'#000\'" ');
document.write('          onmouseout="this.style.backgroundColor=\'#B9B9B9\'" height=16>');
document.write('          <a href="http://www.qianligroup.cn/zy/2wh.htm" target=_top>千里掠影</A></TD></TR>');
document.write('        <TR>');
document.write('          <TD onmouseover="this.style.backgroundColor=\'#000\'" ');
document.write('          onmouseout="this.style.backgroundColor=\'#B9B9B9\'" height=16>');
document.write('          <a href="http://www.qianligroup.cn/1wh.html" target=_top>千里报刊</A></TD></TR>');
document.write('         </TBODY>');
document.write('      </TABLE></DIV> ');
document.write('');
document.write('<font color=white>&nbsp;<a href=http://www.qianligroup.cn/zy/4wh.htm target="_top"><font color=white>千里文化</A></td>');
document.write('<td width="70" onmouseover="MM_showHideLayers(\'menu5\',\'\',\'show\')" ');
document.write('    onmouseout="MM_showHideLayers(\'menu5\',\'\',\'hide\')">');
document.write('<DIV id=menu5 ');
document.write('      style="Z-INDEX: 1; VISIBILITY: hidden; WIDTH: 90px; POSITION: absolute; TOP: 324px; HEIGHT: 100px">');
document.write('      <TABLE cellSpacing=0 cellPadding=0 width="100%" bgColor=#B9B9B9');
document.write('        border=1 bordercolor=#000><TBODY>');
document.write('        <TR><td rowspan=18 bgcolor=#000 width=5>&nbsp;</td>');
document.write('          <TD onmouseover="this.style.backgroundColor=\'#000\'" ');
document.write('          onmouseout="this.style.backgroundColor=\'#B9B9B9\'" height=16>');
document.write('          <a href="http://www.qianligroup.cn/xt/" target=_top>教育产业</A></TD></TR>');
document.write('        <tr>');
document.write('        <TR>');
document.write('          <TD onmouseover="this.style.backgroundColor=\'#000\'" ');
document.write('          onmouseout="this.style.backgroundColor=\'#B9B9B9\'" height=16>');
document.write('          <a href="http://www.qianligroup.cn/zy/1ny.htm" target=_top>农业产业</A></TD></TR>');
document.write('        <TR>');
document.write('          <TD onmouseover="this.style.backgroundColor=\'#000\'" ');
document.write('          onmouseout="this.style.backgroundColor=\'#B9B9B9\'" height=16>');
document.write('          <a href="http://www.qianligroup.cn/zy/kj.htm" target=_top>科技产业</A></TD></TR>');
document.write('        <TR>');
document.write('          <TD onmouseover="this.style.backgroundColor=\'#000\'" ');
document.write('          onmouseout="this.style.backgroundColor=\'#B9B9B9\'" height=16>');
document.write('          <a href="http://www.qianligroup.cn/zy/fw.htm" target=_top>服务产业</A></TD></TR>');
document.write('        <TR>');
document.write('          <TD onmouseover="this.style.backgroundColor=\'#000\'" ');
document.write('          onmouseout="this.style.backgroundColor=\'#B9B9B9\'" height=16>');
document.write('          <a href="http://www.qianligroup.cn/zy/sm.htm" target=_top>商贸产业</A></TD></TR>');
document.write('        </tr>');
document.write('         </TBODY>');
document.write('      </TABLE></DIV> ');
document.write('');
document.write('<font color=white>&nbsp;<a href=http://www.qianligroup.cn/zy/jd.htm target="_top"><font color=white>产业结构</A></td>');
document.write('<td width="70" onmouseover="MM_showHideLayers(\'menu6\',\'\',\'show\')" ');
document.write('    onmouseout="MM_showHideLayers(\'menu6\',\'\',\'hide\')">');
document.write('');
document.write('<DIV id=menu6');
document.write('      style="Z-INDEX: 1; VISIBILITY: hidden; WIDTH: 80px; POSITION: absolute; TOP: 324px; HEIGHT: 100px">');
document.write('      <TABLE cellSpacing=0 cellPadding=0 width="100%" bgColor=#B9B9B9');
document.write('        border=1 bordercolor=#000><TBODY>');
document.write('        <TR><td rowspan=6 bgcolor=#000 width=5>&nbsp;</td>');
document.write('          <TD onmouseover="this.style.backgroundColor=\'#000\'" ');
document.write('          onmouseout="this.style.backgroundColor=\'#B9B9B9\'" height=16>');
document.write('          <a href="http://www.qianligroup.cn/zy/rczy.htm" target=_top>用人理念</A></TD></TR>');
document.write('        <TR>');
document.write('          <TD onmouseover="this.style.backgroundColor=\'#000\'" ');
document.write('          onmouseout="this.style.backgroundColor=\'#B9B9B9\'" height=16>');
document.write('          <a href="http://www.qianligroup.cn/1rczy.html" target=_top>招聘信息</A></TD></TR>');
document.write('        <TR>');
document.write('          <TD onmouseover="this.style.backgroundColor=\'#000\'" ');
document.write('          onmouseout="this.style.backgroundColor=\'#B9B9B9\'" height=16>');
document.write('          <a href="http://www.qianligroup.cn/2rczy.htm" target=_top>自我推荐</A></TD></TR>');
document.write('         </TBODY>');
document.write('      </TABLE></DIV> ');
document.write('<font color=white>&nbsp;<a href=http://www.qianligroup.cn/zy/rczy.htm target="_top"><font color=white>人才资源</A></td>');
document.write('<td width="56"><font color=white><a href=http://www.qianligroup.cn/zy/lxwm.htm target="_top"><font color=white>联系我们</A></td>');
document.write('</tr></table>');