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