function random_image() {
	img = new Array();
	img[0] = 'img/banner/12h_2010_03.jpg';
	img[1] = 'img/banner/12h_2010_01.jpg';
	img[2] = 'img/banner/12h_2010_05.jpg';
	img[3] = 'img/banner/12h_2010_04.jpg';
	img[4] = 'img/banner/12h_2010_08.jpg';
	img[5] = 'img/banner/12h_2010_06.jpg';
	img[6] = 'img/banner/12h_2010_02.jpg';
	img[7] = 'img/banner/12h_2010_07.jpg';
	idx = Math.floor( Math.random() * img.length );
	document.write("<img src='" + img[idx] + "' alt='ウエストポイント・オンライン／第11回12時間エンデューロ' width='899' height='315' />");
}
