//<![CDATA[
	function randompic(){
		//change the mutliplicator (first number) to the value of available pictures
		zufallszahl = Math.floor(Math.random()*67)+1;
		document.write ("<img src='portaldata/37/style/headvisual_jugend_" +zufallszahl+ ".gif' alt=' ' />");
	}
//]]>