//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]=

banner[1]='<A href="http://www.marlinbass.com/booster.html"><IMG src="cellbooster.jpg" width="468" height="60" border="0"></A>'

banner[2]='<a href=http://www.hitchhosting.com target=_new>HitchHosting "Home of the 10 GB Storage for $2.95".</a>'

banner[3]='<a href=http://www.jwoc.net target=_new>Join the War On Crime! "Self Defense Products".</a>'

banner[4]='<a href="http://marlin.AliveMaxMovie.com "><img src="http://www.alivemax.com/images/468x60_02_256.gif" border="0"></a>'

banner[5]='<a href="http://www.sextoyswarehouse.net">SexToys Warehouse - Worlds Largest Warehouse for Adult Products</a>'

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

