var imagename = new Array();
imagename[0] = "lakeballscom.gif"
imagename[1] = "gcp-banner.gif"
imagename[3] = "golf-breaks.jpg"
imagename[4] = "gotravel.jpg"


var imgalt = new Array()
imgalt[0] = "UK Lake Balls"
imgalt[1] = "Golf Card Plus"
imgalt[3] = "The Golf Holiday Specialists"
imgalt[4] = "Travel Insurance for Golfers"


var linkto = new Array()
linkto[0] = "http://www.lakeballs.com"
linkto[1] = "http://www.golfcardplus.com/"
linkto[3] = "http://clkuk.tradedoubler.com/click?p=232&a=1183005&g=1661"
linkto[4] = "http://clkuk.tradedoubler.com/click?p=3284&a=1183005"


var i = 0;
i=Math.round(Math.random()*(imagename.length-1));
document.write('  <div align="center"><a href="' + linkto[0] + '" target="_blank"><img src="http://www.golftipsforgolfers.com/ads/' + imagename[0] + '" width="125" height="90" alt="' + imgalt[0] + '" border="1" vspace="4"></div>');

var i = 1;
i=Math.round(Math.random()*(imagename.length-1));
document.write('  <div align="center"><a href="' + linkto[1] + '" target="_blank"><img src="http://www.golftipsforgolfers.com/ads/' + imagename[1] + '" width="125" height="90" alt="' + imgalt[1] + '" border="1" vspace="4"></div>');

var i = 3;
i=Math.round(Math.random()*(imagename.length-1));
document.write('  <div align="center"><a href="' + linkto[3] + '" target="_blank"><img src="http://www.golftipsforgolfers.com/ads/' + imagename[3] + '" width="125" height="90" alt="' + imgalt[3] + '" border="1" vspace="4"></div>');

var i = 4;
i=Math.round(Math.random()*(imagename.length-1));
document.write('  <div align="center"><a href="' + linkto[4] + '" target="_blank"><img src="http://www.golftipsforgolfers.com/ads/' + imagename[4] + '" width="125" height="90" alt="' + imgalt[4] + '" border="1" vspace="4"></div>');
