//Javascript Created by Computerhope http://www.computerhope.com

images = new Array(3);

images[0] = "<a href = 'http://www.ritson-sole.com/tee-times/'><img src='http://www.ritson-sole.com/images/ads/golfdigest_teetimes_728x90.gif' alt='Tee Times Promo Code' border='0'></a>";

images[1] = "<a href = 'http://www.ritson-sole.com/shop/'><img src='http://www.ritson-sole.com/images/ads/giftshop_728x90.gif' alt='Golf Gifts' border='0'></a>";

images[2] = "<a href = 'http://www.golfsmart.com/default.aspx?Affiliate=108'><img src='http://www.ritson-sole.com/images/ads/golfsmart-728x90.jpg' alt='Golf Books' border='0'></a>";

index = Math.floor(Math.random() * images.length);

document.write(images[index]);
