jmp = new Array(); img = new Array(); // ジャンプ先のアドレス(数字は画像と対応) jmp[0] = "http://www.putihmanis.com/product/182"; jmp[1] = "http://www.putihmanis.com/product/183"; // 画像のアドレス(数字はジャンプ先のアドレスと対応) img[0] = "http://www.putihmanis.com/data/putihmanis/image/top-0805-1.jpg"; img[1] = "http://www.putihmanis.com/data/putihmanis/image/top-0805-2.jpg"; n = Math.floor(Math.random()*img.length); document.write(""); document.write(""); document.write("");