//header JAVASCRIPT
document.open();
document.write("<div id='header-menu'>");
document.write("<a href='./index.php' target='_top'>HOME</a>　|　");
document.write("<a href='./about.php' target='_top'>ABOUT</a>　|　");
document.write("<a href='./blog/' target='_blank'>BLOG</a>　|　");
document.write("<a href='./calender.php' target='_top'>EVENT</a>　|　");
document.write("<a href='./howto.php?p=0' target='_top'>HOW TO</a>　|　");
document.write("<a href='./member.php' target='_top'>MEMBER</a>　|　");
document.write("<a href='./shop.php' target='_top'>SHOP LIST</a>　|　");
document.write("<a href='http://cart02.lolipop.jp/LA09131195/' target='_blank'>GOODS</a>　|　");
document.write("<a href='./resort.php?flg=0' target='_top'>RESORT LIST</a>");
document.write("</div>");
document.close();