
<!-- Begin
var how_many_ads = 12;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="Ferns of Southern Africa: A Comprehensive Guide";
url="gardening-shop.html";
alt="Ferns of Southern Africa: A Comprehensive Guide";
banner="http://images.kalahari.com/ann/all/lg/978/177/007/910/9781770079106.jpg";
width="120";
height="160";
}
if (ad==2) {
txt="What's that Tree?";
url="gardening-shop.html";
alt="What's that Tree?";
banner="http://randomstruik.co.za/bookTitles/9781770078314.jpg";
width="120";
height="160";
}
if (ad==3) {
txt="Alien & Invasive Animals: A South African Perspective";
url="gardening-shop.html";
alt="Alien & Invasive Animals: A South African Perspective";
banner="http://images.kalahari.com/ann/all/lg/978/177/007/823/9781770078239.jpg";
width="120";
height="160";
}
if (ad==4) {
txt="Waterwise Gardening in South Africa and Namibia";
url="gardening-shop.html";
alt="Waterwise Gardening in South Africa and Namibia";
banner="http://www.randomstruik.co.za/bookTitles/9781770072176.jpg";
width="120";
height="160";
}
if (ad==5) {
txt="Bonsai Success in Southern Africa";
url="gardening-shop.html";
alt="Bonsai Success in Southern Africa";
banner="http://www.randomstruik.co.za/bookTitles/9781770079601.jpg";
width="120";
height="160";
}
if (ad==6) {
txt="Pocket Guide: Mushrooms of South Africa";
url="gardening-shop.html";
alt="Pocket Guide: Mushrooms of South Africa";
banner="http://www.randomstruik.co.za/bookTitles/9781770077560.jpg";
width="120";
height="160";
}
if (ad==7) {
txt="Orchids";
url="gardening-shop.html";
alt="Orchids";
banner="http://www.randomstruik.co.za/bookTitles/9781847738820%20.jpg";
width="120";
height="160";
}
if (ad==8) {
txt="Dig It!";
url="gardening-shop.html";
alt="Dig It!";
banner="http://www.randomstruik.co.za/bookTitles/9781770075917.jpg";
width="120";
height="160";
}
if (ad==9) {
txt="Create a Garden with Keith Kirsten (ook in Afrikaans)";
url="gardening-shop.html";
alt="Create a Garden with Keith Kirsten (ook in Afrikaans)";
banner="http://www.randomstruik.co.za/bookTitles/9781770075597.jpg";
width="120";
height="160";
}
if (ad==10) {
txt="Gardening with Keith Kirsten (ook in Afrikaans)";
url="gardening-shop.html";
alt="Gardening with Keith Kirsten (ook in Afrikaans)";
banner="http://www.randomstruik.co.za/bookTitles/9781770075566.jpg";
width="120";
height="160";
}
if (ad==11) {
txt="The Southern African: What Flower is That? (ook in Afrikaans)";
url="gardening-shop.html";
alt="The Southern African: What Flower is That? (ook in Afrikaans)";
banner="http://www.randomstruik.co.za/bookTitles/9781770075269.jpg";
width="120";
height="160";
}
if (ad==12) {
txt="Ludwig Taschner’s Roses (ook in Afrikaans)";
url="gardening-shop.html";
alt="Ludwig Taschner’s Roses (ook in Afrikaans)";
banner="http://www.randomstruik.co.za/bookTitles/9781770078031.jpg";
width="120";
height="160";
}
if (ad==13) {
txt="Sasol Birds of Southern Africa IV";
url="gardening-shop.html";
alt="Sasol Birds of Southern Africa IV";
banner="http://www.randomstruik.co.za/bookTitles/9781770079250.jpg";
width="120";
height="160";
}
if (ad==14) {
txt="Birkenhead Blooms";
url="gardening-shop.html";
alt="Birkenhead Blooms";
banner="http://randomstruik.co.za/bookTitles/9781770078512.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 -->




























