// このファイルは中くらいバナー用です

ads=new Array(
//　ランダムで入れたいバナーとリンク先をこちらに入力
'<a href="http://blog.ameba.jp/genre/his/" target="_blank"><img src="http://www.his-j.com/ad/bn/bb_tabiblo.gif" border="0" alt="旅ブロ" width=468 height=60></a>',
'<a href="http://www.his-j.com/express/mail.htm"><img src="http://www.his-j.com/ad/bn/bb_melmaga.gif" border="0" width="468" height="60" alt="H.I.S.のメールマガジンに登録しよう！"></a>'
// ランダムバナー入力終了
);

document.write(ads[Math.floor(Math.random()*ads.length)]);

