jmpImg = new Array();

jmpImg[0]="<a href='http://ad-northshore.com/johnnie/customer/2010-11-17-04.php'><img src='http://ad-northshore.com/johnnie/assets_c/2010/11/mo-hawaii-thumb-autox70.jpg' title='ついに、モーハワイが' /></a>";

jmpImg[1]="<a href='http://ad-northshore.com/johnnie/customer/2010-11-07-01.php'><img src='http://ad-northshore.com/johnnie/assets_c/2010/11/yukichan-thumb-autox70.jpg' title='居なくて、ごめんなさい！！でした！' /></a>";

jmpImg[2]="<a href='http://ad-northshore.com/johnnie/customer/2010-11-05-01.php'><img src='http://ad-northshore.com/johnnie/assets_c/2010/11/画像 0011-thumb-autox70.jpg' title='また、また、来てくださいました！' /></a>";

jmpImg[3]="<a href='http://ad-northshore.com/johnnie/todaygsg/2010-11-02-04.php'><img src='http://ad-northshore.com/johnnie/assets_c/2010/11/exile1-thumb-autox70.jpg' title='月刊EXILEにグラススカートグリルが掲載されたよ！' /></a>";

jmpImg[4]="<a href='http://ad-northshore.com/johnnie/todaygsg/2010-10-29-02.php'><img src='http://ad-northshore.com/johnnie/assets_c/2010/10/battle-thumb-autox70.jpg' title='鳥VS人間の戦いです！！' /></a>";

jmpImg[5]="<a href='http://ad-northshore.com/johnnie/customer/2010-10-26-02.php'><img src='http://ad-northshore.com/johnnie/assets_c/2010/10/画像 01313-thumb-85xauto.jpg' title='抹茶味のアポロ☆' /></a>";

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