jmp = new Array();
img = new Array();
// url
jmp[0] = "http://palestine-heiwa.org/books/#x20091101";
jmp[1] = "http://palestine-heiwa.org/books/#x20080320";
jmp[2] = "http://palestine-heiwa.org/books/#x20081025";
jmp[3] = "http://palestine-heiwa.org/books/#x20080529";
jmp[4] = "http://palestine-heiwa.org/books/#x20080425";
jmp[5] = "http://palestine-heiwa.org/books/#x20071101";
jmp[6] = "http://palestine-heiwa.org/books/#x20070801";
jmp[7] = "http://palestine-heiwa.org/books/#x20100501";
// img
img[0] = "http://palestine-heiwa.org/books/img/cover/sararoy.jpg";
img[1] = "http://palestine-heiwa.org/books/img/cover/hayao1.jpg";
img[2] = "http://palestine-heiwa.org/books/img/cover/s-note.jpg";
img[3] = "http://palestine-heiwa.org/books/img/cover/tanami.jpg";
img[4] = "http://palestine-heiwa.org/books/img/cover/pape.jpg";
img[5] = "http://palestine-heiwa.org/books/img/cover/impaction160.jpg";
img[6] = "http://palestine-heiwa.org/books/img/cover/watashi.jpg";
img[7] = "http://palestine-heiwa.org/books/img/cover/kagami.jpg";
n = Math.floor(Math.random()*img.length);
document.write("<a href='"+jmp[n]+"' class=\"a-img\">");
document.write("<img src='"+img[n]+"'>");
document.write("</a>");

