/**
 * Banner
 */
document.write('<div id="banner">');
document.write('<div id="banner-inner" class="clearfix">');

// document.write('<p><a href="'+locationURL+'//" target="_blank"><img src="'+locationURL+'/img/banner/" alt="" /></a></p>');

document.write('<div align="left">');
document.write('<p><br />-- Sponsored Links --</p>');
document.write('<p><a href="http://www.hakone-hotels.jp/" target="_blank">Hakone-Hotels.jp<br/> (Accommodation in Hakone)</a></p>');
document.write('<p><a href="http://www.hotel-kinzan.jp/" target="_blank">Hotel Kinzan <br/>(Ryokan in Arima Onsen)</a></p>');
document.write('<p>------</p>');
document.write('</div>');
document.write('</div>');
