var bilder = new Array(
'001','002','003','004','005','006','007','008','009','010','011','012','013','014');

function toprot()
{
var no= Math.round(Math.random()*(bilder.length-1));
document.write('<td background="http://dm2007.acz.de/back'+bilder[no]+'.jpg" valign="top">');
}

Normal1 = new Image();
Normal1.src = "http://dm2007.acz.de/top1.png";     /* erste Standard-Grafik */
Highlight1 = new Image();
Highlight1.src = "http://dm2007.acz.de/top1h.png"; /* erste Highlight-Grafik */

Normal2 = new Image();
Normal2.src = "http://dm2007.acz.de/top2.png";     /* zweite Standard-Grafik */
Highlight2 = new Image();
Highlight2.src = "http://dm2007.acz.de/top2h.png"; /* zweite Highlight-Grafik */

Normal3 = new Image();
Normal3.src = "http://dm2007.acz.de/top3.png";     /* dritte Standard-Grafik */
Highlight3 = new Image();
Highlight3.src = "http://dm2007.acz.de/top3h.png"; /* dritte Highlight-Grafik */

Normal4 = new Image();
Normal4.src = "http://dm2007.acz.de/top4.png";     /* dritte Standard-Grafik */
Highlight4 = new Image();
Highlight4.src = "http://dm2007.acz.de/top4h.png"; /* dritte Highlight-Grafik */

function Bildwechsel (Bildnr, Bildobjekt) {
  window.document.images[Bildnr].src = Bildobjekt.src;
}
