<!--
var index=3
text=new Array(3);
text[0]='<li>本公司刚刚更新了一系列的产品，所以有些内容还未跟上，请客户原谅!也感谢新老用户一如既往的支持！'
text[1]=' '
text[2]='<li>公司也已经开通“阿里巴巴产品展示平台”，用户也可以通过该网址（http://nanjinglu20080101.cn.alibaba.com）查看产品，向我们订购产品，我们送货安装。'
document.write ("<marquee scrollamount='1' scrolldelay='5' direction='up' width='164' height='108' id=f onmouseover=f.stop() onmouseout=f.start()>");
for (i=0;i<index;i++){
document.write(text[i]+"<br>");
}
document.write("</marquee>")
// -->

