title = new Array(
	'左手の魔力?がうすれ、右手に不思議な力が・・・&nbsp;',
	'フランク・ザッパの再発見、テクニックに隠された、ブラック・ジョーク・・・&nbsp;',
	'地上28階のランチタイム、見慣れない新しいビル達・・・&nbsp;',
	'充電の日曜日、ひざしが眩し過ぎです・・・&nbsp;',
	'桜が咲きましたね・・・&nbsp;',
	'忙しさにも、やっと終わりが見えてきました・・・&nbsp;',
	'おしゃれ、ファッション!?　必要な事を考える・・・&nbsp;',
	'日記の書き方を考える・・・&nbsp;',
	'新年度スタート・・・&nbsp;',
	'お久しぶり・・・&nbsp;',
	'趣味について考える・・・&nbsp;',
	'秋になるとお洒落したくなる・・・&nbsp;',
	'世界バスケ開幕・・・&nbsp;',
	'車の中で聴くBGM・・・&nbsp;',
	'CD発掘部隊!!&nbsp;');
url = new Array(
	'C1694913948/E20080410135713/index.html',
	'C1694913948/E20080410131427/index.html',
	'C1694913948/E20080410124915/index.html',
	'C1694913948/E20080406172830/index.html',
	'C1694913948/E20080406171415/index.html',
	'C1694913948/E20080406163607/index.html',
	'C1694913948/E20080406115018/index.html',
	'C1694913948/E20080406103043/index.html',
	'C1694913948/E20080406094441/index.html',
	'C1694913948/E20070716173631/index.html',
	'C1694913948/E20061025044229/index.html',
	'C1694913948/E20061025043051/index.html',
	'C1694913948/E20060820183733/index.html',
	'C1694913948/E20060820184752/index.html',
	'C1694913948/E20060728015821/index.html');
count = title.length;
for (i = 0; i < count; i++) {
	document.write('&#9679;<a href="' + recent_entries_path + url[i] + '">' + title[i] + '</a><br />');
}
