
<!-- Begin
var how_many_ads = 8;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="The Gardener";
url="http://www.info-desk.co.za/links/GARD.html";
alt="The Gardener";
banner="http://www.info-desk.co.za/images/magazines/GARD.jpg";
width="120";
height="160";
}
if (ad==2) {
txt="Garden and Home";
url="http://www.info-desk.co.za/links/GAH.html";
alt="Garden and Home";
banner="http://www.info-desk.co.za/images/magazines/GAH.jpg";
width="120";
height="160";
}
if (ad==3) {
txt="Home";
url="http://www.info-desk.co.za/links/HOME.html";
alt="Home";
banner="http://www.info-desk.co.za/images/magazines/HOME.jpg";
width="120";
height="160";
}
if (ad==4) {
txt="Tuis";
url="http://www.info-desk.co.za/links/TUIS.html";
alt="Tuis";
banner="http://www.info-desk.co.za/images/magazines/TUIS.jpg";
width="120";
height="160";
}
if (ad==5) {
txt="South African Gardening";
url="http://www.info-desk.co.za/links/SAG.html";
alt="South African Gardening";
banner="http://www.info-desk.co.za/images/magazines/SAG.jpg";
width="120";
height="160";
}
if (ad==6) {
txt="Tuin Paleis";
url="http://www.info-desk.co.za/links/TUIN.html";
alt="Tuin Paleis";
banner="http://www.info-desk.co.za/images/magazines/TUIN.jpg";
width="120";
height="160";
}
if (ad==7) {
txt="House And Leisure";
url="http://www.info-desk.co.za/links/HAL.html";
alt="House And Leisure";
banner="http://www.info-desk.co.za/images/magazines/HAL.jpg";
width="120";
height="160";
}
if (ad==8) {
txt="House &amp; Garden";
url="http://www.info-desk.co.za/links/HAG.html";
alt="House &amp; Garden";
banner="http://www.info-desk.co.za/images/magazines/HAG.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 -->
























