// ランダムに画像を表示する
tag= new Array();
// ジャンプ先のアドレス(数字は画像と対応)
tag[0] = '<a href="http://track.bannerbridge.net/click.php?APID=37632&affID=52769&siteID=107329" target="_blank"><img src="http://track.bannerbridge.net/adgserv.php?APID=37632&affID=52769&siteID=107329" width="160" height="600" alt="くれログ"></a>';
i=Math.floor(Math.random()*tag.length);
document.write(tag[i]);
