var strArray=new Array();
strArray[0]='<font color="red" style="font-size:12px">·</font><a   href="http://store.plasway.com" target="_blank"><font color="red" style="font-size:12px">普拉司仓储管理系统上线运行成功</font> </a>'
strArray[1]='<font color="red" style="font-size:12px">·</font><a   href="http://www.plasself.com" target="_blank"><font color="red" style="font-size:12px">中国塑料原料自主交易网</font></a>'
strArray[2]='<font color="red" style="font-size:12px">·</font><a   href="http://supply.plasway.com" target="_blank"><font color="red" style="font-size:12px">中国塑料原料供应中心</font></a>'
strArray[3]='<font color="red" style="font-size:12px">·</font><a   href="http://www.plasway.com/market/index.htm" target="_blank"><font color="red" style="font-size:12px">中国塑料商务网专业塑料市场</font></a>'
strArray[4]='<font color="red" style="font-size:12px">·</font><a   href="http://www.plasway.com" target="_blank"><font color="red" style="font-size:12px">中国塑料商务网塑胶行业领头先锋！</font></a>'
strArray[5]='<font color="red" style="font-size:12px">·</font><a   href="http://www.plasway.com" target="_blank"><font color="red" style="font-size:12px">中国塑料商务网—东莞站</font></a>'
strArray[6]='<font color="red" style="font-size:12px">·</font><a   href="../imgcenter/AD/shtml/080104jianguan.html" target="_blank"><font color="red" style="font-size:12px">塑料原料第三方货款监管</font></a>'


showId=Math.floor(Math.random()*7);
tempStr=strArray[showId];
strArray[showId]=strArray[0];
strArray[0]=tempStr;
              
document.write('<table width=100% border=0 cellspacing=0 cellpadding=0>'
+'<tr><td>'
+'<div id="toptable" >'
+'<table border=0 cellspacing=0 cellpadding=0 >'
+'<tr><td height=21 >'+strArray[0]+'</td></tr>'
+'<tr><td height=21 >'+strArray[1]+'</td></tr>'
+'<tr><td height=21 >'+strArray[2]+'</td></tr>'
+'<tr><td height=21 >'+strArray[3]+'</td></tr>'
+'<tr><td height=21 >'+strArray[4]+'</td></tr>'
+'<tr><td height=21 >'+strArray[5]+'</td></tr>'
+'<tr><td height=21 >'+strArray[6]+'</td></tr>'
+'</td></tr>'
+'</table>'
+'</div>'
+'</td></tr>'
+'</table>');

marqueesHeight=21;
stopscroll=false;
toptable.scrollTop=0;

with(toptable){
  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=21; stoptime=0;
toptable.innerHTML+=toptable.innerHTML;

function init_srolltext(){
  toptable.scrollTop=0;
  setInterval("scrollUp()",40);
}init_srolltext();

function scrollUp(){
  if(stopscroll==true) return;
  currentTop+=1;
  if(currentTop==22)
  {
  	stoptime+=1;
  	currentTop-=1;
  	if(stoptime==80) 
  	{
  		currentTop=0;
  		stoptime=0;
  	}
  }
  else {  	
	  preTop=toptable.scrollTop;
	  toptable.scrollTop+=1;
	  if(preTop==toptable.scrollTop){
	    toptable.scrollTop=42;
	    toptable.scrollTop+=1;
	  }
  }

}