
function bild() {
	var num=Math.floor(Math.random()*4)+1;
	document.writeln("<img src='/fileadmin/dereks/images/Start-0"+num+".jpg' height='400'>");
	}


