// JavaScript Document
	var imgMax  = 5;
	var imgRand = Math.floor(Math.random() * imgMax);

	if(imgRand == 0)       document.write('<img src="/images/sub/img08.jpg" width="95" height="63" border="0" alt="画">');
	else if(imgRand == 1)  document.write('<img src="/images/sub/img16.jpg" width="95" height="63" border="0" alt="画">');
	else if(imgRand == 2)  document.write('<img src="/images/sub/img24.jpg" width="95" height="63" border="0" alt="画">');
	else if(imgRand == 3)  document.write('<img src="/images/sub/img32.jpg" width="95" height="63" border="0" alt="画">');
	else if(imgRand == 4)  document.write('<img src="/images/sub/img40.jpg" width="95" height="63" border="0" alt="画">');
