 img = new Array();
 
// 画像のアドレス
 img[0] = "img/main_imgxx.jpg";
 img[1] = "img/main_imgmm.jpg";
 
n = Math.floor(Math.random()*img.length);

