﻿/**
 * Online service
 */
document.write('<div id="onlineservice">');
document.write('<div id="onlineservice-inner">');

// Booking links
document.write('<div id="booking-links">');
document.write('<div id="booking-links-inner">');

document.write('<h3 class="shd">온라인 서비스</h3>');
document.write('<ul>');
document.write('<li><a href="http://ohfuhotel.rwiths.net/portal/yoyaku/tm_en_yoyaku.html" rel="external">숙박플랜으로 예약</a></li>');
document.write('<li><a href="http://ohfuhotel.rwiths.net/portal/yoyaku/tm_en_kaiin_touroku.html" rel="external">회원등록</a></li>');
document.write('<li><a href="http://ohfuhotel.rwiths.net/portal/yoyaku/tm_en_kakunin.html" rel="external">예약 확인 및 취소</a></li>');
document.write('</ul>');

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

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