
function bild(startseite) {
	var num=Math.floor(Math.random()*5)+1;
//	document.writeln("<img src='/fileadmin/landhaus/header/0"+num+".jpg'>");
//	document.writeln("<a class='Bild' href='home.html'><img src='/fileadmin/landhaus/header/0"+num+".jpg'></a>");
//	document.writeln("<div style='width:780px;height:190px;background: #fff url(fileadmin/landhaus/header/0"+num+".jpg)'><a style='display:block;width:780px;height:191px;' href="home.html"></a></div>");
//	document.writeln("<div style='width:780px;height:190px;background: #fff url(fileadmin/landhaus/header/0"+num+".jpg)'></div>");

	document.writeln("<a style='display:block;width:780px;height:190px;background: #fff url(fileadmin/landhaus/header/0"+num+".jpg)' href="+startseite+"></a>");

	}

