var _historicaltoday={}; _historicaltoday.element=document.getElementById("historicaltoday"); _historicaltoday.today="0312"; _historicaltoday.events=[]; _historicaltoday.current=-1; _historicaltoday.events.push({'date':'19590312','event':'学校成立基建委员会,晋曾毅副校长为主任委员。'});_historicaltoday.events.push({'date':'19810312','event':'学校隆重举行首届“郭沫若奖学金”暨三好学生、优秀学生干部授奖大会。中共中央委员、中共安徽省委第一书记张劲夫等出席大会。'});_historicaltoday.events.push({'date':'19830312','event':'张凯帆、肖龙士、刘夜峰、葛介屏、韩美林、张建中等18名安徽省著名书画家来校为师生作画题词。'});_historicaltoday.events.push({'date':'19990312','event':'教育部部长陈至立、中科院院长路甬祥和中共安徽省委副书记、常务副省长汪洋在北京就共同加大力度支持我校建设一流大学举行会谈。'});_historicaltoday.events.push({'date':'20000312','event':'我校LAMOST-OCS研究组承担的LAMOST-0级观测控制系统课题通过国家“九五”大科学工程LAMOST工程指挥部的验收。'});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)}