// このファイルは特集ページの右小バナー用です

ads=new Array(
//　ランダムで入れたいバナーとリンク先をこちらに入力
'<a href="http://www.his-navigation.com/" target="_blank"><img src="http://www.his-j.com/ad/bn/navi_banner_130_60.gif" width="130" height="60" alt="H.I.S. NAVIGATION" border="0"></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)]);

