document.write('<div id="navigation">\n');
document.write('	<div class="block">\n');
document.write('		<h2>カレンダー</h2>\n');
document.write('		<table summary="2012年1月のカレンダー">\n');
document.write('			<tr>\n');
document.write('				<th colspan="7">2012年1月</th>\n');
document.write('			</tr>\n');
document.write('			<tr>\n');
document.write('				<td>日</td>\n');
document.write('				<td>月</td>\n');
document.write('				<td>火</td>\n');
document.write('				<td>水</td>\n');
document.write('				<td>木</td>\n');
document.write('				<td>金</td>\n');
document.write('				<td>土</td>\n');
document.write('			</tr>\n');
document.write('			<tr>\n');
document.write('				<td id="calendar_20120101"><span class="sunday">1</span></td>\n');
document.write('				<td id="calendar_20120102"><span class="sunday">2</span></td>\n');
document.write('				<td id="calendar_20120103"><span class="day">3</span></td>\n');
document.write('				<td id="calendar_20120104"><span class="day">4</span></td>\n');
document.write('				<td id="calendar_20120105"><span class="day">5</span></td>\n');
document.write('				<td id="calendar_20120106"><span class="day">6</span></td>\n');
document.write('				<td id="calendar_20120107"><span class="satday">7</span></td>\n');
document.write('			</tr>\n');
document.write('			<tr>\n');
document.write('				<td id="calendar_20120108"><span class="sunday">8</span></td>\n');
document.write('				<td id="calendar_20120109"><span class="sunday">9</span></td>\n');
document.write('				<td id="calendar_20120110"><span class="day">10</span></td>\n');
document.write('				<td id="calendar_20120111"><span class="day">11</span></td>\n');
document.write('				<td id="calendar_20120112"><span class="day">12</span></td>\n');
document.write('				<td id="calendar_20120113"><span class="day">13</span></td>\n');
document.write('				<td id="calendar_20120114"><span class="satday">14</span></td>\n');
document.write('			</tr>\n');
document.write('			<tr>\n');
document.write('				<td id="calendar_20120115"><span class="sunday">15</span></td>\n');
document.write('				<td id="calendar_20120116"><span class="day">16</span></td>\n');
document.write('				<td id="calendar_20120117"><span class="day">17</span></td>\n');
document.write('				<td id="calendar_20120118"><span class="day">18</span></td>\n');
document.write('				<td id="calendar_20120119"><span class="day">19</span></td>\n');
document.write('				<td id="calendar_20120120"><span class="day">20</span></td>\n');
document.write('				<td id="calendar_20120121"><span class="satday">21</span></td>\n');
document.write('			</tr>\n');
document.write('			<tr>\n');
document.write('				<td id="calendar_20120122"><span class="sunday">22</span></td>\n');
document.write('				<td id="calendar_20120123"><span class="day">23</span></td>\n');
document.write('				<td id="calendar_20120124"><span class="day">24</span></td>\n');
document.write('				<td id="calendar_20120125"><span class="day">25</span></td>\n');
document.write('				<td id="calendar_20120126"><span class="day">26</span></td>\n');
document.write('				<td id="calendar_20120127"><span class="day">27</span></td>\n');
document.write('				<td id="calendar_20120128"><span class="satday">28</span></td>\n');
document.write('			</tr>\n');
document.write('			<tr>\n');
document.write('				<td id="calendar_20120129"><span class="sunday">29</span></td>\n');
document.write('				<td id="calendar_20120130"><span class="day">30</span></td>\n');
document.write('				<td id="calendar_20120131"><span class="day">31</span></td>\n');
document.write('				<td>-</td>\n');
document.write('				<td>-</td>\n');
document.write('				<td>-</td>\n');
document.write('				<td>-</td>\n');
document.write('			</tr>\n');
document.write('			<tr>\n');
document.write('				<td>-</td>\n');
document.write('				<td>-</td>\n');
document.write('				<td>-</td>\n');
document.write('				<td>-</td>\n');
document.write('				<td>-</td>\n');
document.write('				<td>-</td>\n');
document.write('				<td>-</td>\n');
document.write('			</tr>\n');
document.write('		</table>\n');
document.write('		<ul class="calender">\n');
document.write('			<li><a href="http://pomehouse.com/Bellett/diary.cgi?date=201112">前の月</a></li>\n');
document.write('			<li><a href="http://pomehouse.com/Bellett/diary.cgi?date=201202">次の月</a></li>\n');
document.write('		</ul>\n');
document.write('	</div>\n');
document.write('	<div class="block">\n');
document.write('		<h2>分類一覧</h2>\n');
document.write('		<ul>\n');
document.write('			<li>\n');
document.write('				<a href="http://pomehouse.com/Bellett/diary.cgi?target=1">NEWS!</a> （6件）\n');
document.write('			</li>\n');
document.write('			<li>\n');
document.write('				<a href="http://pomehouse.com/Bellett/diary.cgi?target=2">SALE!</a> （0件）\n');
document.write('			</li>\n');
document.write('			<li>\n');
document.write('				<a href="http://pomehouse.com/Bellett/diary.cgi?target=3">▼MENBERS</a> （113件）\n');
document.write('				<ul>\n');
document.write('					<li><a href="http://pomehouse.com/Bellett/diary.cgi?target=4">No.00〜No.09</a> （10件）</li>\n');
document.write('					<li><a href="http://pomehouse.com/Bellett/diary.cgi?target=5">No.10〜No.19</a> （8件）</li>\n');
document.write('					<li><a href="http://pomehouse.com/Bellett/diary.cgi?target=6">No.20〜No.29</a> （10件）</li>\n');
document.write('					<li><a href="http://pomehouse.com/Bellett/diary.cgi?target=7">No.30〜No.39</a> （10件）</li>\n');
document.write('					<li><a href="http://pomehouse.com/Bellett/diary.cgi?target=8">No.40〜No.49</a> （9件）</li>\n');
document.write('					<li><a href="http://pomehouse.com/Bellett/diary.cgi?target=9">No.50〜No.59</a> （10件）</li>\n');
document.write('					<li><a href="http://pomehouse.com/Bellett/diary.cgi?target=10">No.60〜No.69</a> （10件）</li>\n');
document.write('					<li><a href="http://pomehouse.com/Bellett/diary.cgi?target=11">No.70〜No.79</a> （10件）</li>\n');
document.write('					<li><a href="http://pomehouse.com/Bellett/diary.cgi?target=12">No.80〜No.89</a> （10件）</li>\n');
document.write('					<li><a href="http://pomehouse.com/Bellett/diary.cgi?target=13">No.90〜No.99</a> （10件）</li>\n');
document.write('					<li><a href="http://pomehouse.com/Bellett/diary.cgi?target=14">No.100〜109</a> （10件）</li>\n');
document.write('					<li><a href="http://pomehouse.com/Bellett/diary.cgi?target=15">No.110〜119</a> （6件）</li>\n');
document.write('					<li><a href="http://pomehouse.com/Bellett/diary.cgi?target=16">No.120〜129</a> （0件）</li>\n');
document.write('					<li><a href="http://pomehouse.com/Bellett/diary.cgi?target=17">No.130〜139</a> （0件）</li>\n');
document.write('				</ul>\n');
document.write('			</li>\n');
document.write('			<li>\n');
document.write('				<a href="http://pomehouse.com/Bellett/diary.cgi?target=18">PARTS LIST</a> （0件）\n');
document.write('			</li>\n');
document.write('			<li>\n');
document.write('				<a href="http://pomehouse.com/Bellett/diary.cgi?target=19">▼JOIN</a> （2件）\n');
document.write('				<ul>\n');
document.write('					<li><a href="http://pomehouse.com/Bellett/diary.cgi?target=20">Guide</a> （1件）</li>\n');
document.write('					<li><a href="http://pomehouse.com/Bellett/diary.cgi?target=21">Form</a> （1件）</li>\n');
document.write('				</ul>\n');
document.write('			</li>\n');
document.write('			<li>\n');
document.write('				<a href="http://pomehouse.com/Bellett/diary.cgi?target=22">▼DATA</a> （12件）\n');
document.write('				<ul>\n');
document.write('					<li><a href="http://pomehouse.com/Bellett/diary.cgi?target=23">Speck</a> （1件）</li>\n');
document.write('					<li><a href="http://pomehouse.com/Bellett/diary.cgi?target=24">Catalog</a> （1件）</li>\n');
document.write('					<li><a href="http://pomehouse.com/Bellett/diary.cgi?target=25">Models</a> （10件）</li>\n');
document.write('				</ul>\n');
document.write('			</li>\n');
document.write('			<li>\n');
document.write('				<a href="http://pomehouse.com/Bellett/diary.cgi?target=26">BOARD</a> （3件）\n');
document.write('			</li>\n');
document.write('		</ul>\n');
document.write('	</div>\n');
document.write('	<div class="block">\n');
document.write('		<h2>ログ検索</h2>\n');
document.write('		<form action="http://pomehouse.com/Bellett/diary.cgi" method="get">\n');
document.write('			<fieldset>\n');
document.write('				<legend>検索フォーム</legend>\n');
document.write('				<input type="hidden" name="mode" value="search" />\n');
document.write('				<input type="hidden" name="cond" value="and" />\n');
document.write('				<dl>\n');
document.write('					<dt>キーワード</dt>\n');
document.write('						<dd><input type="text" name="word" size="20" value="" /></dd>\n');
document.write('				</dl>\n');
document.write('				<p><input type="submit" value="検索する" /></p>\n');
document.write('			</fieldset>\n');
document.write('		</form>\n');
document.write('	</div>\n');
document.write('	<div class="block">\n');
document.write('		<h2>最近の記事</h2>\n');
document.write('		<dl>\n');
document.write('			<dt><a href="http://pomehouse.com/Bellett/diary.cgi?no=132">サイトリニューアル</a><!-- <em class="new">New!</em>--></dt>\n');
document.write('				<dd>2007/10/04 14:58</dd>\n');
document.write('			<dt><a href="http://pomehouse.com/Bellett/diary.cgi?no=135">Image Board</a><!-- <em class="new">New!</em>--></dt>\n');
document.write('				<dd>2007/10/04 14:56</dd>\n');
document.write('			<dt><a href="http://pomehouse.com/Bellett/diary.cgi?no=134">BBS</a><!-- <em class="new">New!</em>--></dt>\n');
document.write('				<dd>2007/10/04 14:48</dd>\n');
document.write('			<dt><a href="http://pomehouse.com/Bellett/diary.cgi?no=136">Guest Book</a><!-- <em class="new">New!</em>--></dt>\n');
document.write('				<dd>2007/10/04 11:44</dd>\n');
document.write('			<dt><a href="http://pomehouse.com/Bellett/diary.cgi?no=120">会員No.116</a><!-- <em class="new">New!</em>--></dt>\n');
document.write('				<dd>2006/12/31 00:26</dd>\n');
document.write('		</dl>\n');
document.write('	</div>\n');
document.write('	<div class="block">\n');
document.write('		<h2>最近のコメント</h2>\n');
document.write('		<dl>\n');
document.write('			<dt><a href="http://pomehouse.com/Bellett/diary.cgi?mode=comment&amp;no=49#comment">未承認</a> <em class="new">New!</em></dt>\n');
document.write('				<dd>未承認</dd>\n');
document.write('				<dd>2012/01/28 16:44</dd>\n');
document.write('			<dt><a href="http://pomehouse.com/Bellett/diary.cgi?mode=comment&amp;no=10#comment">未承認</a><!-- <em class="new">New!</em>--></dt>\n');
document.write('				<dd>未承認</dd>\n');
document.write('				<dd>2012/01/17 20:34</dd>\n');
document.write('			<dt><a href="http://pomehouse.com/Bellett/diary.cgi?mode=comment&amp;no=14#comment">未承認</a><!-- <em class="new">New!</em>--></dt>\n');
document.write('				<dd>未承認</dd>\n');
document.write('				<dd>2012/01/12 08:29</dd>\n');
document.write('			<dt><a href="http://pomehouse.com/Bellett/diary.cgi?mode=comment&amp;no=10#comment">未承認</a><!-- <em class="new">New!</em>--></dt>\n');
document.write('				<dd>未承認</dd>\n');
document.write('				<dd>2011/12/12 21:18</dd>\n');
document.write('			<dt><a href="http://pomehouse.com/Bellett/diary.cgi?mode=comment&amp;no=14#comment">未承認</a><!-- <em class="new">New!</em>--></dt>\n');
document.write('				<dd>未承認</dd>\n');
document.write('				<dd>2011/12/11 06:26</dd>\n');
document.write('		</dl>\n');
document.write('	</div>\n');
document.write('	<div class="block">\n');
document.write('		<h2>最近のトラックバック</h2>\n');
document.write('		<dl>\n');
document.write('		</dl>\n');
document.write('	</div>\n');
document.write('</div>\n');
document.write('<div id="information">\n');
document.write('	<div class="block">\n');
document.write('		<h2>プロフィール</h2>\n');
document.write('		<ul>\n');
document.write('			<li><a href="http://pomehouse.com/Bellett/diary.cgi?mode=profile&amp;user=admin">Bellett Owner\'s Web Club</a></li>\n');
document.write('		</ul>\n');
document.write('	</div>\n');
document.write('	<div class="block">\n');
document.write('		<h2>お知らせ</h2>\n');
document.write('		<ul>\n');
document.write('			<li>“Bellett Owner\'s Web Club”は2007年10月1日よりブログ形式といたしました。それに伴い、モバイルでのアクセスも可能となりました。<br /><br /><img src="./image/qr.gif" width="94" height="94"><br />▲QRコード</li>\n');
document.write('	</div>\n');
document.write('	<div class="block">\n');
document.write('		<h2>リンク集</h2>\n');
document.write('		<ul>\n');
document.write('			<li>\n');
document.write('				▼Maker\'s WebSite\n');
document.write('				<ul>\n');
document.write('					<li><a href="http://www.isuzu.co.jp/" target="_blank">いすゞ自動車</a></li>\n');
document.write('				</ul>\n');
document.write('			</li>\n');
document.write('			<li>\n');
document.write('				▼Car Club WebSite\n');
document.write('				<ul>\n');
document.write('					<li><a href="http://home.kpn.nl/dcc/" target="_blank">Isuzu Club HOLLAND</a></li>\n');
document.write('				</ul>\n');
document.write('				<ul>\n');
document.write('					<li><a href="http://members.jcom.home.ne.jp/bellett/" target="_blank">ISUZU Bellett Owners Club &quot;Tears&quot;</a></li>\n');
document.write('				</ul>\n');
document.write('				<ul>\n');
document.write('					<li><a href="http://www.geocities.co.jp/MotorCity-Pit/3765/" target="_blank">MAZDA CosmoAP Owner\'s Club</a></li>\n');
document.write('				</ul>\n');
document.write('				<ul>\n');
document.write('					<li><a href="http://www.geocities.jp/sabisabi_club/" target="_blank">sabisabi-club</a></li>\n');
document.write('				</ul>\n');
document.write('				<ul>\n');
document.write('					<li><a href="http://www.geocities.co.jp/MotorCity-Pit/3452/" target="_blank">PF Owner\'s Club BLACK and BLUE</a></li>\n');
document.write('				</ul>\n');
document.write('			</li>\n');
document.write('			<li>\n');
document.write('				▼Member\'s WebSite\n');
document.write('				<ul>\n');
document.write('					<li><a href="http://www.ceres.dti.ne.jp/~hatabo/Bellet/Bellet.htm" target="_blank">Bellet復活プロジェクト</a></li>\n');
document.write('				</ul>\n');
document.write('				<ul>\n');
document.write('					<li><a href="http://sapporo.cool.ne.jp/bellett/" target="_blank">Belletのぺーじ</a></li>\n');
document.write('				</ul>\n');
document.write('				<ul>\n');
document.write('					<li><a href="http://www.chez-ishida.jp/blog/" target="_blank">ベレットに乗った山の大将</a></li>\n');
document.write('				</ul>\n');
document.write('				<ul>\n');
document.write('					<li><a href="http://homepage2.nifty.com/dads-scene_in_the60s/" target="_blank">DAD\'s Circuite Meeting SCENE IN THE 60s</a></li>\n');
document.write('				</ul>\n');
document.write('				<ul>\n');
document.write('					<li><a href="http://www.type-j.com/bellett.html" target="_blank">Mini-Cooper Type-J</a></li>\n');
document.write('				</ul>\n');
document.write('				<ul>\n');
document.write('					<li><a href="http://www.geocities.jp/os21fsrc/bellett.html" target="_blank">なつかしい自動車の美術室</a></li>\n');
document.write('				</ul>\n');
document.write('				<ul>\n');
document.write('					<li><a href="http://www5b.biglobe.ne.jp/%7eakita-k/newpage%20bellet%2000.htm" target="_blank">G180オーバーホールの記録</a></li>\n');
document.write('				</ul>\n');
document.write('			</li>\n');
document.write('			<li>\n');
document.write('				▼Shop\n');
document.write('				<ul>\n');
document.write('					<li><a href="http://www.eagle-sayama.com/" target="_blank">ISUZU Sports Car Shop EAGLE SAYAMA</a></li>\n');
document.write('				</ul>\n');
document.write('				<ul>\n');
document.write('					<li><a href="http://geocities.yahoo.co.jp/gl/modifysport" target="_blank">Modify Sport GEARBOX</a></li>\n');
document.write('				</ul>\n');
document.write('			</li>\n');
document.write('			<li>\n');
document.write('				▼Etc.\n');
document.write('				<ul>\n');
document.write('					<li><a href="http://blog.livedoor.jp/isuzudas/" target="_blank">ISUZUDAS</a></li>\n');
document.write('				</ul>\n');
document.write('			</li>\n');
document.write('		</ul>\n');
document.write('	</div>\n');
document.write('	<div class="block">\n');
document.write('		<h2>過去ログ</h2>\n');
document.write('		<ul>\n');
document.write('			<li><a href="http://pomehouse.com/Bellett/diary.cgi?date=200710">2007年10月</a> （4件）</li>\n');
document.write('			<li><a href="http://pomehouse.com/Bellett/diary.cgi?date=200612">2006年12月</a> （2件）</li>\n');
document.write('			<li><a href="http://pomehouse.com/Bellett/diary.cgi?date=200607">2006年07月</a> （4件）</li>\n');
document.write('			<li><a href="http://pomehouse.com/Bellett/diary.cgi?date=200605">2006年05月</a> （2件）</li>\n');
document.write('			<li><a href="http://pomehouse.com/Bellett/diary.cgi?date=200604">2006年04月</a> （1件）</li>\n');
document.write('			<li><a href="http://pomehouse.com/Bellett/diary.cgi?date=200603">2006年03月</a> （1件）</li>\n');
document.write('			<li><a href="http://pomehouse.com/Bellett/diary.cgi?date=200602">2006年02月</a> （2件）</li>\n');
document.write('			<li><a href="http://pomehouse.com/Bellett/diary.cgi?date=200601">2006年01月</a> （1件）</li>\n');
document.write('			<li><a href="http://pomehouse.com/Bellett/diary.cgi?date=200512">2005年12月</a> （1件）</li>\n');
document.write('			<li><a href="http://pomehouse.com/Bellett/diary.cgi?date=200511">2005年11月</a> （8件）</li>\n');
document.write('			<li><a href="http://pomehouse.com/Bellett/diary.cgi?date=200509">2005年09月</a> （1件）</li>\n');
document.write('			<li><a href="http://pomehouse.com/Bellett/diary.cgi?date=200508">2005年08月</a> （3件）</li>\n');
document.write('			<li><a href="http://pomehouse.com/Bellett/diary.cgi?date=200507">2005年07月</a> （1件）</li>\n');
document.write('			<li><a href="http://pomehouse.com/Bellett/diary.cgi?date=200506">2005年06月</a> （1件）</li>\n');
document.write('			<li><a href="http://pomehouse.com/Bellett/diary.cgi?date=200503">2005年03月</a> （2件）</li>\n');
document.write('			<li><a href="http://pomehouse.com/Bellett/diary.cgi?date=200502">2005年02月</a> （2件）</li>\n');
document.write('			<li><a href="http://pomehouse.com/Bellett/diary.cgi?date=200501">2005年01月</a> （11件）</li>\n');
document.write('			<li><a href="http://pomehouse.com/Bellett/diary.cgi?date=200412">2004年12月</a> （2件）</li>\n');
document.write('			<li><a href="http://pomehouse.com/Bellett/diary.cgi?date=200411">2004年11月</a> （2件）</li>\n');
document.write('			<li><a href="http://pomehouse.com/Bellett/diary.cgi?date=200409">2004年09月</a> （5件）</li>\n');
document.write('			<li><a href="http://pomehouse.com/Bellett/diary.cgi?date=200407">2004年07月</a> （4件）</li>\n');
document.write('			<li><a href="http://pomehouse.com/Bellett/diary.cgi?date=200405">2004年05月</a> （1件）</li>\n');
document.write('			<li><a href="http://pomehouse.com/Bellett/diary.cgi?date=200403">2004年03月</a> （1件）</li>\n');
document.write('			<li><a href="http://pomehouse.com/Bellett/diary.cgi?date=200402">2004年02月</a> （2件）</li>\n');
document.write('			<li><a href="http://pomehouse.com/Bellett/diary.cgi?date=200401">2004年01月</a> （4件）</li>\n');
document.write('			<li><a href="http://pomehouse.com/Bellett/diary.cgi?date=200311">2003年11月</a> （1件）</li>\n');
document.write('			<li><a href="http://pomehouse.com/Bellett/diary.cgi?date=200309">2003年09月</a> （1件）</li>\n');
document.write('			<li><a href="http://pomehouse.com/Bellett/diary.cgi?date=200308">2003年08月</a> （2件）</li>\n');
document.write('			<li><a href="http://pomehouse.com/Bellett/diary.cgi?date=200307">2003年07月</a> （1件）</li>\n');
document.write('			<li><a href="http://pomehouse.com/Bellett/diary.cgi?date=200306">2003年06月</a> （2件）</li>\n');
document.write('			<li><a href="http://pomehouse.com/Bellett/diary.cgi?date=200305">2003年05月</a> （1件）</li>\n');
document.write('			<li><a href="http://pomehouse.com/Bellett/diary.cgi?date=200304">2003年04月</a> （3件）</li>\n');
document.write('			<li><a href="http://pomehouse.com/Bellett/diary.cgi?date=200303">2003年03月</a> （2件）</li>\n');
document.write('			<li><a href="http://pomehouse.com/Bellett/diary.cgi?date=200302">2003年02月</a> （2件）</li>\n');
document.write('			<li><a href="http://pomehouse.com/Bellett/diary.cgi?date=200212">2002年12月</a> （2件）</li>\n');
document.write('			<li><a href="http://pomehouse.com/Bellett/diary.cgi?date=200211">2002年11月</a> （1件）</li>\n');
document.write('			<li><a href="http://pomehouse.com/Bellett/diary.cgi?date=200210">2002年10月</a> （3件）</li>\n');
document.write('			<li><a href="http://pomehouse.com/Bellett/diary.cgi?date=200209">2002年09月</a> （3件）</li>\n');
document.write('			<li><a href="http://pomehouse.com/Bellett/diary.cgi?date=200205">2002年05月</a> （3件）</li>\n');
document.write('			<li><a href="http://pomehouse.com/Bellett/diary.cgi?date=200203">2002年03月</a> （3件）</li>\n');
document.write('			<li><a href="http://pomehouse.com/Bellett/diary.cgi?date=200112">2001年12月</a> （1件）</li>\n');
document.write('			<li><a href="http://pomehouse.com/Bellett/diary.cgi?date=200111">2001年11月</a> （1件）</li>\n');
document.write('			<li><a href="http://pomehouse.com/Bellett/diary.cgi?date=200110">2001年10月</a> （1件）</li>\n');
document.write('			<li><a href="http://pomehouse.com/Bellett/diary.cgi?date=200108">2001年08月</a> （1件）</li>\n');
document.write('			<li><a href="http://pomehouse.com/Bellett/diary.cgi?date=200105">2001年05月</a> （2件）</li>\n');
document.write('			<li><a href="http://pomehouse.com/Bellett/diary.cgi?date=200104">2001年04月</a> （3件）</li>\n');
document.write('			<li><a href="http://pomehouse.com/Bellett/diary.cgi?date=200103">2001年03月</a> （3件）</li>\n');
document.write('			<li><a href="http://pomehouse.com/Bellett/diary.cgi?date=199902">1999年02月</a> （5件）</li>\n');
document.write('			<li><a href="http://pomehouse.com/Bellett/diary.cgi?date=199901">1999年01月</a> （5件）</li>\n');
document.write('			<li><a href="http://pomehouse.com/Bellett/diary.cgi?date=199812">1998年12月</a> （6件）</li>\n');
document.write('			<li><a href="http://pomehouse.com/Bellett/diary.cgi?date=199811">1998年11月</a> （3件）</li>\n');
document.write('			<li><a href="http://pomehouse.com/Bellett/diary.cgi?date=199810">1998年10月</a> （3件）</li>\n');
document.write('			<li><a href="http://pomehouse.com/Bellett/diary.cgi?date=199809">1998年09月</a> （3件）</li>\n');
document.write('			<li><a href="http://pomehouse.com/Bellett/diary.cgi?date=199801">1998年01月</a> （1件）</li>\n');
document.write('		</ul>\n');
document.write('	</div>\n');
document.write('</div>\n');
document.write('<div id="logs">\n');

