// JavaScript Document
var images = new Array(
	'<a href="selection/result04.html#s3-1"><img src="selection/s_img/s3-01.jpg" border="0"  style="width: 70px;height: 70px;"></a>',
	'<a href="selection/result04.html#s3-2"><img src="selection/s_img/s3-02.jpg" border="0"  style="width: 70px;height: 70px;"></a>',
	'<a href="selection/result04.html#s3-3"><img src="selection/s_img/s3-03.jpg" border="0"  style="width: 70px;height: 70px;"></a>',
	'<a href="selection/result04.html#s3-4"><img src="selection/s_img/s3-04.jpg" border="0"  style="width: 70px;height: 70px;"></a>',
	'<a href="selection/result04.html#s3-5"><img src="selection/s_img/s3-05.jpg" border="0"  style="width: 70px;height: 70px;"></a>',
	'<a href="selection/result04.html#s3-6"><img src="selection/s_img/s3-06.jpg" border="0"  style="width: 70px;height: 70px;"></a>',
	'<a href="selection/result04.html#s3-7"><img src="selection/s_img/s3-07.jpg" border="0"  style="width: 70px;height: 70px;"></a>',
	'<a href="selection/result04.html#s3-8"><img src="selection/s_img/s3-08.jpg" border="0"  style="width: 70px;height: 70px;"></a>',
	'<a href="selection/result04.html#s3-9"><img src="selection/s_img/s3-09.jpg" border="0"  style="width: 70px;height: 70px;"></a>',
	'<a href="selection/result04.html#s3-10"><img src="selection/s_img/s3-10.jpg" border="0"  style="width: 70px;height: 70px;"></a>',
	'<a href="selection/result04.html#s3-11"><img src="selection/s_img/s3-11.jpg" border="0"  style="width: 70px;height: 70px;"></a>',
	'<a href="selection/result04.html#s3-12"><img src="selection/s_img/s3-12.jpg" border="0"  style="width: 70px;height: 70px;"></a>',
	'<a href="selection/result04.html#s3-13"><img src="selection/s_img/s3-13.jpg" border="0"  style="width: 70px;height: 70px;"></a>',
	'<a href="selection/result04.html#s3-14"><img src="selection/s_img/s3-14.jpg" border="0"  style="width: 70px;height: 70px;"></a>',
	'<a href="selection/result04.html#s3-15"><img src="selection/s_img/s3-15.jpg" border="0"  style="width: 70px;height: 70px;"></a>',
	'<a href="selection/result04.html#s3-16"><img src="selection/s_img/s3-16.jpg" border="0"  style="width: 70px;height: 70px;"></a>',
	'<a href="selection/result04.html#s3-17"><img src="selection/s_img/s3-17.jpg" border="0"  style="width: 70px;height: 70px;"></a>',
	'<a href="selection/result04.html#s3-18"><img src="selection/s_img/s3-18.jpg" border="0"  style="width: 70px;height: 70px;"></a>',
	'<a href="selection/result04.html#s3-19"><img src="selection/s_img/s3-19.jpg" border="0"  style="width: 70px;height: 70px;"></a>',
	'<a href="selection/result04.html#s3-20"><img src="selection/s_img/s3-20.jpg" border="0"  style="width: 70px;height: 70px;"></a>',
	'<a href="selection/result04.html#s3-21"><img src="selection/s_img/s3-21.jpg" border="0"  style="width: 70px;height: 70px;"></a>',
	'<a href="selection/result04.html#s3-22"><img src="selection/s_img/s3-22.jpg" border="0"  style="width: 70px;height: 70px;"></a>',
	'<a href="selection/result04.html#s3-23"><img src="selection/s_img/s3-23.jpg" border="0"  style="width: 70px;height: 70px;"></a>',
	'<a href="selection/result04.html#s3-24"><img src="selection/s_img/s3-24.jpg" border="0"  style="width: 70px;height: 70px;"></a>',
	'<a href="selection/result04.html#s3-25"><img src="selection/s_img/s3-25.jpg" border="0"  style="width: 70px;height: 70px;"></a>',
	'<a href="selection/result04.html#s3-26"><img src="selection/s_img/s3-26.jpg" border="0"  style="width: 70px;height: 70px;"></a>',
	'<a href="selection/result04.html#s3-27"><img src="selection/s_img/s3-27.jpg" border="0"  style="width: 70px;height: 70px;"></a>',
	'<a href="selection/result04.html#s3-28"><img src="selection/s_img/s3-28.jpg" border="0"  style="width: 70px;height: 70px;"></a>',
	'<a href="selection/result04.html#s3-29"><img src="selection/s_img/s3-29.jpg" border="0"  style="width: 70px;height: 70px;"></a>',
	'<a href="selection/result04.html#s3-30"><img src="selection/s_img/s3-30.jpg" border="0"  style="width: 70px;height: 70px;"></a>',
	'<a href="selection/result04.html#s3-31"><img src="selection/s_img/s3-31.jpg" border="0"  style="width: 70px;height: 70px;"></a>',
	'<a href="selection/result04.html#s3-32"><img src="selection/s_img/s3-32.jpg" border="0"  style="width: 70px;height: 70px;"></a>',
	'<a href="selection/result04.html#s3-33"><img src="selection/s_img/s3-33.jpg" border="0"  style="width: 70px;height: 70px;"></a>');



//イメージの数
var imgkazu = images.length;

for (i=0; i<100; i++) //シャッフルする回数
{
	n1 = Math.floor(Math.random() * imgkazu);
	n2 = Math.floor(Math.random() * imgkazu);
	n = images[n1];
	images[n1] = images[n2];
	images[n2] = n;
}

//イメージを呼び出す
function putimage(cnt){
	document.write(images[cnt]);
}

