var _historicaltoday={}; _historicaltoday.element=document.getElementById("historicaltoday"); _historicaltoday.today="0704"; _historicaltoday.events=[]; _historicaltoday.current=-1; _historicaltoday.events.push({'date':'19810704','event':'美国阿拉巴马大学校长约翰.莱特来校访问。'});_historicaltoday.events.push({'date':'19920704','event':'著名物理学家、诺贝尔奖获得者、我校名誉教授丁肇中和香港亿利达工业发展集团有限公司董事长刘永龄来我校访问并做报告,学校授予丁肇中教授名誉博士学位、刘永龄先生名誉顾问称号。'});_historicaltoday.events.push({'date':'20010704','event':'由我校承办的第七届全国数学研究生暑期学校在我校举行。'});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)}