﻿<!--
//ParkMap ChangeImg
/*function fsSetParkmapImg(){
	var xDate = new Date();
	var xHour = xDate.getHours();
	if (xHour<6 && xHour>=18){
		var xTgImg = "parkMapN";
	}else{
		var xTgImg = "parkMapD";
	}
	document.write('<div id="' + xTgImg + '">');
}*/

//ParkMap ChangeImg
function fsSetParkmapImg(){
	var xDate = new Date();
	var xHour = xDate.getHours();
	var xTgImg = "parkMapD";
	
	if (xHour>=6 && xHour<18){
		var xTgImg = "parkMapD";
	}else{
		var xTgImg = "parkMapN";
	}
	document.write('<p id="' + xTgImg + '">');
}

function fsHeaderNavi(){
	document.write('<div id="tdcLinkH">');
	document.write('<p class="textLink">');
	document.write('<a href="http://www.tokyo-dome.co.jp/traffic/index.htm" target="_blank">交通案内</a>|');
	document.write('<a href="http://www.tokyo-dome.co.jp/areamap/" target="_blank">シティマップ</a>|');
	document.write('<a href="http://www.tokyo-dome.co.jp/schedule/" target="_blank">シティスケジュール</a>|');
	document.write('<a href="http://www.tokyo-dome.co.jp/faq/" target="_blank">Q&amp;A</a>|');
	document.write('<a href="http://www.tokyo-dome.co.jp/service/index.htm" target="_blank">サービスガイド</a>|');
	document.write('<a href="http://www.tokyo-dome.co.jp/sitemap/" target="_blank">サイトマップ</a>');
	document.write('</p>');
	document.write('<a href="http://www.tokyo-dome.co.jp/" target="_blank"><img src="/images/navi/logo_tdc.gif" alt="TokyoDomeCity" id="tdcH" /></a>');
	document.write('</div>');

	document.write('<div id="hNaviContainer">');
	document.write('<div id="hLogo">');
	document.write('<a href="/fitness/index.html"><img src="/fitness/images/logo.gif" width="246" height="66" alt="FITNESS CLUB TOKYO DOME" id="logo" /></a>');
	document.write('<img src="/fitness/images/tagline.gif" alt="爽快にストレス解消できる　会員制フィットネスクラブ" id="tagLine" />');
	document.write('</div>');
	
	fsSetParkmapImg();
	
	document.write('<a href="/map/index.html?skip_label=fitness"><img src="/images/spacer.gif" width="95" height="29" alt="ParkMap" /></a>');
	document.write('</div>');

	document.write('<div id="hNavi">');
	document.write('<ul>');
	document.write('<li id="hnaviHome"><a href="/fitness/index.html"><img src="/fitness/images/hnavi/home.gif" width="69" height="30" alt="" /></a></li>');
	document.write('<li id="hnaviFstudio"><a href="/fitness/studio.html"><img src="/fitness/images/hnavi/f_studio.gif" width="134" height="30" alt="" /></a></li>');
	document.write('<li id="hnaviMtraining"><a href="/fitness/training.html"><img src="/fitness/images/hnavi/m_training.gif" width="166" height="30" alt="" /></a></li>');
	document.write('<li id="hnaviFpool"><a href="/fitness/pool.html"><img src="/fitness/images/hnavi/f_pool.gif" width="121" height="30" alt="" /></a></li>');
	document.write('<li id="hnaviMassage"><a href="/fitness/massage.html"><img src="/fitness/images/hnavi/massage.gif" width="96" height="30" alt="" /></a></li>');
	document.write('<li id="hnaviRelax"><a href="/fitness/relaxation.html"><img src="/fitness/images/hnavi/relax.gif" width="111" height="30" alt="" /></a></li>');
	document.write('<li id="hnaviBusiness"><a href="/fitness/business.html"><img src="/fitness/images/hnavi/business.gif" width="73" height="30" alt="" /></a></li>');
	document.write('<li id="hnaviAdmission"><a href="/fitness/admission.html"><img src="/fitness/images/hnavi/admission.gif" width="80" height="30" alt="" /></a></li>');
	document.write('</ul>');
	document.write('</div>');
	document.write('</div>');
}
		
//Footer Navigation
function fsFooterNavi(){
	document.write('<div id="tdcLinkF">');
	document.write('<p id="link">');
	document.write('<a href="http://www.tokyo-dome.co.jp/" target="_blank"><img src="/images/navi/f_link01.gif" width="231" height="41" alt="TokyoDomeCity" /></a>');
	document.write('<a href="http://www.tokyo-dome.jp/" target="_blank"><img src="/images/navi/f_link02.gif" width="77" height="18" alt="企業情報" /></a>');
	document.write('<a href="http://www.tokyo-dome.co.jp/privacy/" target="_blank"><img src="/images/navi/f_link03.gif" width="121" height="18" alt="個人情報について" /></a>');
	document.write('<a href="http://www.tokyo-dome.co.jp/kiyaku/" target="_blank"><img src="/images/navi/f_link04.gif" width="110" height="18" alt="サイト利用規約" /></a>');
	document.write('</p>');
	document.write('<p id="copy"><img src="/images/navi/f_link05.gif" width="327" height="34" alt="Copyright(c)株式会社東京ドーム All right reserved." id="fCopy" /></p>');
	document.write('</div>');
	
	//becon start
	document.write("<!-- START Nielsen//NetRatings SiteCensus V5.2 -->\n");
	document.write("<script type='text/javascript'>\n");
	document.write("var _rsCI='laqua';\n");
	document.write("var _rsCG='0';\n");
	document.write("var _rsDN='//secure-jp.imrworldwide.com/';\n");
	document.write("var _rsIP=1;\n");
	document.write("</script>\n");
	document.write("<script type='text/javascript' src='//secure-jp.imrworldwide.com/v52.js'></script>\n");
	document.write("<!-- END Nielsen//NetRatings SiteCensus V5.2 -->\n");
	//becon end

//	document.write('<div id="tdcLinkF">');
//	document.write('<p class="textLink">');
//	document.write('<a href="http://www.tokyo-dome.co.jp/" target="_blank"><img src="/images/navi/logo_tdc.gif" alt="TokyoDomeCity" id="tdcF" /></a>');
//	document.write('<a href="http://www.tokyo-dome.co.jp/about/" target="_blank">企業情報</a>');
//	document.write('<a href="http://www.tokyo-dome.co.jp/privacy/" target="_blank">個人情報について</a>');
//	document.write('<a href="http://www.tokyo-dome.co.jp/kiyaku/" target="_blank">サイト利用規約</a>');
//	document.write('</p>');
//	document.write('<p id="copy">Copyright(c)株式会社東京ドーム All right reserved.</p>');
//	document.write('</div>');
}


-->
