<!--
   number_of_images=8;

var sctr=8;
var halt=0;
zahl2=0;
url=""


var rand1 = + 1
var isn=new Array();
for (i=0;i<number_of_images;i++){

 isn[i]=new Image();

}
isn[0].src="bildwechsel/lay_re_human_06.jpg";
isn[1].src="bildwechsel/moorwechsel2_01.jpg";
isn[2].src="bildwechsel/moorwechsel2_02.jpg";
isn[3].src="bildwechsel/moorwechsel2_03.jpg";
isn[4].src="bildwechsel/moorwechsel2_04.jpg";
isn[5].src="bildwechsel/moorwechsel2_05.jpg";
isn[6].src="bildwechsel/moorwechsel2_06.jpg";
isn[7].src="bildwechsel/moorwechsel2_07.jpg";

www33();



function rotateIt(){
 if (halt!=1){

  sctr++;

  if (sctr>number_of_images-1){
   sctr=0;

   }
   zahl2=sctr


  document.image.src=isn[sctr].src;

  setTimeout("rotateIt()",11000);

  }
 }


function www33(){
with (document) 
{
     writeln('<CENTER>');
     document.write('<IMG SRC="" + isn[sctr].src + "" border="0" vspace="0" galleryimg="no" hspace="0" NAME="image" width="246" height="235">');
     writeln('</CENTER>')};
}

function Zufallszahl(von,bis)
{
Jetzt = new Date(); 
var Zeit = Jetzt.getTime();
var Zahl = 0;
Zahl = Zeit % bis;
while(Zahl < von)
   Zahl = Zeit % bis;

return(Zahl);
}


sctr=Zufallszahl(0,8);
rotateIt();

// End Hiding -->
