
<!--
//more javascript from http://www.flywe.net
function scrollImg(){ 
    var posX,posY; 
    if (window.innerHeight) { 
        posX = window.pageXOffset; 
        posY = window.pageYOffset; 
    } 
    else if (document.documentElement && document.documentElement.scrollTop) { 
        posX = document.documentElement.scrollLeft; 
        posY = document.documentElement.scrollTop; 
    } 
    else if (document.body) { 
        posX = document.body.scrollLeft; 
        posY = document.body.scrollTop; 
    } 
    var ad=document.getElementById("online"); 
    ad.style.top=(posY+60)+"px"; 
    ad.style.left=(posX+window.screen.width-140)+"px";
	var ad2=document.getElementById("online2");  
	ad2.style.top=(posY-20)+"px"; 
    ad2.style.left=(posX+2)+"px"; 
    setTimeout("scrollImg()",100); 
} 

//-->
document.write('<div id="online" border="0" style="POSITION: absolute; HEIGHT: 0px;"><br />');

document.write('<layer id="divStayTopLeft">');
document.write('<a href="http://www.hfxmkj.com" target=_blank><img src="/Files/ad/xunming.jpg" border=0 width=118 height=400></a>');
document.write('</layer>');
document.write('</div>');

document.write('<div id="online2" border="0" style="POSITION: absolute; HEIGHT: 0px;"><br />');

document.write('<layer id="divStayTopLeft">');
document.write('<a href="/chuchai/" target=_blank><img src="/Files/ad/chai.jpg" border=0 width=118 height=36></a><br><br>');



document.write('</layer>');
document.write('</div>');
document.write('<map name="tj">')
document.write('<area shape="rect" coords="296,0,320,20" style="cursor:hand;" onClick="_closeWindow();" alt="关闭">')
document.write('</map>')

		scrollImg(); 
		
function _closeWindow(){
    online.style.display = "none";
    online.innHTML = "";
    //_displaySelect();
}

//document.write("");

function show_student163_time(){
 window.setTimeout("show_student163_time()", 1000);
 BirthDay=new Date("12-16-2010");//改成你的计时日期
 today=new Date();
 timeold=(BirthDay.getTime()-today.getTime());
 sectimeold=timeold/1000
 secondsold=Math.floor(sectimeold);
 msPerDay=24*60*60*1000
 e_daysold=timeold/msPerDay
 daysold=Math.floor(e_daysold);
 e_hrsold=(e_daysold-daysold)*24;
 hrsold=Math.floor(e_hrsold);
 e_minsold=(e_hrsold-hrsold)*60;
 minsold=Math.floor((e_hrsold-hrsold)*60);
 seconds=Math.floor((e_minsold-minsold)*60);
 span_dt_dt.innerHTML=daysold+"天"+hrsold+"小时"+minsold+"分"+seconds+"秒" ;
 
}
show_student163_time();



