function changeImage ( block , newBild  ) {
	
 block.src= newBild ;  
}
