<!-- Begin
var how_many_ads = 4;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="<B>Ponta do Ouro</B> - Dolphin EnCountours";
url="Dolphin_EnCountours.html";
alt="Dolphin EnCountours";
banner="images/advertising/Dolphin_EnCountours_001.jpg";
width="250";
height="188";
}
if (ad==2) {
txt="<B>Cape Town</B>, Simonstown - Southern Routes";
url="Southern_Routes.html";
alt="Southern Routes";
banner="images/advertising/Southern_Routes_001.jpg";
width="250";
height="188";
}
if (ad==3) {
txt="<B>Sun City</B> - Pilanesberg Elephant-Back Safaris";
url="Pilanesberg_Elephant-Back_Safaris.html";
alt="Pilanesberg Elephant-Back Safaris";
banner="images/advertising/Pilanesberg_Elephant-Back_Safaris_001.jpg";
width="250";
height="188";
}
if (ad==4) {
txt="<B>Hermanus</B> - Hermanus Tours CC";
url="Hermanus_Tours_CC.html";
alt="Hermanus Tours CC";
banner="images/advertising/Hermanus_Tours_CC_001.jpg";
width="250";
height="188";
}
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="120"><tr><td height="100">');
document.write('<a class="script" href=\"' + url + '\">');
document.write('<small>' + txt + '</small></td></tr><tr><td>');
document.write('<img  class="centerimg" src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0></a>');
document.write('</td></tr></table>');
// End -->








