//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.hitchhosting.com target=_new>HitchHosting "Home of the 10 GB Storage for $2.95".</a>'

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

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

banner[4]='<a href="http://www.adult-business.us/513760" >Click Here To Learn More About Starting Your Own Online Adult Store</a>'

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