// このファイルはツアーの右小バナー用です

ads=new Array(
//　ランダムで入れたいバナーとリンク先をこちらに入力
'<a href="http://www.his-j.com/hoken/index.htm"><img src="http://www.his-j.com/ad/bn/bs_aiu.gif" border="0" alt="安心の海外旅行保険！" width=130 height=60></a>',
'<a href="http://goods.his-j.com/shop/c/c0002/" target="_blank"><img src="http://www.his-j.com/ad/bn/traveler_2.gif" border="0" alt="お土産販売" width=130 height=60></a>'
// ランダムバナー入力終了
);

document.write(ads[Math.floor(Math.random()*ads.length)]);
