
<!--
//ランダムイメージ
		function randomImage() {
			var x;
			x = Math.floor(Math.random() * 4);
			document.getElementById("thema").src = 'images/top/main_0' + x + '.jpg';
		}
//-->
