jmpImg = new Array();

jmpImg[0]="<a href='http://www.iwasaki-sou.jp/100/917.html'><img src='http://www.iwasaki-sou.jp/assets_c/2010/09/100917_0742~02-thumb-autox70-447.jpg' title='9/17　ダイエットお弁当' /></a>";

jmpImg[1]="<a href='http://www.iwasaki-sou.jp/diet/916.html'><img src='http://www.iwasaki-sou.jp/assets_c/2010/09/100916_0757~01-thumb-autox70-445.jpg' title='9/16　ダイエットお弁当' /></a>";

jmpImg[2]="<a href='http://www.iwasaki-sou.jp/diet/915.html'><img src='http://www.iwasaki-sou.jp/assets_c/2010/09/100915_0748~01-thumb-autox70-444.jpg' title='9/15　ダイエットお弁当' /></a>";

jmpImg[3]="<a href='http://www.iwasaki-sou.jp/diet/914.html'><img src='http://www.iwasaki-sou.jp/assets_c/2010/09/100914_0758~01-thumb-autox70-443.jpg' title='9/14　ささみ入りダイエットお弁当' /></a>";

jmpImg[4]="<a href='http://www.iwasaki-sou.jp/diet/913.html'><img src='http://www.iwasaki-sou.jp/assets_c/2010/09/100913_0744~01-thumb-autox70-442.jpg' title='9/13　ダイエットお弁当' /></a>";

jmpImg[5]="<a href=''><img src='' title='' /></a>";

jmpImg[6]="<a href=''><img src='' title='' /></a>";

jmpImg[7]="<a href=''><img src='' title='' /></a>";

jmpImg[8]="<a href=''><img src='' title='' /></a>";

jmpImg[9]="<a href=''><img src='' title='' /></a>";

jmpImg[10]="<a href=''><img src='' title='' /></a>";

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