<!--
function cngI(){
	arr01I = new Array("./images/top_random01.jpg","./images/top_random03.jpg","./images/top_random07.jpg","./images/top_random09.jpg");
	var num = arr01I.length;
	var i = Math.floor(Math.random()*num);
	hyoji = new Image();
	document.images.img01.src = arr01I[i];
	arr02I = new Array("./images/top_random02.jpg","./images/top_random04.jpg","./images/top_random06.jpg","./images/top_random08.jpg","./images/top_random10.jpg");
	var num = arr02I.length;
	var i = Math.floor(Math.random()*num);
	hyoji = new Image();
	document.images.img02.src = arr02I[i];
}
//-->
