jmpImg = new Array();

jmpImg[0]="<a href='http://www.surfprogress.com/cgi-bin/shop_new/shop.cgi?order=&class=5&keyword=&FF=0&price_sort=2&pic_only='><img src='http://www.surfprogress.com/random01/assets_c/2010/05/banner_100525_5-thumb-autox150-132.png' title='OPTIMISTICからサマーアイテムデリバリー'/></a>";

jmpImg[1]="<a href='http://www.surfprogress.com/cgi-bin/shop_new/shop.cgi?&id=3231'><img src='http://www.surfprogress.com/random01/assets_c/2010/05/banner_100525_4-thumb-autox150-131.png' title='ROIALからサイドにフェルトワッペンロゴを合わせたワークキャップ！'/></a>";

jmpImg[2]="<a href='http://www.surfprogress.com/cgi-bin/shop_new/shop.cgi?&id=3217'><img src='http://www.surfprogress.com/random01/assets_c/2010/05/banner_100525_3-thumb-autox150-130.png' title='バンダナ柄スリッポンシューズ'/></a>";

jmpImg[3]="<a href='http://www.surfprogress.com/cgi-bin/shop_new/shop.cgi?order=&class=3&keyword=&FF=0&price_sort=2&pic_only='><img src='http://www.surfprogress.com/random01/assets_c/2010/05/banner_100525_2-thumb-autox150-129.png' title='INSP 2010年サマーアイテム続々登場！！'/></a>";

jmpImg[4]="<a href='http://www.surfprogress.com/cgi-bin/shop_new/shop.cgi?&id=3250'><img src='http://www.surfprogress.com/random01/assets_c/2010/05/banner_100525_1-thumb-autox150-128.png' title='ROIAL チェックデザインボタンシャツ'/></a>";

jmpImg[5]="<a href='http://www.surfprogress.com/cgi-bin/shop_new/shop.cgi?order=&class=20%2F0&keyword=&FF=0&price_sort=2&pic_only='><img src='http://www.surfprogress.com/random01/assets_c/2010/04/banner_100428_01-thumb-autox150-121.png' title='MEDICINE OPTICS 2010SUMMER'/></a>";

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

