<!--
var sFile = window.location.pathname.slice(-9,-5);
var sYear = sFile.substring(0,2);
var sMonth = sFile.substring(2,4);
var sPre;
var sNext;

if (sMonth == '01') {
	sPre = ('00' + (sYear - 1)).slice(-2) + '12';
	sNext = sYear + '02';
} else if (sMonth == '12') {
	sPre = sYear + '11';
	sNext = ('00' + (sYear - 1 + 2)).slice(-2) + '01';
} else if (0 < (sMonth - 0) && (sMonth - 0) < 13) {
	sPre = sYear + ('00' + (sMonth - 1)).slice(-2);
	sNext = sYear + ('00' + (sMonth - 1 + 2)).slice(-2);
} else {
	sPre = 'INDEX';
	sNext = 'INDEX';
};

document.write('<table border="0"><tr>');
if (window.location.hash != '') {
	document.write('<td valign="middle" align="center" bgcolor="#c0c0ff">');
	document.write('&nbsp;<a href="#" onclick="history.go(-2); return false;">前のページに戻る＜＜</a>&nbsp;');
	document.write('</td><td valign="middle">&nbsp;　&nbsp;</td>');
};
if (sPre != 'INDEX') {
	document.write('<td valign="middle"><a href="./');
	document.write(sPre);
	document.write('.html">前の月＜</a>&nbsp;　&nbsp;</td>');
};
document.write('<td valign="middle">');
document.write('2002 / &nbsp;01&nbsp;02&nbsp;03&nbsp;04&nbsp;05');

if (sFile == '0206') {document.write('&nbsp;<font color="blue">06</font>');} else {document.write('&nbsp<a href="./0206.html">06</a>');};
if (sFile == '0207') {document.write('&nbsp;<font color="blue">07</font>');} else {document.write('&nbsp<a href="./0207.html">07</a>');};
if (sFile == '0208') {document.write('&nbsp;<font color="blue">08</font>');} else {document.write('&nbsp<a href="./0208.html">08</a>');};
if (sFile == '0209') {document.write('&nbsp;<font color="blue">09</font>');} else {document.write('&nbsp<a href="./0209.html">09</a>');};
if (sFile == '0210') {document.write('&nbsp;<font color="blue">10</font>');} else {document.write('&nbsp<a href="./0210.html">10</a>');};
if (sFile == '0211') {document.write('&nbsp;<font color="blue">11</font>');} else {document.write('&nbsp<a href="./0211.html">11</a>');};
if (sFile == '0212') {document.write('&nbsp;<font color="blue">12</font>');} else {document.write('&nbsp<a href="./0212.html">12</a>');};

document.write('<br>2003 / ');

if (sFile == '0301') {document.write('&nbsp;<font color="blue">01</font>');} else {document.write('&nbsp<a href="./0301.html">01</a>');};
if (sFile == '0302') {document.write('&nbsp;<font color="blue">02</font>');} else {document.write('&nbsp<a href="./0302.html">02</a>');};
if (sFile == '0303') {document.write('&nbsp;<font color="blue">03</font>');} else {document.write('&nbsp<a href="./0303.html">03</a>');};
if (sFile == '0304') {document.write('&nbsp;<font color="blue">04</font>');} else {document.write('&nbsp<a href="./0304.html">04</a>');};
if (sFile == '0305') {document.write('&nbsp;<font color="blue">05</font>');} else {document.write('&nbsp<a href="./0305.html">05</a>');};
if (sFile == '0306') {document.write('&nbsp;<font color="blue">06</font>');} else {document.write('&nbsp<a href="./0306.html">06</a>');};
if (sFile == '0307') {document.write('&nbsp;<font color="blue">07</font>');} else {document.write('&nbsp<a href="./0307.html">07</a>');};
if (sFile == '0308') {document.write('&nbsp;<font color="blue">08</font>');} else {document.write('&nbsp<a href="./0308.html">08</a>');};
if (sFile == '0309') {document.write('&nbsp;<font color="blue">09</font>');} else {document.write('&nbsp<a href="./0309.html">09</a>');};
if (sFile == '0310') {document.write('&nbsp;<font color="blue">10</font>');} else {document.write('&nbsp<a href="./0310.html">10</a>');};
if (sFile == '0311') {document.write('&nbsp;<font color="blue">11</font>');} else {document.write('&nbsp<a href="./0311.html">11</a>');};
if (sFile == '0312') {document.write('&nbsp;<font color="blue">12</font>');} else {document.write('&nbsp<a href="./0312.html">12</a>');};

document.write('<br>2004 / ');

