//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]='<a href=http://homecoffeeservice.com/icedrink.php><A HREF=\"http://homecoffeeservice.com/icedrink.php\"><IMG SRC=\"http://homecoffeeservice.com/images/crystallightlemonade.jpg\" border=\"0\" width=\"80\" height=\"90\"><br>Crystal Light On The Go Lemonade in the single serving size, Click Here</a>'

banner[1]='<a href=http://homecoffeeservice.com/singlebrew.php><a href=http://homecoffeeservice.com/singlebrew.php><IMG SRC=\"http://homecoffeeservice.com/images/SingleBrewColombianbig.jpg\" border=\"0\" width=\"99\" height=\"108\"><br>Singlebrew: Flavored coffee in the single serving size, Click Here</a>'

banner[2]='<a href=http://homecoffeeservice.com/javette.php><IMG SRC=\"http://homecoffeeservice.com/images/javettecup.jpg\" border=\"0\" width=\"75\" height=\"77\"><br>Javette, real coffee concentrated, in single serving size, Click Here</a>'

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