<!--

var subimages = new Array(
		'<a href="/fw/b/pc/Search.html?mthd=06&SC=0F1&BC=FOP01&KW=120131FOP&PIC=120131FOP&A=0f&D=00"><img src="/fw/index/banner/s/0131_FOP.jpg" alt="Honey Salon/Pray Hotel春夏期間限定予約会" width="120" height="120" style=" border: solid 1px #d7d7d7;" class="ph fadeimg"><span><strong style=" color:#3899e5">Honey Salon/Pray Hotel春夏期間限定予約会</strong></span><br> 人気のイニシャルシリーズはもちろん、この春夏に欠かせない最新小物を期間限定でオーダー!!</a>',
		
		'<a href="/fw/b/pc/Search.html?mthd=06&SC=0F1&BC=DRS01&KW=120127DRS&PIC=120127DRS&PQ=40&A=04&D=00"><img src="/fw/index/banner/s/0127_DRS.jpg" alt="DURAS ambient SPRING/SUMMER COLLECTION" width="120" height="120" style=" border: solid 1px #d7d7d7;" class="ph fadeimg"><span><strong style=" color:#3899e5">DURAS ambient SPRING/SUMMER COLLECTION</strong></span><br>この春は“Bloon Nude”。ヌーディーベージュを基調にカラーが効いたエレガントなアイテムが充実</a>',
		
		'<a href="/contents/20120127DURAS/"><img src="/fw/index/banner/s/0127_DAS.jpg" alt="DURAS 2012 Spring Collection特集★" width="120" height="120" style=" border: solid 1px #d7d7d7;" class="ph fadeimg"><span><strong style=" color:#3899e5">DURAS 2012 Spring Collection特集★</strong></span><br>DURASから2012年春コレクション“graceful WARDROBE”が到着！いち早く先行予約会スタート！</a>',
		
		'<a href="/fw/b/pc/Search.html?mthd=06&SC=0F1&BC=LBA01&KW=120127LBA&PIC=120127LBA&PQ=40&A=02&D=00"><img src="/fw/index/banner/s/0127_LBA.jpg" alt="la Bala Spring Collection" width="120" height="120" style=" border: solid 1px #d7d7d7;" class="ph fadeimg"><span><strong style=" color:#3899e5">la Bala Spring Collection</strong></span><br>この春は細やかなディティールやクリアなカラーですっきりとした雰囲気の「さりげないきちんと感」を提案します。</a>',
		
		'<a href="/fw/b/pc/Search.html?mthd=06&SC=0F1&BC=SDM01&KW=120120SDM&PIC=0120SDM&A=02&D=00"><img src="/fw/index/banner/s/0120_SDM.jpg" alt="31 Sons de mode 春の先行受注会を開催！" width="120" height="120" style=" border: solid 1px #d7d7d7;" class="ph fadeimg"><span><strong style=" color:#3899e5">31 Sons de mode 春の先行受注会を開催！</strong></span><br>メロディー洋子ちゃん着用！スプリングコート、ワンピ、バレエシューズなど、最新アイテムをCHECK!</a>',
		
		'<a href="/fw/b/pc/Search.html?mthd=06&SC=0F1&BC=LBW01&KW=120124LBW&PIC=120124LBW&A=04&D=00"><img src="/fw/index/banner/s/0124_LBW.jpg" alt="Lily Brown 2012 Spring Collection vol.02" width="120" height="120" style=" border: solid 1px #d7d7d7;" class="ph fadeimg"><span><strong style=" color:#3899e5">Lily Brown 2012 Spring Collection vol.02</strong></span><br>PhotoBook掲載アイテムプラス、すぐに活躍するアイテムが満載です！</a>'
);

//バナーの数を調べます。
var figure = subimages.length;

for (i=0; i<100; i++) //　100はシャッフルする回数
{
	nn1 = Math.floor(Math.random() * figure);
	nn2 = Math.floor(Math.random() * figure);
	nn = subimages[nn1];
	subimages[nn1] = subimages[nn2];
	subimages[nn2] = nn;
}

//小さいバナーイメージを呼び出す関数
function putsubimage(cnt){
	document.write(subimages[cnt]);
}


//-->
