function bild1() {
	var num=Math.floor(Math.random()*10)+1;
	document.writeln("<div style='width:101px;height:101px;background:url(fileadmin/images/header/01/"+num+".jpg)'></div>");
	}

function bild2() {
	var num=Math.floor(Math.random()*3)+1;
	document.writeln("<div style='width:101px;height:101px;background:url(fileadmin/images/header/02/"+num+".jpg)'></div>");
	}

function bild3() {
	var num=Math.floor(Math.random()*5)+1;
	document.writeln("<div style='width:101px;height:101px;background:url(fileadmin/images/header/03/"+num+".jpg)'></div>");
	}

function bild4() {
	var num=Math.floor(Math.random()*4)+1;
	document.writeln("<div style='width:101px;height:101px;background:url(fileadmin/images/header/04/"+num+".jpg)'></div>");
	}

function bild5() {
	var num=Math.floor(Math.random()*7)+1;
	document.writeln("<div style='width:101px;height:101px;background:url(fileadmin/images/header/05/"+num+".jpg)'></div>");
	}

function bild6() {
	var num=Math.floor(Math.random()*2)+1;
	document.writeln("<div style='width:101px;height:101px;background:url(fileadmin/images/header/06/"+num+".jpg)'></div>");
	}

