<!-- Begin
var how_many_ads = 5;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="Compleat Golfer";
url="golf-books.html#CGOLF";
alt="Compleat Golfer";
banner="http://www.info-desk.co.za/images/magazines/CGOLF.jpg";
width="120";
height="160";
}
if (ad==2) {
txt="Golf Digest SA";
url="golf-books.html#GOLF";
alt="Golf Digest SA";
banner="http://www.info-desk.co.za/images/magazines/GOLF.jpg";
width="120";
height="160";
}
if (ad==3) {
txt="Sports Illustrated";
url="golf-books.html#SASI";
alt="Sports Illustrated";
banner="http://www.info-desk.co.za/images/magazines/SASI.jpg";
width="120";
height="160";
}
if (ad==4) {
txt="Sports Illustrated (Afrikaans)";
url="golf-books.html#SIAF";
alt="Sports Illustrated (Afrikaans)";
banner="http://www.info-desk.co.za/images/magazines/SIAF.jpg";
width="120";
height="160";
}
if (ad==5) {
txt="Mens Health";
url="golf-books.html#HLTH";
alt="Mens Health";
banner="http://www.info-desk.co.za/images/magazines/HLTH.jpg";
width="120";
height="160";
}
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="120"><tr><td>');
document.write('</td><td>');
document.write('<a href=\"' + url + '\" TARGET="_TOP">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0><br>');
document.write('<small><b>' + txt + '</b></small></a>');
document.write('</td></tr></table>');
// End -->

























