<!--Begin JS Script--><!--Begin
var theImages=new Array()
theImages[0]='images/100309_dot-gruppe_drachen.jpg'
theImages[1]='images/100309_dot-gruppe_mauer.jpg'
theImages[2]='images/100309_dot-gruppe_men.jpg'
theImages[3]='images/100309_dot-gruppe_park1.jpg'
theImages[4]='images/100309_dot-gruppe_park2.jpg'
theImages[5]='images/100309_dot-gruppe_schirm.jpg'
theImages[6]='images/100309_dot-gruppe_stuhl.jpg'

//theImages[0]='images/101206_weihnachtsmotiv1_2010.jpg'
//theImages[1]='images/101206_weihnachtsmotiv2_2010.jpg'

var j=0
var p=theImages.length;var preBuffer=new Array()
for(i=0;i<p;i++){preBuffer[i]=new Image()
preBuffer[i].src=theImages[i]}
var whichImage=Math.round(Math.random()*(p-1));function showImage(){document.write('<img src="'+theImages[whichImage]+'" width="422" height="244" border="0" alt="Titelbild">');}
