 jmp = new Array();
 img = new Array();
 // ジャンプ先のアドレス(数字は画像と対応)
 jmp[0] = "nsg_rec.html";
 jmp[1] = "/index.cgi?d=lista268";
// 画像のアドレス(数字はジャンプ先のアドレスと対応)
 img[0] = "img/rec_b.gif";
 img[1] = "img/toptonia.jpg";
n = Math.floor(Math.random()*jmp.length);
