
function bildgruppe() {
	var num=Math.floor(Math.random()*16)+1;
	document.writeln("<img src='/fileadmin/images/hoch/hoch_"+num+".jpg' width=160 height=280>");
	}


