

// sponsoren


function ZufallTipp() {
ZufallJetzt = new Date();
ZufallSec = ZufallJetzt.getSeconds();
zufall04 = ZufallSec % TAnzahl;
TCounter = zufall04;
return;
}


function ZufallSponsor() {
ZufallJetzt = new Date();
ZufallSec = ZufallJetzt.getMilliseconds();
zufall04 = ZufallSec % SAnzahl;
SCounter = zufall04;
return;
}


function ZufallInfo() {
ZufallJetzt = new Date();
ZufallSec = ZufallJetzt.getSeconds();
zufall04 = ZufallSec % TAnzahl;
ICounter = zufall04;
return;
}

ImageArr = new Array()
ImageArr[ImageArr.length] = '<div class="block"><img src="sponsoren/tipp01.gif" width="150" height="113" border="0" alt=""></div><br>';
ImageArr[ImageArr.length] = '<div class="block"><img src="sponsoren/tipp02.gif" width="150" height="113" border="0" alt=""></div><br>';
ImageArr[ImageArr.length] = '<div class="block"><img src="sponsoren/tipp03.gif" width="150" height="113" border="0" alt=""></div><br>';
ImageArr[ImageArr.length] = '<div class="block"><img src="sponsoren/tipp04.gif" width="150" height="113" border="0" alt=""></div><br>';
ImageArr[ImageArr.length] = '<div class="block"><img src="sponsoren/tipp05.gif" width="150" height="113" border="0" alt=""></div><br>';
ImageArr[ImageArr.length] = '<div class="block"><img src="sponsoren/tipp06.gif" width="150" height="113" border="0" alt=""></div><br>';
ImageArr[ImageArr.length] = '<div class="block"><img src="sponsoren/tipp07.gif" width="150" height="113" border="0" alt=""></div><br>';
var TAnzahl = ImageArr.length;


SponsorArr = new Array()
SponsorArr[SponsorArr.length] = '<a href="javascript:void(0)">Sponsoren - Werbung<div class="block"><img src="sponsoren/015.jpg" width="150" height="113" border="0" alt=""></div></a><br>';
SponsorArr[SponsorArr.length] = '<a href="javascript:void(0)">Sponsoren - Werbung<div class="block"><img src="sponsoren/011.jpg" width="150" height="113" border="0" alt=""></div></a><br>';
SponsorArr[SponsorArr.length] = '<a href="javascript:void(0)">Sponsoren - Werbung</span><div class="block"><img src="sponsoren/013.jpg" width="150" height="113" border="0" alt=""></div></a><br>';
SponsorArr[SponsorArr.length] = '<a href="javascript:void(0)">Sponsoren - Werbung</span><div class="block"><img src="sponsoren/014.jpg" width="150" height="113" border="0" alt=""></div></a><br>';
var SAnzahl = SponsorArr.length;



InfoArr = new Array()
InfoArr[InfoArr.length] = '<div class="block"><img src="sponsoren/info01.gif" width="150" height="113" border="0" alt=""></div><br>';
InfoArr[InfoArr.length] = '<div class="block"><img src="sponsoren/info02.gif" width="150" height="113" border="0" alt=""></div><br>';
InfoArr[InfoArr.length] = '<div class="block"><img src="sponsoren/info03.gif" width="150" height="113" border="0" alt=""></div><br>';
InfoArr[InfoArr.length] = '<div class="block"><img src="sponsoren/info04.gif" width="150" height="113" border="0" alt=""></div><br>';
InfoArr[InfoArr.length] = '<div class="block"><img src="sponsoren/info05.gif" width="150" height="113" border="0" alt=""></div><br>';
InfoArr[InfoArr.length] = '<div class="block"><img src="sponsoren/info06.gif" width="150" height="113" border="0" alt=""></div><br>';
InfoArr[InfoArr.length] = '<div class="block"><img src="sponsoren/info07.gif" width="150" height="113" border="0" alt=""></div><br>';
var TAnzahl = InfoArr.length;




function sponsoren01() {

ZufallSponsor()
Sponsor = SponsorArr[SCounter];
ZufallTipp()
Tipp = ImageArr[TCounter];
ZufallInfo()
Info = InfoArr[ICounter];

document.write('<a href="sponsoren.htm"><div class="block"><img src="sponsoren/000.jpg" width="150" height="113" border="0" alt=""></div></a><br>');

document.write(Sponsor);

document.write(Tipp);

document.write(Info);

return
}
