function mybnr()
{
bnr = new Array();
bnr[0] = '<a href="http://tr.my-affiliate.com/click.php?s=00019718&p=00000106&bc=S1&hid=" target="_blank"><img src="http://bn.my-affiliate.com/banner.php?s=00019718&p=00000106&bc=S1" border="0"></a>';  //パルコ
bnr[1] = '<a href="http://tr.my-affiliate.com/click.php?s=00019718&p=00000050&bc=S1&hid=" target="_blank"><img src="http://bn.my-affiliate.com/banner.php?s=00019718&p=00000050&bc=S1" border="0"></a>';  //マイアフィ
bnr[2] = '<a href="http://tr.my-affiliate.com/click.php?s=00019718&p=00000001&bc=F7&hid=" target="_blank"><img src="http://bn.my-affiliate.com/banner.php?s=00019718&p=00000001&bc=F7" border="0"></a>';  //Bic
bnr[3] = '<a href="http://tr.my-affiliate.com/click.php?s=00019718&p=00000001&bc=TXT5&hid=" target="_blank">◆週末は特別セールも実施中、限定特価商品が続々登場！<br />　もちろん最大20％ポイントサービス！！</a><br><a href="http://click.linksynergy.com/fs-bin/click?id=vnGQddfmzuY&offerid=102056.10003528&type=3&subid=0" >新登場&nbsp;９色のiPod&nbsp;nano</a><IMG border=0 width=1 height=1 src="http://ad.linksynergy.com/fs-bin/show?id=vnGQddfmzuY&bids=102056.10003528&type=3&subid=0" >★<a href="http://click.linksynergy.com/fs-bin/click?id=vnGQddfmzuY&offerid=102056.10003533&type=3&subid=0" >新しいiPod&nbsp;touch</a><IMG border=0 width=1 height=1 src="http://ad.linksynergy.com/fs-bin/show?id=vnGQddfmzuY&bids=102056.10003533&type=3&subid=0" >' ;
bnr[4] = '<a href="http://tr.my-affiliate.com/click.php?s=00019718&p=00000106&bc=TXT3&hid=" target="_blank">●インターネットでのお買物は『PARCO-CITY』で！<br />　http://www.parco-city.com/</a><br>★<a href="http://click.linksynergy.com/fs-bin/click?id=vnGQddfmzuY&offerid=102056.10000788&type=3&subid=0" >Apple&nbsp;Store限定&nbsp;お得な整備済みiPod</a><IMG border=0 width=1 height=1 src="http://ad.linksynergy.com/fs-bin/show?id=vnGQddfmzuY&bids=102056.10000788&type=3&subid=0" >';
bnr[5] = '<a href="http://tr.my-affiliate.com/click.php?s=00019718&p=00000022&bc=S1&hid=" target="_blank"><img src="http://bn.my-affiliate.com/banner.php?s=00019718&p=00000022&bc=S1" border="0"></a>';
bnr[6] = '<a href="http://tr.my-affiliate.com/click.php?s=00019718&p=00000022&bc=TXT1&hid=" target="_blank">海外格安航空券ならイーツアー。豊富な品揃えで24時間オンライン予約＆マイル交換可ポイント付き！</a><br><a href="http://tr.my-affiliate.com/click.php?s=00019718&p=00000017&bc=TXT5&hid=" target="_blank">海外格安航空券・海外出張・海外旅行・ポイント貯まるお得な旅。ポイント最大20％還元！</a>';
bnrCount = 7;   //　表示させたいリンクの数
num = Math.floor(Math.random() * bnrCount);
document.write(bnr[num]);
}