jmpImg = new Array();

jmpImg[0]="<a href='http://www.higashine.org/2009/10/post-15.html' title='みんなで稲刈りしました！' style='background: url(http://www.higashine.org/assets_c/2009/10/0910-thumb-autox120.jpg) no-repeat center center'>みんなで稲刈りしました！</a><a href='http://www.higashine.org/2009/10/post-15.html' title='みんなで稲刈りしました！' class='title'>みんなで稲刈りしました！</a>";

function raImg() {
var rr = parseInt(Math.random()*jmpImg.length);
document.write(jmpImg.slice(rr,rr+1)[0]);
jmpImg.splice(rr,1);
}