jmpImg = new Array();

jmpImg[0]="<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/02/banner_03-thumb-autox150-88.jpg' title='INSP 7ポケット デニム'/></a>";

jmpImg[1]="<a href='http://www.surfprogress.com/cgi-bin/shop_new/shop.cgi?order=&class=0&keyword=&FF=0&price_sort=2&pic_only=&mode=p_wide&id=3026&superkey=1'><img src='http://www.surfprogress.com/random01/assets_c/2010/02/banner_02-thumb-autox150-87.jpg' title='DECEPTION DPN H BEACH'/></a>";

jmpImg[2]="<a href='http://www.surfprogress.com/cgi-bin/shop_new/shop.cgi?order=&class=17&keyword=&FF=0&price_sort=2&pic_only=&mode=p_wide&id=3053&superkey=1'><img src='http://www.surfprogress.com/random01/assets_c/2010/02/banner_01-thumb-autox150-86.jpg' title='DOG TOWN FLYING SKULL CAP'/></a>";

jmpImg[3]="<a href='http://www.surfprogress.com/cgi-bin/shop_new/shop.cgi?order=&class=2&keyword=&FF=0&price_sort=2&pic_only=&mode=p_wide&id=3046&superkey=1'><img src='http://www.surfprogress.com/random01/assets_c/2010/02/banner_04-thumb-autox150-85.jpg' title='SEVEN THREE-R 73R 七分袖Tシャツ'/></a>";

jmpImg[4]="<a href='http://www.surfprogress.com/cgi-bin/shop_new/shop.cgi?order=&class=20&keyword=&FF=0&price_sort=2&pic_only=&mode=p_wide&id=2891&superkey=1'><img src='http://www.surfprogress.com/random01/assets_c/2009/11/091126_001-thumb-autox150-20.jpg' title='MEDICINE OPTICS'/></a>";

jmpImg[5]="<a href='http://www.surfprogress.com/cgi-bin/shop_new/shop.cgi?order=&class=10&keyword=&FF=0&price_sort=2&pic_only='><img src='http://www.surfprogress.com/random01/assets_c/2009/11/091126_006-thumb-autox150-26.jpg' title='Xoast Ricci'/></a>";

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

