//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://www.pokerstars.com/?source=wagertowin.co.uk target=_blank rel=nofollow><img src=http://www.pokerstars.com/euro_bnrs/euro_current/120x60.gif height=60 width=120 border=0 alt=\'Poker Stars\'></a>'

var whichbanner=Math.floor(Math.random()*(banner.length))
document.write(banner[whichbanner])

