		<!-- Begin
var how_many_ads = 5;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="";
url="../ipopwearipod.htm";
alt="Ipod clickwheel organic clothes";
banner="../images/adverts/sideads/ipopwear.jpg";
target="_top";
width="170";
height="265";
}
if (ad==2) {
txt="";
url="../babykindbabyshoes.htm";
alt="soft leather baby shoes";
banner="../images/adverts/sideads/shoes.jpg";
target="_top";
width="170";
height="265";
}
if (ad==3) {
txt=""; 
url="../bibs.htm";
alt="DryBib Bandana";
banner="../images/adverts/sideads/drybib.jpg";
target="_top";
width="170";
height="256";
}
if (ad==4) {
txt=""; 
url="../swimnappies.htm";
alt="Swim nappies and shoes from Imse Vimse";
banner="../images/adverts/sideads/swimnappies.jpg";
target="_top";
width="170";
height="256";
}
if (ad==5) {
txt=""; 
url="../realeasynappies.htm";
alt="Real Easy Nappies";
banner="../images/adverts/sideads/realeasy.jpg";
target="_top";
width="170";
height="256";
}
document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"' + target + '\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0><br>');
document.write('<small>' + txt + '</small></a>');
document.write('</center>');
// End -->

