<!-- 
function imgtag(imgnam){return "<img src=\""+imgnam+"\" height=\"300\">";}
function randint(first,last)
{rn = Math.round(Math.random()*(last-first)+first);
 if (rn > last){rn=first;}
 return rn;
}

gifs=new Array(
"dcp00394_358x390.JPG",
"WUPU1A2.gif",
"WUPU1A1.gif",
"Weba01_560x420.jpg",
"TlBef02.jpg",
"TlBef01.jpg",
"StreiMa01.JPG",
"StePu01.JPG",
"SteBre01.JPG",
"StaFo01.JPG",
"schrz01.jpg",
"Rasp02.JPG",
"KleiWe01_540x360.JPG",
"Image9.JPG",
"Image8.JPG",
"Image7.JPG",
"Image6.JPG",
"Image5.JPG",
"Image4.JPG",
"Image3.JPG",
"Image2.JPG",
"Image18.JPG",
"Image17.JPG",
"Image16.JPG",
"Image15.JPG",
"Image14.JPG",
"Image13.JPG",
"Image12.JPG",
"Image11.JPG",
"Image10.JPG",
"FaSpi01.jpg",
"Faschl01_560x420.jpg",
"Faschl01_520x390.JPG",
"Faschl01.jpg",
"Faes02.JPG",
"Dcp00492_560x420.jpg",
"Dcp00489_560x420.jpg",
"Dcp00488_560x420.jpg",
"Dcp00486_540x405.JPG",
"Dcp00484_540x405.jpg",
"Dcp00460_560x420.jpg",
"Dcp00440_560x420.jpg",
"Dcp00439_560x420.jpg",
"Dcp00437_560x420.jpg",
"Dcp00432_560x420.jpg",
"Dcp00430_560x420.jpg",
"Dcp00423_540x390.jpg",
"Dcp00415_520x390.jpg",
"Dcp00414_520x390.jpg",
"Dcp00402_520x390.jpg",
"dcp00395_520x390.JPG",
"WzPark01.jpg",
"dcp00393.JPG",
"dcp00391_520x390.JPG",
"dcp00389_520x390.JPG",
"dcp00386_520x390.JPG",
"dcp00385.JPG",
"dcp00382a.JPG",
"Dcp00292_520x390.jpg",
"Dcp00250_540x360.jpg",
"Dcp00249_560x420.jpg",
"Dcp00244_560x420.jpg",
"Dcp00173_540x405.jpg",
"Dcp00173_520x390.JPG",
"Dcp00059_520x390.jpg",
"Dcp00058_520x390.jpg",
"Dcp00057_520x390.jpg",
"Bktises2.gif",
"BauKl01.JPG",
"Bauauf01.JPG",
"BaKl01_520x390.JPG",
"12301.jpg",
"DSCF0014_360x410_u-28-Gesicht-Holzkugeln.jpg"
);
     document.writeln(imgtag(gifs[randint(0,gifs.length-1)]));
 -->
