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