
<!--Beginn

// hier die Anzahl der bilder eintragen
var wie_viele = 5;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % wie_viele;
ad +=1;


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


if (ad==1) {
slotlink_url="http://www.rc-carracing.com/rcr_fotos/rcr_fotos.htm";
slotfoto_url="http://www.rc-carracing.com/rcr_fotos/slot04/slot044_bahn_200.jpg";
width="200";
height="150";
}

if (ad==2) {
slotlink_url="http://www.rc-carracing.com/rcr_fotos/rcr_fotos.htm";
slotfoto_url="http://www.rc-carracing.com/rcr_fotos/slot04/slot044_flyvip_200.jpg";
width="200";
height="150";
}

if (ad==3) {
slotlink_url="http://www.rc-carracing.com/rcr_fotos/rcr_fotos.htm";
slotfoto_url="http://www.rc-carracing.com/rcr_fotos/slot04/slot045__flyalfa_200.jpg";
width="200";
height="150";
}

if (ad==4) {
slotlink_url="http://www.rc-carracing.com/rcr_fotos/rcr_fotos.htm";
slotfoto_url="http://www.rc-carracing.com/rcr_fotos/slot04/slot045_revnsu_200.jpg";
width="200";
height="150";
}

if (ad==5) {
slotlink_url="http://www.rc-carracing.com/rcr_fotos/rcr_fotos.htm";
slotfoto_url="http://www.rc-carracing.com/rcr_fotos/slot04/slot045_bahn_200.jpg";
width="200";
height="150";
}




function slotlinkslotfoto() {
document.write('<center>');
document.write('<a href=\"' + slotlink_url + '\" target=\"framemitte\">');
document.write('<img src=\"' + slotfoto_url + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('border=0></a><br>');
document.write('</center>');
return
}
// End-->
