// ランダムに画像を表示する
tag= new Array();
// ジャンプ先のアドレス(数字は画像と対応)
tag[0] = '<a href="http://track.bannerbridge.net/click.php?APID=32714&affID=52769&siteID=105088" target="_blank"><img src="http://track.bannerbridge.net/adgserv.php?APID=32714&affID=52769&siteID=105088" width="468" height="60"></a>';
tag[1] = '<a href="http://track.bannerbridge.net/click.php?APID=34460&affID=52769&siteID=105088" target="_blank"><img src="http://track.bannerbridge.net/adgserv.php?APID=34460&affID=52769&siteID=105088" width="468" height="60"></a>';
tag[2] = '<a href="http://track.bannerbridge.net/click.php?APID=37657&affID=52769&siteID=105088" target="_blank"><img src="http://track.bannerbridge.net/adgserv.php?APID=37657&affID=52769&siteID=105088" width="468" height="60"></a>';
tag[3] = '<a href="http://track.bannerbridge.net/click.php?APID=37655&affID=52769&siteID=105088" target="_blank"><img src="http://track.bannerbridge.net/adgserv.php?APID=37655&affID=52769&siteID=105088" width="468" height="60"></a>';
tag[4] = '<a href="http://track.bannerbridge.net/click.php?APID=39090&affID=52769&siteID=105088" target="_blank"><img src="shop/goemon/468x60.gif" width="468" height="60" border="0" alt="" title="" /></a>';
tag[5] = '<a href="http://track.bannerbridge.net/click.php?APID=39076&affID=52769&siteID=105088" target="_blank"><img src="shop/otafuku/468x60.gif" width="468" height="60" border="0" alt="" title=""></a>';
tag[6] = '<a href="http://track.bannerbridge.net/click.php?APID=39223&affID=52769&siteID=105088" target="_blank"><img src="shop/momotaro/468x60.gif" width="468" height="60" border="0" alt="" title="" /></a>';
i=Math.floor(Math.random()*tag.length);
document.write(tag[i]);
