		<!-- Begin
var ad=Math.floor(Math.random()*1)
ad +=1;
if (ad==1) {
txt="";
url="http://www.babykind.co.uk/specialoffers.htm";
alt="Cosytoes offer";
banner="../images/adverts/topads/salenowon.gif";
target="_top";
width="180";
height="122";
}
if (ad==2) {
txt="";
url="http://www.babykind.co.uk/ittibittidlish.htm";
alt="itti bitti introductory offer";
banner="../images/adverts/topads/ittibittiintro3.jpg";
target="_top";
width="175";
height="120";
}
if (ad==3) {
txt="";
url="../RNW2009specialoffers.htm";
alt="Sale and special offers Real Nappy Week 2009";
banner="../images/adverts/rnw2009sale.jpg";
target="_top";
width="175";
height="120";
}
if (ad==4) {
txt="";
url="../RNW2009specialoffers.htm";
alt="Sale and special offers Real Nappy Week 2009";
banner="../images/adverts/rnw2009sale.jpg";
target="_top";
width="175";
height="120";
}
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 -->