// このファイルは小さいバナー左用です


ads=new Array(
//　ランダムで入れたいバナーとリンク先をこちらに入力
'<a href="http://www.his-navigation.com/" target="_blank"><img src="http://www.his-j.com/ad/bn/navi_banner_120_60.gif" border="0" alt="H.I.S. NAVIGATION" width=120 height=60></a>',
'<a href="http://goods.his-j.com/shop/c/c0005/" target="_blank"><img src="http://e.his-j.com/images/ichiba/moneyport_banner.gif" border="0" alt="外貨宅配サービス"></a>'
// ランダムバナー入力終了
);

document.write(ads[Math.floor(Math.random()*ads.length)]);

