<!-- Begin
var how_many_ads = 2;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="Baby Love - Nationwide";
url="http://www.baby-love.co.za/";
alt="www.baby-love.co.za";
banner="http://www.healthy-humans.co.za/images/advertising/babylove.gif";
width="120";
height="120";
}
if (ad==2) {
txt="DISA PARK Pre-Primary - The school that makes a difference! - Western Cape, Cape Town";
url="http://www.disa-park-pre-primary.co.za";
alt="DISA PARK Pre-Primary - The school that makes a difference! - Western Cape, Cape Town";
banner="http://www.healthy-humans.co.za/images/advertising/disa.jpg";
width="120";
height="203";
}
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="120"><tr><td>');
document.write('</td><td>');
document.write('<a href=\"' + url + '\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0><br>');
document.write('<small><img src="images/gold.png" alt="GOLD LISTING" border="0" width="16" height="16" class="floatrightnb"><b>' + txt + '</b></small></a>');
document.write('</td></tr></table>');
// End -->







