// JavaScript Document

jmp = new Array();
img = new Array();

jmp[0] = "guideline/index.html";
jmp[1] = "guideline/index.html";
jmp[2] = "guideline/index.html";

img[0] = "images_top/image_top00.jpg";
img[1] = "images_top/image_top01.jpg";
img[2] = "images_top/image_top02.jpg";

n = Math.floor(Math.random()*jmp.length);
document.write("<a href='"+jmp[n]+"'>");
document.write("<img src='"+img[n]+"' width='770' hight='200' title='シニアから、ママ、キッズまで　アマチュアバンド募集中 !!' border='0'>");
document.write("</a>");
