var index = 3

link = new Array(3); 

text = new Array(3); 



link[0] ='' 

text[1] =''

link[2] ='' 



text[0] ='Serving All Size & Type Businesses' 

text[1] =''

text[2] ='' 





document.write ("<marquee scrollamount='1' scrolldelay='0' direction= 'up' width='85' id=xiaoqing height='100' onmouseover=xiaoqing.stop() onmouseout=xiaoqing.start()>"); 

for (i=0;i<index;i++){ 

document.write ("<a href="+link[i]+"><font color=white size='2'>"); 

document.write (text[i] + "</font></A><br>"); 

}

document.write ("</marquee>") 

   

