// ランダムに画像を表示する
var tag ='';


tag= new Array();
// ジャンプ先のアドレス(数字は画像と対応)
tag[0] = '<a href="http://genkinkawalker.jp/link/daikoku.html" target="_self"><img src="http://genkinkawalker.jp/shop/daikoku/468x60_b.gif" width="468" height="60"></a>';
tag[1] = '<a href="http://genkinkawalker.jp/link/urban.html" target="_self"><img src="http://www.creditsearch.jp/shop/urbannet/468x60.gif" width="468" height="60"></a>';
tag[2] = '<a href="http://genkinkawalker.jp/link/otafuku.html" target="_self"><img src="http://www.creditsearch.jp/shop/otafuku/468x60.gif" width="468" height="60"></a>';
i=Math.floor(Math.random()*tag.length);
document.write(tag[i]);
