function bild() {
	var num=Math.floor(Math.random()*10)+1;
	document.writeln("<div style='width:155px;height:155px;background: #fff url(/fileadmin/hope/images/hope_"+num+".jpg)'></div>");
	}