if (sFile == '0401') {document.write('&nbsp;<font color="blue">01</font>');} else {document.write('&nbsp<a href="./0401.html">01</a>');};
if (sFile == '0402') {document.write('&nbsp;<font color="blue">02</font>');} else {document.write('&nbsp<a href="./0402.html">02</a>');};
if (sFile == '0403') {document.write('&nbsp;<font color="blue">03</font>');} else {document.write('&nbsp<a href="./0403.html">03</a>');};
if (sFile == '0404') {document.write('&nbsp;<font color="blue">04</font>');} else {document.write('&nbsp<a href="./0404.html">04</a>');};
if (sFile == '0405') {document.write('&nbsp;<font color="blue">05</font>');} else {document.write('&nbsp<a href="./0405.html">05</a>');};
if (sFile == '0406') {document.write('&nbsp;<font color="blue">06</font>');} else {document.write('&nbsp<a href="./0406.html">06</a>');};
if (sFile == '0407') {document.write('&nbsp;<font color="blue">07</font>');} else {document.write('&nbsp<a href="./0407.html">07</a>');};
if (sFile == '0408') {document.write('&nbsp;<font color="blue">08</font>');} else {document.write('&nbsp<a href="./0408.html">08</a>');};
if (sFile == '0409') {document.write('&nbsp;<font color="blue">09</font>');} else {document.write('&nbsp<a href="./0409.html">09</a>');};
if (sFile == '0410') {document.write('&nbsp;<font color="blue">10</font>');} else {document.write('&nbsp<a href="./0410.html">10</a>');};
if (sFile == '0411') {document.write('&nbsp;<font color="blue">11</font>');} else {document.write('&nbsp<a href="./0411.html">11</a>');};
if (sFile == '0412') {document.write('&nbsp;<font color="blue">12</font>');} else {document.write('&nbsp<a href="./0412.html">12</a>');};

document.write('<br>2005 / ');

if (sFile == '0501') {document.write('&nbsp;<font color="blue">01</font>');} else {document.write('&nbsp<a href="./0501.html">01</a>');};
if (sFile == '0502') {document.write('&nbsp;<font color="blue">02</font>');} else {document.write('&nbsp<a href="./0502.html">02</a>');};
if (sFile == '0503') {document.write('&nbsp;<font color="blue">03</font>');} else {document.write('&nbsp<a href="./0503.html">03</a>');};
if (sFile == '0504') {document.write('&nbsp;<font color="blue">04</font>');} else {document.write('&nbsp<a href="./0504.html">04</a>');};
if (sFile == '0505') {document.write('&nbsp;<font color="blue">05</font>');} else {document.write('&nbsp<a href="./0505.html">05</a>');};
if (sFile == '0506') {document.write('&nbsp;<font color="blue">06</font>');} else {document.write('&nbsp<a href="./0506.html">06</a>');};
if (sFile == '0507') {document.write('&nbsp;<font color="blue">07</font>');} else {document.write('&nbsp<a href="./0507.html">07</a>');};
if (sFile == '0508') {document.write('&nbsp;<font color="blue">08</font>');} else {document.write('&nbsp<a href="./0508.html">08</a>');};
if (sFile == '0509') {document.write('&nbsp;<font color="blue">09</font>');} else {document.write('&nbsp<a href="./0509.html">09</a>');};
if (sFile == '0510') {document.write('&nbsp;<font color="blue">10</font>');} else {document.write('&nbsp<a href="./0510.html">10</a>');};
if (sFile == '0511') {document.write('&nbsp;<font color="blue">11</font>');} else {document.write('&nbsp<a href="./0511.html">11</a>');};
if (sFile == '0512') {document.write('&nbsp;<font color="blue">12</font>');} else {document.write('&nbsp<a href="./0512.html">12</a>');};

document.write('<br>2006 / ');

if (sFile == '0601') {document.write('&nbsp;<font color="blue">01</font>');} else {document.write('&nbsp<a href="./0601.html">01</a>');};
if (sFile == '0602') {document.write('&nbsp;<font color="blue">02</font>');} else {document.write('&nbsp<a href="./0602.html">02</a>');};
document.write('&nbsp;03');
if (sFile == '0604') {document.write('&nbsp;<font color="blue">04</font>');} else {document.write('&nbsp<a href="./0604.html">04</a>');};
if (sFile == '0605') {document.write('&nbsp;<font color="blue">05</font>');} else {document.write('&nbsp<a href="./0605.html">05</a>');};
if (sFile == '0606') {document.write('&nbsp;<font color="blue">06</font>');} else {document.write('&nbsp<a href="./0606.html">06</a>');};

document.write('</td><td valign="middle">');
if (sFile != '0606' && sNext != 'INDEX') {
	document.write('&nbsp;　&nbsp;<a href="');
	document.write(sNext);
	document.write('.html">＞次の月</a>');
};
document.write('</td></tr></table>');

//-->