//フッター
function includeFooter(){
document.write(
'<div id="contents_footer">｜<a href="index.html">トップ</a>｜' + 
'<a href="news.html">お知らせ</a>｜' + 
'<a href="ofuro.html">お風呂</a>｜' + 
'<a href="room.html">お部屋・施設</a>｜' +  
'<a href="access.html">交通</a>｜' +
'<a href="midokoro.html">草津の見所</a>｜' +
'<a href="yotei.html">年間行事予定</a>｜' +
'</div>'
); 
}