document.write( "<tr><td bgcolor=99CCFF></td></tr>"+
		"<tr><td background=images/ds.gif align=center height=30px style=font:12px>"+
		"<a href=c1.htm target=_top>首　　页</a> | &nbsp;"+
		"<a href=c2.htm target=_top>关于我们</a> | &nbsp;"+
		"<a href=c3.htm target=_top>产品介绍</a> | &nbsp;"+
		"<a href=c4.htm target=_top>技术指标</a> | &nbsp;"+
		"<a href=c5.htm target=_top>技术支持</a> | &nbsp;"+
		"<a href=c6.htm target=_top>联系方式</a> | &nbsp;"+
		"<a href=e1.htm target=_top>English </a>"+
		"</td></tr>"+
		"<tr><td bgcolor=99CCFF></td></tr>"+
		"<tr><td align=center height=50px style=font:12px;color:000099>2007 版权所有：中国·甘肃天星稀土功能材料有限公司</td></tr>");

var bb=0, bt=4000;
function B_T() {
  banner.innerHTML=b_t[bb];
  if (bb==b_t.length-1) {
    banner.style.color="#6699FF"; bt=3000; bb=0;
  } else {
    banner.style.color="#FF9966"; bt=1000; bb++;
  }
  setTimeout("B_T()",bt);
}
setTimeout("B_T()",bt);



