// このファイルはビジネスクラスインデックス用小バナーです

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/c000501/" target="_blank"><img src="http://www.his-j.com/ichiba/image/banner/ichiba_hsbc_summer08.gif" border="0" alt="外貨両替" width=130 height=60></a>'

// ランダムバナー入力終了
);

document.write(ads[Math.floor(Math.random()*ads.length)]);

