//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.thefamilyplanner.com target=_new><img border="0" src="http://www.sportspracticedrills.com/images/160x240fp.gif" width="160" height="240"></a>'banner[1]='<a href=http://www.tmisports.com target=_new><img border="0" src="http://www.sportspracticedrills.com/images/tmi-120x240.gif" width="120" height="240"></a>'banner[2]='<a href=http://www.championshipproductions.com/cgi-bin/champ/index.html?mv_pc=g4 target=_new><img border="0" src="http://www.sportspracticedrills.com/images/championship1.gif"></a>'var whichbanner=Math.floor(Math.random()*(banner.length))document.write(banner[whichbanner])