
<!--

imgMax = 10; //　画像の最大枚数
img_data = Math.floor(Math.random() * imgMax)+1;

/*
if (img_data == 0) document.write('<img src="img/1.jpg" width=750 height=127>');
if (img_data == 1) document.write('<img src="img/2.jpg" width=750 height=127>');
if (img_data == 2) document.write('<img src="img/3.jpg" width=750 height=127>');
if (img_data == 3) document.write('<img src="img/4.jpg" width=750 height=127>');
if (img_data == 4) document.write('<img src="img/5.jpg" width=750 height=127>');
if (img_data == 5) document.write('<img src="img/6.jpg" width=750 height=127>');
if (img_data == 6) document.write('<img src="img/7.jpg" width=750 height=127>');
if (img_data == 7) document.write('<img src="img/8.jpg" width=750 height=127>');
if (img_data == 8) document.write('<img src="img/9.jpg" width=750 height=127>');
if (img_data == 9) document.write('<img src="img/10.jpg" width=750 height=127>');
*/

//-->

