//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://scigolf.com/scigolf/trainingaids/resist/index.htm><IMG SRC="http://www.scigolf.com/scigolf/banners/resistaball.gif" border=0></a>'

banner[4]='<a href=http://scigolf.com/scigolf/trainingaids/whippy/index.htm><IMG SRC="http://www.scigolf.com/scigolf/banners/whippy.gif" border=0></a>'

banner[5]='<a href=http://www.scigolf.com/scigolf/trainingaids/golfgym/product.htm><IMG SRC="http://www.scigolf.com/scigolf/banners/golfgym.gif" border=0></a>'

banner[6]='<a href=http://scigolf.com/scigolf/trainingaids/divotmat/index.htm><IMG SRC="http://www.scigolf.com/scigolf/banners/divotmat.gif" border=0></a>'

banner[7]='<a href=http://scigolf.com/scigolf/trainingaids/swingyde/index.htm><IMG SRC="http://www.scigolf.com/scigolf/banners/swingyde.gif" border=0></a>'

banner[8]='<a href=http://scigolf.com/scigolf/trainingaids/wristfirm/index.htm><IMG SRC="http://www.scigolf.com/scigolf/banners/wristfirm.gif" border=0></a>'

banner[9]='<a href=http://www.scigolf.com/scigolf/books/book1.php><IMG SRC="http://www.scigolf.com/scigolf/banners/books.gif" border=0></a>'

banner[10]='<a href=http://www.scigolf.com/scigolf/dvd/dvd1.php><IMG SRC="http://www.scigolf.com/scigolf/banners/dvds.gif" border=0></a>'

var whichbanner=Math.floor(Math.random()*(banner.length))
document.write(banner[whichbanner])
