//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]=' <img src="images/banner_futurebill.jpg" width="728" height="90" border="0"></a>'

banner[1]=' <img src="images/banner_marshallcap2.jpg" width="728" height="90" border="0"></a>'

banner[2]=' <img src="images/banner_marshallcap3.jpg" width="728" height="90" border="0"></a>'

banner[3]=' <img src="images/banner_futurebill.jpg" width="728" height="90" border="0"></a>'

banner[4]=' <img src="images/banner_marshallcap2.jpg" width="728" height="90" border="0"></a>'

var whichbanner=Math.floor(Math.random()*(banner.length))
document.write(banner[whichbanner])
