var index =3 
text = new Array(3); 
text[0] ='&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;本厂专业制造藤木结合家具，生产酒店配套家具和酒店公寓式配套家具，所配工程有：'
text[1] =''
text[2] ='重庆天赐温泉度假酒店、贵州省兴义吉隆堡度假酒店、海南三亚海域中央酒店、海南三亚龙华海景酒店、海南三亚阳光海岸花园、海南三亚海月广场金凤凰度假村等'
document.write ("<marquee scrollamount='2' scrolldelay='200' direction= 'UP' width='180 ' id=xiaoqing height='220' onmouseover=xiaoqing.stop() onmouseout=xiaoqing.start()>"); 
for (i=0;i<index;i++){ 
document.write (" <font color=#BC691F>"); 
document.write (text[i] + "</font><br>"); 
} 
document.write ("</marquee>") 
                  
