 jmps = new Array();
 imgs = new Array();
 // ジャンプ先のアドレス(数字は画像と対応)
 jmps[1] = "http://www.horse.tv/index.cgi?d=listb053";
// 画像のアドレス(数字はジャンプ先のアドレスと対応)
 imgs[1] = "/media/img/toplistb053.gif";
ns = Math.floor(Math.random()*jmps.length);
