document.write(''); var strArray=new Array(); var scrolldelays = 180; var wstr=""; strArray[0]='关于召开第五届中博会珠海分团...8-25'; wstr=wstr+strArray[0]; strArray[1]='转发省经贸委关于协助美国可持...8-18'; wstr=wstr+strArray[1]; strArray[2]='关于举办第五届中博会的通知8-14'; wstr=wstr+strArray[2]; strArray[3]='招标:第五届中博会会刊编印项...8-14'; wstr=wstr+strArray[3]; strArray[4]='关于开展重点耗能企业上半年能...8-5'; wstr=wstr+strArray[4]; strArray[5]='关于加快推进全国科技管理和企...8-4'; wstr=wstr+strArray[5]; strArray[6]='关于重点用能单位报送《广东省...8-1'; wstr=wstr+strArray[6]; strArray[7]='关于加快推进全国科技管理和企...7-30'; wstr=wstr+strArray[7]; strArray[8]='关于申报珠海市2008年节能...7-17'; wstr=wstr+strArray[8]; strArray[9]='关于举办省百强民营企业、成长...7-10'; wstr=wstr+strArray[9]; showId=Math.floor(Math.random()*1); tempStr=strArray[showId]; strArray[showId]=strArray[0]; strArray[0]=tempStr; document.write('
'+''+wstr+'
'+'
'+''); marqueesHeight=80; stopscroll=false; icefable1.scrollTop=0; init_srolltext(); with(icefable1) { style.width=0; style.height=marqueesHeight; style.overflowX="visible"; style.overflowY="hidden"; noWrap=true; onmouseover=new Function("stopscroll=true"); onmouseout=new Function("stopscroll=false"); } preTop=0; currentTop=0; stoptime=0; function init_srolltext() { icefable2.innerHTML=""; icefable2.innerHTML+=icefable1.innerHTML; icefable1.innerHTML=icefable2.innerHTML+icefable2.innerHTML; setInterval("scrollUp()",scrolldelays); } function scrollUp() { if(stopscroll==true) return; currentTop+=1; // if(currentTop==22) // { // stoptime+=1; // currentTop-=1; // if(stoptime==scrolldelays) // { // currentTop=0; // stoptime=0; // } // } // else // { preTop=icefable1.scrollTop; icefable1.scrollTop+=1; if(preTop==icefable1.scrollTop) { icefable1.scrollTop=icefable2.offsetHeight-marqueesHeight; icefable1.scrollTop+=1; } // } }