<!--
var mess=new Array
mess[0]="<img src="images/pellatz08_small.jpg" width=100 style='margin-right:10px; margin-bottom:1px; border:1px solid seagreen below;' align="left">"
"<p align="justify">Nico Pellatz"+"</p>"

mess[1]="<img src="images/wiese08_small.jpg" width=100 style='margin-right:10px; margin-bottom:1px; border:1px solid seagreen below;' align="left">"
"<p align="justify">Tim Wiese"+"</p>"

mess[2]="<img src="images/pellatz08_small.jpg" width=100 style='margin-right:10px; margin-bottom:1px; border:1px solid seagreen below;' align="left">"
"<p align="justify">Nico Pellatz"+"</p>"

mess[3]="<img src="images/wiese08_small.jpg" width=100 style='margin-right:10px; margin-bottom:1px; border:1px solid seagreen below;' align="left">"
"<p align="justify">Tim Wiese"+"</p>"

mess[4]="<img src="images/pellatz08_small.jpg" width=100 style='margin-right:10px; margin-bottom:1px; border:1px solid seagreen below;' align="left">"
"<p align="justify">Nico Pellatz"+"</p>"

mess[5]="<img src="images/wiese08_small.jpg" width=100 style='margin-right:10px; margin-bottom:1px; border:1px solid seagreen below;' align="left">"
"<p align="justify">Tim Wiese"+"</p>"

mess[6]="<img src="images/pellatz08_small.jpg" width=100 style='margin-right:10px; margin-bottom:1px; border:1px solid seagreen below;' align="left">"
"<p align="justify">Nico Pellatz"+"</p>"

mess[7]="<img src="images/wiese08_small.jpg" width=100 style='margin-right:10px; margin-bottom:1px; border:1px solid seagreen below;' align="left">"
"<p align="justify">Tim Wiese"+"</p>"

mess[8]="<img src="images/pellatz08_small.jpg" width=100 style='margin-right:10px; margin-bottom:1px; border:1px solid seagreen below;' align="left">"
"<p align="justify">Nico Pellatz"+"</p>"

mess[9]="<img src="images/wiese08_small.jpg" width=100 style='margin-right:10px; margin-bottom:1px; border:1px solid seagreen below;' align="left">"
"<p align="justify">Tim Wiese"+"</p>"

mess[10]="<img src="images/wiese08_small.jpg" width=100 style='margin-right:10px; margin-bottom:1px; border:1px solid seagreen below;' align="left">"
"<p align="justify">Tim Wiese"+"</p>"


var num=5
function innermess(divid){
rnd= Math.round(Math.random()*num)
document.all[divid].innerHTML=mess[rnd]}
//-->