function Zufall() 
{
	var num = Math.floor(99 * Math.random() + 1);	
	document.getElementById("xxx").src = 'content/zuffi/'+num+'.jpg';
} 
