images = new Array(3);

images[0] = "<img src='web/grafik/top_pic_02.jpg'>";
images[1] = "<img src='web/grafik/top_pic_03.jpg'>";
images[2] = "<img src='web/grafik/top_pic_04.jpg'>";


index = Math.floor(Math.random() * images.length);
