// JavaScript Document

function pickUpImg() {
	//摜̖
	maxImages = 5;
	
	var Bimg = new Array(maxImages-0);
	
	// 摜
	Bimg[0] = '<a href="javascript:void(0)" onClick="MM_openBrWindow(\'ivent.html\',\'wwpr\',\'width=700,height=700\')"><img src="images/topimg/pickup/girl01.jpg" width="300" height="155" border="0" alt="" class="huti"></a>';
	Bimg[1] = '<a href="javascript:void(0)" onClick="MM_openBrWindow(\'ivent.html\',\'wwpr\',\'width=700,height=700\')"><img src="images/topimg/pickup/yuka.jpg" width="300" height="155" border="0" alt="" class="huti"></a>';
	Bimg[2] = '<a href="javascript:void(0)" onClick="MM_openBrWindow(\'ivent.html\',\'wwpr\',\'width=700,height=700\')"><img src="images/topimg/pickup/girl02.jpg" width="300" height="155" border="0" alt="" class="huti"></a>';
	Bimg[3] = '<a href="javascript:void(0)" onClick="MM_openBrWindow(\'ivent.html\',\'wwpr\',\'width=700,height=700\')"><img src="images/topimg/pickup/yuka2.jpg" width="300" height="155" border="0" alt="" class="huti"></a>';
	Bimg[4] = '<a href="javascript:void(0)" onClick="MM_openBrWindow(\'ivent.html\',\'wwpr\',\'width=700,height=700\')"><img src="images/topimg/pickup/girl03.jpg" width="300" height="155" border="0" alt="" class="huti"></a>';

	imagesNo = Math.floor(Math.random() * maxImages);
	document.write(Bimg[imagesNo]);
}
