
var strArray_4=new Array();
var  ArraySize_4=6;
strArray_4[0]='<a href=# class=text01>  </a>'
strArray_4[1]='<a href=http://www.scl-trade.com/aboutus/news/index.htm class=text01><font color="red">2010年1月20日防静电及洁净室服装相关标准解读研讨会圆满落幕</font></a>';
strArray_4[2]='<a href=http://www.scl-trade.com/aboutus/news/index.htm class=text01>国内首个防静电洁净织物标准经批准通过明年初实施</a>';
strArray_4[3]='<a href=http://www.scl-trade.com/aboutus/news/index.htm class=text01>2008年9月我司董事长应邀参加2008中国洁净展并演讲</a>';
strArray_4[4]='<a href=http://www.scl-trade.com/aboutus/news/index.htm class=text01>2008年9月我司董事长应邀参加第七届洁净室研讨会并演讲<font color="red"></a>';
strArray_4[5]='<a href=http://www.scl-trade.com/aboutus/news/index.htm class=text01>2008年7月全国首个防静电洁净服装、面料检测中心成立</a>';


var marqueesWidth_4			//滚动框宽度
var marqueesHeight_4			//滚动框高度
var marqueesLineHeight_4		//滚动框行高度
var marqueesLineCount_4		//滚动框行数
var	timeInteval_4				//时间间隔

marqueesWidth_4=210
marqueesLineHeight_4=9
marqueesLineCount_4=4
marqueesHeight_4=marqueesLineHeight_4*marqueesLineCount_4;		
timeInteval_4=120


document.write('<table width='+marqueesWidth_4+' border=0 cellspacing=0 cellpadding=0>'
+'<tr><td width='+marqueesWidth_4+'>'
+'<div id="icefable1_4" style="width:100%;">'
+'<table width='+marqueesWidth_4+' border=0 cellspacing=0 cellpadding=0>');
for(i=0;i<ArraySize_4;i++)
{
document.write('<tr><td width='+marqueesWidth_4+' height=18 >'+strArray_4[i]+'</td></tr>');
}
document.write('</table>'
+'</div>'
+'<div id="icefable2_4" style="position:absolute;z-index:1;visibility:hidden"></div>'
+'</td></tr>'
+'</table>');
stopscroll_4=false;		//滚动框停止滚动
icefable1_4.scrollTop=0;
with(icefable1_4){
  style.width=0;
  style.height=marqueesHeight_4;
  style.overflowX="visible";
  style.overflowY="hidden";
  noWrap=true;
  onmouseover=new Function("stopscroll_4=true");
  onmouseout=new Function("stopscroll_4=false");
}
preTop_4=0; currentTop_4=0; stoptime_4=0;
function init_srolltext_4(){
  icefable2_4.innerHTML="";
  icefable2_4.innerHTML+=icefable1_4.innerHTML;    
  icefable1_4.innerHTML=icefable2_4.innerHTML+icefable2_4.innerHTML;
  setInterval("scrollUp_4()",timeInteval_4);	//设置停留时间
}
function scrollUp_4(){
  if(stopscroll_4==true) return;
  currentTop_4+=1;
  if(currentTop_4==19)
  {
  	stoptime_4+=1;
  	currentTop_4-=1;
  	if(stoptime_4==1) 
  	{
  		currentTop_4=0;
  		stoptime_4=0;
  	}
  }
  else 
  {  	
      for(i=0;i<1;i++)
	  {
			preTop_4=icefable1_4.scrollTop;
			icefable1_4.scrollTop+=1;
			if(preTop_4==icefable1_4.scrollTop){
				 	icefable1_4.scrollTop=icefable2_4.offsetHeight-marqueesHeight_4;
			icefable1_4.scrollTop+=1;
			}
	  }
  }
}
setTimeout("init_srolltext_4()",0);