<!-- Begin

// hier die Anzahl der bilder eintragen
var wie_viele3 = 3;
var now = new Date()
var msec = now.getMilliseconds()
var ad3 = msec % wie_viele3;
ad3 +=1;


/*
ab hier für die banner jedesmal 4 Angaben
Linkadresse, Bildadresse, breite, höhe
*/


if (ad3==1) {
link3_url="http://www.autohaus-ohlendorf.de/02auto/02-02auto.html";
banner3_url="img/home3.jpg";
width="233";
height="175";
}

if (ad3==2) {
link3_url="http://www.autohaus-ohlendorf.de/03zubehor/04-06zubehor.html";
banner3_url="img/home3b.jpg";
width="233";
height="175";
}

if (ad3==3) {
link3_url="http://www.autohaus-ohlendorf.de/01service/01-02service.html";
banner3_url="img/home5.jpg";
width="233";
height="175";
}


function okhome3() {
document.write('<a href=\"' + link3_url + '\">');
document.write('<img class="float_home" width="233" height="175" src=\"' + banner3_url + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('></a><br>');
return
}
// End -->