var how_many_ads = 10;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
banner="stills/1.jpg";
width="472";
height="373";
usemap="#Map2"
border="0"
}
if (ad==2) {
banner="stills/2.jpg";
width="472";
height="373";
usemap="#Map2"
border="0"
}
if (ad==3) {
banner="stills/3.jpg";
width="472";
height="373";
usemap="#Map2"
border="0"
}
if (ad==4) {
banner="stills/4.jpg";
width="472";
height="373";
usemap="#Map2"
border="0"
}
if (ad==5) {
banner="stills/5.jpg";
width="472";
height="373";
usemap="#Map2"
border="0"
}
if (ad==6) {
banner="stills/6.jpg";
width="472";
height="373";
usemap="#Map2"
border="0"
}
if (ad==7) {
banner="stills/7.jpg";
width="472";
height="373";
usemap="#Map2"
border="0"
}
if (ad==8) {
banner="stills/8.jpg";
width="472";
height="373";
usemap="#Map2"
border="0"
}
if (ad==8) {
banner="stills/8.jpg";
width="472";
height="373";
usemap="#Map2"
border="0"
}
if (ad==9) {
banner="stills/9.jpg";
width="472";
height="373";
usemap="#Map2"
border="0"
}
if (ad==10) {
banner="stills/10.jpg";
width="472";
height="373";
usemap="#Map2"
border="0"
}
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' usemap=' + usemap + ' border=' + border + '');