/**
 * Booking module
 */
document.write('<div id="booking">');
document.write('<div id="booking-inner">');
// Online Services
document.write('<h2>Online Services</h2>');
// Booking link
document.write('<div id="booking-links">');
document.write('<div id="booking-links-inner">');
// document.write('<h3>Online Services</h3>');
document.write('<ul>');
document.write('<li><a id="btn-register" href="https://asp.hotel-story.ne.jp/ver3e/ASPK0100.asp?cod1=00012" rel="external">Free Member Registration</a></li>');
document.write('<li class="arrow">Reservations<br />&bull;<a href="https://asp.hotel-story.ne.jp/ver3d/ASPP0200.asp?hidSELECTPLAN=68547&hidSELECTCOD1=00012&hidSELECTCOD2=003" rel="external">Standard Plan Room charge</a><br />&bull;<a href="https://asp.hotel-story.ne.jp/ver3d/ASPP0200.asp?hidSELECTPLAN=68914&hidSELECTCOD1=00012&hidSELECTCOD2=003" rel="external">Standard Plan with Breakfast</a></li>');
document.write('<li class="arrow"><a href="https://asp.hotel-story.ne.jp/ver3e/ASPY0300.asp?cod1=00010&cod2=" rel="external">Reservation Confirmation / Changes / Cancellation</a></li>');
document.write('<li class="arrow"><a href="https://asp.hotel-story.ne.jp/ver3e/ASPK0200.asp?cod1=00012" rel="external">Change Registered Information</a></li>');
document.write('</ul>');
document.write('</div>');
document.write('</div>');

document.write('</div>');
document.write('</div>');