function amabanner(){

bann=new Array();

//高島屋
bann[0]='<a href="http://click.linksynergy.com/fs-bin/click?id=NeU8eHBLFvU&offerid=90606.10000044&type=4&subid=0" target="_blank"><IMG alt="高島屋" border="0" src="http://www.takashimaya.co.jp/link/img/promo/468060.gif"></a><IMG border="0" width="1" height="1" src="http://ad.linksynergy.com/fs-bin/show?id=NeU8eHBLFvU&bids=90606.10000044&type=4&subid=0">';

//楽天トラベル
bann[1]='<a href="http://click.linksynergy.com/fs-bin/click?id=NeU8eHBLFvU&offerid=124879.10000242&type=4&subid=0" target="_blank"><IMG alt="【楽天トラベル】愛されて1億人突破！大感謝祭" border="0" src="http://travel.rakuten.co.jp/linkshare/img/1oku/af_468.60_2.jpg"></a><IMG border="0" width="1" height="1" src="http://ad.linksynergy.com/fs-bin/show?id=NeU8eHBLFvU&bids=124879.10000242&type=4&subid=0">';

//富士フイルム
bann[2]='<a href="http://click.linksynergy.com/fs-bin/click?id=NeU8eHBLFvU&offerid=51862.10000400&type=4&subid=0" target="_blank"><IMG alt="FUJICOLORプリントおとどけ便" border="0" src="http://fujicolorotodokebin.jp/linkshare/DGtravel07/468_60.gif"></a><IMG border="0" width="1" height="1" src="http://ad.linksynergy.com/fs-bin/show?id=NeU8eHBLFvU&bids=51862.10000400&type=4&subid=0">';

//楽天市場アフィリエイトプログラム
bann[3]='<a href="http://px.a8.net/svt/ejp?a8mat=1BXKNL+5X57CI+5WS+BWVTD" target="_blank"><img border="0" width="468" height="60" alt="" src="http://www23.a8.net/svt/bgt?aid=080508369358&wid=001&eno=01&mid=s00000000766002001000&mc=1"></a><img border="0" width="1" height="1" src="http://www12.a8.net/0.gif?a8mat=1BXKNL+5X57CI+5WS+BWVTD" alt="">';

//HMV 
bann[4]='<a href="http://click.linksynergy.com/fs-bin/click?id=NeU8eHBLFvU&offerid=131139&subid=0" target="_blank"><IMG alt="HMVジャパン" border="0"  width="468" height="60" src="http://ad.linksynergy.com/fs-bin/show?id=NeU8eHBLFvU&bids=131139&gridnum=1&catid=21&subid=0"></a>';

//iTunes
bann[5]='<a href="http://click.linksynergy.com/fs-bin/click?id=NeU8eHBLFvU&offerid=94348.10001383&type=4&subid=0"><IMG alt=" iTunes Store（Japan）" border="0" src="http://ad.linkshare.ne.jp/13894/weeklyfree/free_468x60.jpg"></a><IMG border="0" width="1" height="1" src="http://ad.linksynergy.com/fs-bin/show?id=NeU8eHBLFvU&bids=94348.10001383&type=4&subid=0">';

//Itunes
bann[6]='<a href="http://click.linksynergy.com/fs-bin/click?id=NeU8eHBLFvU&offerid=94348.10001380&type=4&subid=0"><IMG alt=" iTunes Store（Japan）" border="0" src="http://ad.linkshare.ne.jp/13894/recommend/art4_468x60.jpg"></a><IMG border="0" width="1" height="1" src="http://ad.linksynergy.com/fs-bin/show?id=NeU8eHBLFvU&bids=94348.10001380&type=4&subid=0">';

//楽天市場アフィリエイトプログラム
bann[7]='<a href="http://px.a8.net/svt/ejp?a8mat=1BXKNL+5X57CI+5WS+BWVTD" target="_blank"><img border="0" width="468" height="60" alt="" src="http://www23.a8.net/svt/bgt?aid=080508369358&wid=001&eno=01&mid=s00000000766002001000&mc=1"></a><img border="0" width="1" height="1" src="http://www12.a8.net/0.gif?a8mat=1BXKNL+5X57CI+5WS+BWVTD" alt="">';

//日比谷花壇
bann[8]='<a href="http://click.linksynergy.com/fs-bin/click?id=NeU8eHBLFvU&offerid=126503.10000983&type=4&subid=0" target="_blank"><IMG alt="日比谷花壇　フラワーギフト　送料無料　花束" border="0" src="http://img2.hibiyakadan.com/linkshare/colorbouquet/468_60.gif"></a><IMG border="0" width="1" height="1" src="http://ad.linksynergy.com/fs-bin/show?id=NeU8eHBLFvU&bids=126503.10000983&type=4&subid=0">';

i = Math.floor(Math.random()*9);

switch(i) {
case 0:
document.write(bann[0]);
break;
case 1:
document.write(bann[1]);
break;
case 2:
document.write(bann[2]);
break;
case 3:
document.write(bann[3]);
break;
case 4:
document.write(bann[4]);
break;
case 5:
document.write(bann[5]);
break;
case 6:
document.write(bann[6]);
break;
case 7:
document.write(bann[7]);
break;
case 8:
document.write(bann[8]);
break;

}

}
