<!--
// ランダムに画像を表示する
img = new Array();
img[0] = "http://www.ice-j.net/banner/scooter_ad_2.gif";
img[1] = "http://www.ice-j.net/banner/scooter_ad_4.gif";
img[2] = "http://www.ice-j.net/banner/scooter_ad_5.gif";
img[3] = "http://www.ice-j.net/banner/scooter_ad_6.gif";
n = Math.floor(Math.random()*img.length);
document.write("<img src='"+img[n]+"' border='0' alt='エイプ モンキー ゴリラ 4miniパーツ通販大特価！！！' width='120' height='317' />");
//-->
