

ads=new Array(
//　ランダムで入れたいバナーとリンク先をこちらに入力
'<a href="http://www.his-touhoku.com/haneda.html"><img src="http://www.his-touhoku.com/banner/haneda.gif" border="0" alt="東北各地から行く羽田発着特集" width="130" height=60></a>'


// ランダムバナー入力終了
);

document.write(ads[Math.floor(Math.random()*ads.length)]);
