function headBild(bildUrl) { 
	document.getElementById('headerbg').style.background = "url("+bildUrl+") no-repeat scroll center bottom transparent"; 
}
			
