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

