var how_many_ads = 10;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="";
url="http://www.fleetstreetpublications.co.uk/rhps/ad/index.asp?track=RHP0M201A";
alt="Dell Periphals";
banner="http://impgb.tradedoubler.com/imp/img/1054630/249011";
width="468";
height="60";
}
if (ad==2) {
txt="";
url="http://www.amazon.co.uk/exec/obidos/redirect-home?tag=fillyabootsshare&placement=software_banner2.gif&site=software";
alt="Amazon";
banner="http://www.associmg.com/assoc/uk/software_banner2.gif?tag-id=fillyabootsshare";
width="468";
height="60";
}
if (ad==3) {
txt="";
url="http://www.fleetstreetpublications.co.uk/rhps/ad/index.asp?track=RHP0M201A";
alt="Dell Laptops";
banner="http://impgb.tradedoubler.com/imp/inv/16188726/249011";
width="468";
height="60";
}
if (ad==4) {
txt=""; 
url="http://www.fleetstreetpublications.co.uk/rhps/ad/index.asp?track=RHP0M201A";
alt="Fleet Publications";
banner="http://www.fillyaboots.com/images/_banners/fleetcomm/rhps_ban1_ani_60ms_opti_1.gif";
width="468";
height="60";
}
if (ad==5) {
txt=""; 
url="http://www.fleetstreetpublications.co.uk/rhps/ad/index.asp?track=RHP0M201A";
alt="Fleet Publications";
banner="http://www.fillyaboots.com/images/_banners/fleetcomm/rhps_ban1_ani_60ms_opti_1.gif";
width="468";
height="60";
}
if (ad==6) {
txt="";
url="http://www.fleetstreetpublications.co.uk/rhps/ad/index.asp?track=RHP0M201A";
alt="Fleet Publications";
banner="http://www.fillyaboots.com/images/_banners/fleetcomm/rhps_ban1_ani_60ms_opti_1.gif";
width="468";
height="60";
}
if (ad==7) {
txt="";
url="http://www.fleetstreetpublications.co.uk/rhps/ad/index.asp?track=RHP0M201A";
alt="Fleet Publications";
banner="http://www.fillyaboots.com/images/_banners/fleetcomm/rhps_ban1_ani_60ms_opti_1.gif";
width="468";
height="60";
}
if (ad==8) {
}
if (ad==9) {
txt=""; 
url="http://www.fleetstreetpublications.co.uk/rhps/ad/index.asp?track=RHP0M201A";
alt="Fleet Publications";
banner="http://www.fillyaboots.com/images/_banners/fleetcomm/rhps_ban1_ani_60ms_opti_1.gif";
width="468";
height="60";
}
if (ad==10) {
txt=""; 
url="http://www.amazon.co.uk/exec/obidos/redirect-home?tag=fillyabootsshare&placement=gifts_banner1.gif&site=gifts";
alt="Amazon";
banner="http://www.associmg.com/assoc/uk/gifts_banner1.gif?tag-id=fillyabootsshare";
width="468";
height="60";
}
document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"_top\">');
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>');
