var _historicaltoday={}; _historicaltoday.element=document.getElementById("historicaltoday"); _historicaltoday.today="0703"; _historicaltoday.events=[]; _historicaltoday.current=-1; function historicaltoday(){ var i; for(i=0;i<_historicaltoday.events.length;i++){ _historicaltoday.events[i]['year']=_historicaltoday.events[i]['date'].substring(0,4); _historicaltoday.events[i]['month']=_historicaltoday.events[i]['date'].substring(4,6); _historicaltoday.events[i]['day']=_historicaltoday.events[i]['date'].substring(6,8); _historicaltoday.events[i]['date']=_historicaltoday.events[i]['year']+"年"+_historicaltoday.events[i]['month']+"月"+_historicaltoday.events[i]['day']+"日"; _historicaltoday.element.innerHTML+="
"+_historicaltoday.events[i]['date']+""+_historicaltoday.events[i]['event']+"
"; } } historicaltoday(); ///////////////////////////////////////////////////////20070917 var speed=20; var rollad_2_02=document.getElementById("historicaltoday1"); var rollad_2_01=document.getElementById("historicaltoday"); var rollad_2=document.getElementById("rollad_2"); rollad_2_02.innerHTML=rollad_2_01.innerHTML; function Marquee2(){ if(rollad_2_02.offsetTop-rollad_2.scrollTop<=0){ rollad_2.scrollTop-=rollad_2_01.offsetHeight; }else{ rollad_2.scrollTop+=1; }} var MyMar2;//=setInterval(Marquee2,speed); rollad_2.onmouseout=function() {clearInterval(MyMar2)} rollad_2.onmouseover=function() {MyMar2=setInterval(Marquee2,speed)}