<!--

images = new Array(5);

images[0] = "<a href='Anamnese.html'><img src='images/motheranddaughtertitle.jpg' alt='' border='0'  width='250' height='184'></a>"; 
images[1] = "<a href='Entgiftung_und_Ausleitung.html'><img src='images/drinkingwatertitle.jpg' alt='' border='0'  width='250' height='184'></a>"; 
images[2] = "<a href='Manuelle_Neurotherapie.html'><img src='images/coupletitle.jpg' alt=''border='0' width='250' height='184'></a>"; 
images[3] = "<a href='Untersuchung.html'><img src='images/boeskytitle.jpg' alt='' border='0'  width='250' height='184'></a>";
images[4] = "<a href='Enzymtherapie.html'><img src='images/coupletitle.jpg' alt='' border='0' width='250' height='184'></a>";  

index = Math.floor(Math.random() * images.length);

document.write(images[index]);


// -->

 
