//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]='<span class="image-moreinfo"><img src="images/image-moreinfo_ld.gif" width="75" height="75" alt="Long Distance" /></span><span class="moreinfo"><strong>Long Distance</strong>See how CloseCall\'s Long Distance Solutions will save you money.<br /><a href="http://www.closecall.com/ld/">Click Here</a></span>'
banner[1]='<span class="image-moreinfo"><img src="images/image-moreinfo_local.gif" width="75" height="75" alt="Local" /></span><span class="moreinfo"><strong>Local</strong>Get more info about our Local Service and how it will benefit you.<br /><a href="http://www.closecall.com/local/">Click Here</a></span>'
banner[2]='<span class="image-moreinfo"><img src="images/image-moreinfo_wireless.gif" width="75" height="75" alt="Wireless" /></span><span class="moreinfo"><strong>Wireless</strong>Find out why our Wireless service might be the perfect solution for your personal and business needs.<br /><a href="http://www.closecall.com/wireless/">Click Here</a></span>'
banner[3]='<span class="image-moreinfo"><img src="images/image-moreinfo_1800closecall.gif" width="75" height="75" alt="1800 CloseCall" /></span><span class="moreinfo"><strong>1800 CloseCall</strong>To see how you can save a bundle when you have need to make calls away from home.<br /><a href="http://www.1800closecall.com/">Click Here</a></span>'
banner[4]='<span class="image-moreinfo"><img src="images/image-moreinfo_voip.gif" width="75" height="75" alt="VoIP" /></span><span class="moreinfo"><strong>VoIP</strong>Check out the newest technological advances using your telephone and broadband Internet.<br /><a href="http://www.closecall.com/voip/">Click Here</a></span>'

var whichbanner=Math.floor(Math.random()*(banner.length))
document.write(banner[whichbanner])
