// --------------------------------------------------
// Header
// --------------------------------------------------
document.write('<div id="header">');
document.write('<h1><a id="logo" name="logo" href="' + yourDomain + '/" title="Hotel Ohedo "><img src="' + yourDomain + '/img/common/header_en.gif" alt="Hotel Ohedo " />Hotel Ohedo </a></h1>');
document.write('<div id="lnav">');
document.write('<ul>');
document.write('<li id="lnav-ja"><a href="http://www.oed.jp/">Japanese</a></li>');
document.write('</ul>');
document.write('</div>');
document.write('</div>');

