
var Daten=new Array();
Daten[0]=new Array(2);
Daten[0][0]=new Image();
Daten[0][0].src="img_muc/index20.gif";
Daten[0][1]="http://www.youandeye.de";

Daten[1]=new Array(2);
Daten[1][0]=new Image();
Daten[1][0].src="img_muc/index21.gif";
Daten[1][1]="http://www.youandeye.de";

Daten[2]=new Array(2);
Daten[2][0]=new Image();
Daten[2][0].src="img_muc/index22.gif";
Daten[1][1]="http://www.youandeye.de";

Daten[3]=new Array(2);
Daten[3][0]=new Image();
Daten[3][0].src="img_muc/index23.gif";
Daten[1][1]="http://www.youandeye.de";


Daten[4]=new Array(2);
Daten[4][0]=new Image();
Daten[4][0].src="img_muc/index24.gif";
Daten[1][1]="http://www.youandeye.de";


Daten[5]=new Array(2);
Daten[5][0]=new Image();
Daten[5][0].src="img_muc/index25.gif";
Daten[1][1]="http://www.youandeye.de";



var Anzahl = Daten.length;
var zufall=Math.round(Math.random()*(Daten.length-1));
var i=0;


function wechsel()
{
zufall=Math.round(Math.random()*(Daten.length-1));
{
document.images["Banner"].src=Daten[zufall][0].src;
ilink=i
i=i+1;
if (i >= Anzahl)
i=zufall;
window.setTimeout("wechsel()",5000);
}
}
function linkaufruf() 
{ 
F1=window.open(Daten[zufall][1],"",""); 
} 



