//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.adlegend.com/click?spacedesc=2032823_1085496_300x250_1113161_2032823&ML_NIF=N"><IMG SRC="http://ad.adlegend.com/image?spacedesc=2032823_1085496_300x250_1113161_2032823&ML_NIF=N"></A>'

var whichbanner=Math.floor(Math.random()*(banner.length))
document.write(banner[whichbanner])
