jmp = new Array();
img = new Array();
jmp[0] = "http://www.receno.com/kotatsufuton/rings.php";
jmp[1] = "http://www.receno.com/kotatsufuton/larn.php";
jmp[2] = "http://www.receno.com/kotatsufuton/pints.php";
jmp[3] = "http://www.receno.com/rag/patch.php";
jmp[4] = "http://www.receno.com/rag/checks.php";
jmp[5] = "http://www.receno.com/rag/mocos.php";
jmp[6] = "http://www.receno.com/kotatsu/penny.php";
jmp[7] = "http://www.receno.com/rag/luster.php";
jmp[8] = "http://www.receno.com/kotatsu/free.php";
jmp[9] = "http://www.receno.com/kotatsufuton/links.php";
jmp[10] = "http://www.receno.com/rag/rem.php";
img[0] = "img/main-random48.jpg";
img[1] = "img/main-random50.jpg";
img[2] = "img/main-random51.jpg";
img[3] = "img/main-random52.jpg";
img[4] = "img/main-random53.jpg";
img[5] = "img/main-random54.jpg";
img[6] = "img/main-random55.jpg";
img[7] = "img/main-random68.jpg";
img[8] = "img/main-random59.jpg";
img[9] = "img/main-random49.jpg";
img[10] = "img/main-random69.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>");
