var index = 3
link = new Array(3); 
text = new Array(3); 

link[0] ='' 
link[1] ='' 
link[2] ='' 


text[0] ='Serving All Size & Type Businesses' 
text[1] ='' 
text[2] ='Call to Learn More' 



document.write ("<marquee scrollamount='1' scrolldelay='1' direction= 'up' width='90' 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>") 
   
