jmp = new Array();
img = new Array();
jmp[0] = "http://riexpress.jp/main.html";
jmp[1] = "http://riexpress.jp/main.html";
jmp[2] = "http://riexpress.jp/main.html";
jmp[3] = "http://riexpress.jp/main.html";
jmp[4] = "http://riexpress.jp/main.html";
jmp[5] = "http://riexpress.jp/main.html";
jmp[6] = "http://riexpress.jp/main.html";
jmp[7] = "http://riexpress.jp/main.html";
jmp[8] = "http://riexpress.jp/main.html";
jmp[9] = "http://riexpress.jp/main.html";
img[0] = "img/00.jpg";
img[1] = "img/01.jpg";
img[2] = "img/02.jpg";
img[3] = "img/03.jpg";
img[4] = "img/04.jpg";
img[5] = "img/05.jpg";
img[6] = "img/06.jpg";
img[7] = "img/07.jpg";
img[8] = "img/08.jpg";
img[9] = "img/09.jpg";
n = Math.floor(Math.random()*jmp.length);
document.write("<a href='"+jmp[n]+"'>");
document.write("<img src='"+img[n]+"' border='0'>");
document.write("</a>");
