

ads=new Array(
//　ランダムで入れたいバナーとリンク先をこちらに入力
'<img src="http://www.his-touhoku.com/share/image/top_daibai.gif" border="0" alt="H.I.S.では他社の商品も多数ございます。" width=340 height=60></a>',
'<a href="http://www.his-touhoku.com/honeymoon.html" target="_blank"><img src="http://www.his-touhoku.com/image/hone_banner_w340.jpg"  style="border:none;"  alt="海外ハネムーンキャンペーン" /></a>'

// ランダムバナー入力終了
);

document.write(ads[Math.floor(Math.random()*ads.length)]);

