// このファイルは小さいバナー用です
// イントラネット用パス
if(location.href.charAt(7)=='h'){
	Path='http://hisj.his/his-j/';
}
// インターネット用パス
else{
	Path='http://www.his-j.com/';
}

ads=new Array(
//ランダムで入れたいバナーとリンク先をこちらに入力

'<a href="http://tabinavi.his-j.com/" target="_blank"><img src="http://www.his-j.com/spk/img/bns_tabinavi_w130.gif" width="130" height="60" border="0" alt="旅ナビ"></a>',
'<a href="http://dp-hokkaido.his-j.com/kaigai/index.htm" target="_blank"><img src="http://www.his-j.com/spk/img/bns_dp_w130.gif" width="130" height="60" border="0" alt="デジタルパンフレット"></a>'
// ランダムバナー入力終了
);

document.write(ads[Math.floor(Math.random()*ads.length)]);

