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="randompics/bild1.jpg";
width="690";
height="517";
}
if (ad==2) {
banner="randompics/bild2.jpg";
width="690";
height="517";
}
if (ad==3) {
banner="randompics/bild3.jpg";
width="690";
height="517";
}
if (ad==4) {
banner="randompics/bild4.jpg";
width="690";
height="517";
}
if (ad==5) {
banner="randompics/bild5.jpg";
width="690";
height="517";
}
if (ad==6) {
banner="randompics/bild7.jpg";
width="690";
height="517";
}
if (ad==7) {
banner="randompics/bild8.jpg";
width="690";
height="517";
}
if (ad==8) {
banner="randompics/bild9.jpg";
width="690";
height="517";
}
if (ad==9) {
banner="randompics/bild10.jpg";
width="690";
height="517";
}
if (ad==10) {
banner="randompics/bild11.jpg";
width="690";
height="517";
}
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');

// JavaScript Document