//Copyright 2003 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://scigolf.com/scigolf/howtomaster.htm><IMG SRC="http://www.scigolf.com/scigolf/banners/scottbannera.gif" border=0></a>'

banner[1]='<a href=http://www.scigolf.com/scigolf/trainingaids/swingrite/index.htm><IMG SRC="http://www.scigolf.com/scigolf/banners/swingrite.gif" border=0></a>'

banner[2]='<a href=http://www.scigolf.com/scigolf/videos.htm><IMG SRC="http://www.scigolf.com/scigolf/banners/4videos/4video.gif" border=0></a>'

banner[3]='<a href=http://www.scigolf.com/scigolf/blackmagic/blackmagicwedges.html#junky><img src="http://www.scigolf.com/scigolf/banners/blackmagicbanner.gif" border=0></a>'

banner[4]='<a href=http://scigolf.com/scigolf/trainingaids/swingyde/index.htm><IMG SRC="http://www.scigolf.com/scigolf/banners/swingyde.gif" border=0></a>'

banner[5]='<a href=http://scigolf.com/scigolf/trainingaids/wristfirm/index.htm><IMG SRC="http://www.scigolf.com/scigolf/banners/wristfirm.gif" border=0></a>'

var whichbanner=Math.floor(Math.random()*(banner.length))
document.write(banner[whichbanner])

