//Text Banner Rotation Script 1.1 Copyright 2003-2004 by MyKazaam.com Author: Yaza.  You must leave this copyright header in tact for use.  Please read the License file that accompanies the full package of this script.  For support visit http://www.mykazaam.com
var banner=new Array()

banner[0]='<div align=justify>Nana Wall Systems, a Distinctive Name for large opening glass walls, is the North America leader in providing solutions for large opening glass walls, offering full line of all glass, aluminum, clad and wood framed...<br><b>Management <br>Nana Wall Systems</b></div>'

banner[1]='<div align=justify>Alpha Software is known for cutting edge database software that enables customers to build breakthrough applications and solve database management problems rapidly and easily. The company has been successful in ...<br><b>Management <br>Alpha Software</b></div>'

var whichbanner=Math.floor(Math.random()*(banner.length))
document.write(banner[whichbanner])
