<!--

var subimages = new Array(
		'<a href="/fw/b/pc/Search.html?mthd=06&SC=0F1&BC=SUL01&KW=11SUL0708&PIC=11SUL0708&PQ=60&A=05&D=00"><img src="/fw/index/banner/s/0708_SUL.jpg" alt="Supreme.La.La.から秋のNEWアイテムが到着！" width="120" height="120" style=" border: solid 1px #d7d7d7;" class="ph fadeimg"><span><strong style=" color:#3899e5">Supreme.La.La.から<br>秋のNEWアイテムが到着！</strong></span><br>読モやモデルからの人気急上昇！自分自身のライフスタイルを磨く大人SWEETブランドの新作です！</a>',
		
		'<a href="/fw/b/pc/Search.html?mthd=06&SC=0F1&BC=SDM01&KW=11SDM0705&PIC=11SDM0705&A=02&D=00"><img src="/fw/index/banner/s/0705_SDM.jpg" alt="31 Sons de mode 2011 A/W 先行受注会" width="120" height="120" style=" border: solid 1px #d7d7d7;" class="ph fadeimg"><span><strong style=" color:#3899e5">31 Sons de mode <br>2011 A/W 先行受注会</strong></span><br>ハットやスヌードなど、秋の着こなしをワンランクUPさせるアイテム満載!!</a>',
		
		'<a href="/fw/b/pc/Search.html?mthd=06&SC=0F1&SST=4&KW=0531PRE&PIC=0531PRE_05&A=00&D=00"><img src="/fw/index/banner/s/0628_PRE.jpg" alt="2011年AUTUMN早期予約会" width="120" height="120" style=" border: solid 1px #d7d7d7;" class="ph fadeimg"><span><strong style=" color:#3899e5">2011年AUTUMN <br>早期予約会</strong></span><br>｢ALBA ROSA｣ ｢Labyrinth｣ など、A/W展示会で注目のこの秋「マストハブ」なアイテム集結！</a>',
		
		'<a href="/fw/b/pc/Search.html?mthd=06&SC=0F1&KW=11SHOES0628&PIC=11SHOES0628&A=01&D=00"><img src="/fw/index/banner/s/0628_SHO.jpg" alt="秋にほしいトレンドシューズ発見☆" width="120" height="120" style=" border: solid 1px #d7d7d7;" class="ph fadeimg"><span><strong style=" color:#3899e5">秋にほしい<br>トレンドシューズ発見☆</strong></span><br>「Honey Salon」のキティちゃんコラボパンプスや「TSURU」の新作など…ブーツ、パンプス250点以上!!</a>',
		
		'<a href="/contents/TIT/"><img src="/fw/index/banner/s/0624_TIT.jpg" alt="titty＆Co. 2011 Autumn Collection" width="120" height="120" style=" border: solid 1px #d7d7d7;" class="ph fadeimg"><span><strong style=" color:#3899e5">titty＆Co. 2011 <br>Autumn Collection</strong></span><br>秋が待ちどおしくなる★「Romantic modern」なコーデ20！ バイヤー気分になれる★展示会レポートも！</a>',
		
		'<a href="/sale/"><img src="/fw/index/banner/s/0623_SALE.jpg" alt="SALE" width="120" height="120" class="ph fadeimg"><span><strong style=" color:#3899e5">再値下げ第1弾</strong></span><br>7/8(金)0:00〜　fashionwalker.com 夏のセール 再値下げ第1弾スタート！</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]);
}


//-->
