document.write('<center>');

if(location.pathname == "/" || location.pathname == "/index.html"){
	document.write('<b>Home</b> | ');
}else{
	document.write('<a href="/">Home</a> | ');
}

if(location.pathname == "/linux/" || location.pathname == "/linux/index.html"){
	document.write('<b>Linux</b> | ');
}else{
	document.write('<a href="/linux/index.html">Linux</a> | ');
}

if(location.pathname == "/freebsd/" || location.pathname == "/freebsd/index.html"){
	document.write('<b>FreeBSD</b> | ');
}else{
	document.write('<a href="/freebsd/index.html">FreeBSD</a> | ');
}

if(location.pathname == "/pc/" || location.pathname == "/pc/index.html"){
	document.write('<b>ぱそこん</b> | ');
}else{
	document.write('<a href="/pc/index.html">ぱそこん</a> | ');
}

if(location.pathname == "/essay/momo1.htm"){
	document.write('<b>いらすと</b> | ');
}else{
	document.write('<a href="/essay/momo1.htm">いらすと</a> | ');
}

if(location.pathname == "/essay/" || location.pathname == "/essay/index.html"){
	document.write('<b>がらくた</b> | ');
}else{
	document.write('<a href="/essay/index.htm">がらくた</a> | ');
}

if(location.pathname == "/liquor/" || location.pathname == "/liquor/index.htm"){
	document.write('<b>梅酒</b>');
}else{
	document.write('<a href="/liquor/index.htm">梅酒</a> | ');
}

if(location.pathname == "/cgi-bin/hp/yomaigoto"){
	document.write('<b>通い帳</b> | ');
}else{
	document.write('<a href="/cgi-bin/hp/yomaigoto">通い帳</a> | ');
}

if(location.pathname == "/sitemap.html"){
	document.write('<b>SiteMap</b> | ');
}else{
	document.write('<a href="/sitemap.html">SiteMap</a> | ');
}

if(location.pathname == "/link.html"){
	document.write('<b>Link</b> | ');
}else{
	document.write('<a href="/link.html">Link</a> | ');
}


document.write('</center>');
