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