<!-- Begin
var how_many_ads = 12;
var now = new Date()
var sec = now.getSeconds(11)
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) 
{
txt="";
url="";
alt="Newplant Nursery"
banner="http://www.newplant.co.za/pix/random/pic23.jpg";
width="165";
height="143";
}
if (ad==2) {
txt="";
url="";
alt="Newplant Nursery"
banner="http://www.newplant.co.za/pix/random/pic24.jpg";
width="165";
height="143";
}
if (ad==3) {
txt=""; 
url="";
alt="Newplant Nursery"
banner="http://www.newplant.co.za/pix/random/pic25.jpg";
width="165";
height="143";
}

if (ad==4) {
txt="";
url="";
alt="Newplant Nursery"
banner="http://www.newplant.co.za/pix/random/pic26.jpg";
width="165";
height="143";
}

if (ad==5) {
txt="";
url="";
alt="Newplant Nursery"
banner="http://www.newplant.co.za/pix/random/pic27.jpg";
width="165";
height="143";

}
if (ad==6) {
txt="";
url="";
alt="Newplant Nursery"
banner="http://www.newplant.co.za/pix/random/pic28.jpg";
width="165";
height="143";
}
if (ad==7) {
txt="";
url="";
alt="Newplant Nursery"
banner="http://www.newplant.co.za/pix/random/pic29.jpg";
width="165";
height="143";
}
if (ad==8) {
txt="";
url="";
alt="Newplant Nursery"
banner="http://www.newplant.co.za/pix/random/pic30.jpg";
width="165";
height="143";
}
if (ad==9) {
txt="";
url="";
alt="Newplant Nursery"
banner="http://www.newplant.co.za/pix/random/pic31.jpg";
width="165";
height="143";
}
if (ad==10) {
txt="";
url="";
alt="Newplant Nursery"
banner="http://www.newplant.co.za/pix/random/pic32.jpg";
width="165";
height="143";
}
if (ad==11) {
txt="";
url="";
alt="Newplant Nursery"
banner="http://www.newplant.co.za/pix/random/pic33.jpg";
width="165";
height="143";
}
if (ad==12) {
txt="";
url="";
alt="Newplant Nursery"
banner="http://www.newplant.co.za/pix/random/pic34.jpg";
width="165";
height="143";
}
//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('class=\"frame\"');
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 -->
