// 共通のタイトルを表示する
title = document.title;
document.write('<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH="100%">');
document.write('<TR><TD BGCOLOR="#3366CC" ROWSPAN=2>&nbsp;<IMG SRC="Image/Title2.jpg" ALT="Title"></TD>');
document.write('<TD ALIGN=RIGHT BGCOLOR="#3366CC"><BR></TD></TR>');
document.write('<TR><TD ALIGN=RIGHT BGCOLOR="#3366CC" CLASS=mini><FONT COLOR=WHITE>');

document.write('Since : 2000/06/15&nbsp;<BR>Last Update : 2009/11/13&nbsp;</FONT></TD></TR></TABLE>');

document.write('<TABLE BORDER=0 CELLPADDING=1 CELLSPACING=0 WIDTH="100%">');
document.write('<TR><TD BGCOLOR="#3399FF" COLSPAN=2 CLASS=smallw><FONT COLOR=WHITE><B>|');
if (title == "YUTO@Web") {
	document.write('&nbsp;<SPAN CLASS=smalllnk>Home</SPAN>&nbsp;|');
} else {
	document.write('&nbsp;<A HREF="" TITLE="Homeへ" CLASS=th>Home</A>&nbsp;|');
}
if (title == "Camp Diary - YUTO@Web") {
	document.write('&nbsp;<SPAN CLASS=smalllnk>Camp Diary</SPAN>&nbsp;|');
} else {
	document.write('&nbsp;<A HREF="CampDiary.htm" TITLE="キャンプ日記" CLASS=th>Camp Diary</A>&nbsp;|');
}
if (title == "Camp Goods - YUTO@Web") {
	document.write('&nbsp;<SPAN CLASS=smalllnk>Camp Goods</SPAN>&nbsp;|');
} else {
	document.write('&nbsp;<A HREF="CampGoods.htm" TITLE="キャンプの道具たち" CLASS=th>Camp Goods</A>&nbsp;|');
}
if (title == "Yuto&Ayumu - YUTO@Web") {
	document.write('&nbsp;<SPAN CLASS=smalllnk>Yuto&Ayumu</SPAN>&nbsp;|');
} else {
	document.write('&nbsp;<A HREF="YutD000.htm" TITLE="ゆうと&あゆむの日記" CLASS=th>Yuto&Ayumu</A>&nbsp;|');
}
document.write('&nbsp;<A HREF="http://www5.rocketbbs.com/653/yutoweb.html" TITLE="何でも掲示板" CLASS=th>BBS</A>&nbsp;|');
document.write('&nbsp;<A HREF="http://yutoweb.exblog.jp/" TITLE="日記代りのblog" CLASS=th target="_blank">blog</A>&nbsp;|');
/*
if (title == "Aquarium - YUTO@Web") {
	document.write('&nbsp;<SPAN CLASS=smalllnk>Aquarium</SPAN>&nbsp;|');
} else {
	document.write('&nbsp;<A HREF="AquD000.htm" TITLE="当家に在住の熱帯魚の紹介" CLASS=th>Aquarium</A>&nbsp;|');
}
if (title == "Old Contents - YUTO@Web") {
	document.write('&nbsp;<SPAN CLASS=smalllnk>Old Contents</SPAN>&nbsp;|');
} else {
	document.write('&nbsp;<A HREF="Link.asp" TITLE="過去のコンテンツ" CLASS=th>Old Contents</A>&nbsp;|');
}
*/
if (title == "Link - YUTO@Web") {
	document.write('&nbsp;<SPAN CLASS=smalllnk>Link</SPAN>&nbsp;|');
} else {
	document.write('&nbsp;<A HREF="Link.htm" TITLE="お仲間・お役立ちリンク" CLASS=th>Link</A>&nbsp;|');
}
if (title == "Profile - YUTO@Web") {
	document.write('&nbsp;<SPAN CLASS=smalllnk>Profile</SPAN>&nbsp;|');
} else {
	document.write('&nbsp;<A HREF="Profile.htm" TITLE="作者のプロフィール" CLASS=th>Profile</A>&nbsp;|');
}
if (title == "About this site - YUTO@Web") {
	document.write('&nbsp;<SPAN CLASS=smalllnk>About this site</SPAN>&nbsp;|');
} else {
	document.write('&nbsp;<A HREF="About.htm" TITLE="このサイトについて" CLASS=th>About this site</A>&nbsp;|');
}
document.write('</B></FONT></TD></TR>');
document.write('</TABLE>');
