var pageName = document.URL;
var strDir = "";
if ( (pageName.indexOf("event",0) != -1) || (pageName.indexOf("tournament",0) != -1) || (pageName.indexOf("community",0) != -1) || (pageName.indexOf("regulation",0) != -1) || (pageName.indexOf("special",0) != -1) || (pageName.indexOf("support",0) != -1) || (pageName.indexOf("sign",0) != -1) || (pageName.indexOf("instructor",0) != -1) ) {
        strDir = "../";
}

document.write('<div id="header">');
document.write('<h1 id="hLogo"><img alt="" src="'+ strDir +'common/images/head_logo.jpg"></h1>');
document.write('<div id="hMenu">');
document.write('<ul class="clearfix">');
document.write('</ul>');
document.write('</div>');
document.write('<p class="toTop"><a href="'+ strDir +'index.html">TOP</a></p>');
document.write('</div>');