//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://ad.doubleclick.net/jump/N4789.155256.3607449749421/B3395968;sz=300x250;ord=[timestamp]?"><IMG SRC="http://ad.doubleclick.net/ad/N4789.155256.3607449749421/B3395968;sz=300x250;ord=[timestamp]?" BORDER=0 WIDTH=300 HEIGHT=250 ALT="Click Here"></A>'

var whichbanner=Math.floor(Math.random()*(banner.length))
document.write(banner[whichbanner])
