// ランダムに画像を表示する img = new Array(); img[0] = "/img/00002.jpg"; img[1] = "/img/00002.jpg"; img[2] = "/img/00003.jpg"; img[3] = "/img/00004.jpg";
n = Math.floor(Math.random()*img.length); document.write(""); //-->