<!-- Begin
var how_many_ads = 2;
var now = new Date()
var sec = now.getSeconds(2)
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) 
{
txt="De Doornkraal Historic Country House";
url="http://www.dedoornkraal.com/";
alt="";
banner="http://www.riversdale.co.za/pix/homepagebanner/1l.png";
width="200";
height="360";
}
if (ad==2) {
txt="Eden Berg Wine Cellars";
url="http://www.edenbergcellar.co.za/";
alt="";
banner="http://www.riversdale.co.za/pix/homepagebanner/edenberg.png";
width="200";
height="360";
}


//banners start here
//document.write('<table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#FFFFFF">');
//document.write('<tr>');
//document.write('<td align="left" bgcolor="#FFFFFF">');
document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"_blank\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0>');
document.write('<small>' + '</small></a>');
document.write('</center>');
document.write('        </a></font>');

//document.write('                             </td>');
//document.write('          </tr>');
//document.write('        </table>');
document.write('        </center>');
//document.write('      </div>');
//document.write('    </td>');
//document.write('  </tr>');
//document.write('</table>');



// End -->


