title = new Array(
	'ブログ移行します ',
	'ともたん2歳に ',
	'○京都2-1水戸● ',
	'てくてくエンジェルPocketが勝手にリセットされる ',
	'iPod nano到着 ',
	'液晶ディスプレイ購入 ',
	'戻ってきたシェーバー ',
	'新しいKeynote使用中 ',
	'●愛媛0-1京都○ ',
	'単独首位 ',
	'『Google活用最強の裏ワザ・隠しワザ』 ',
	'新しいiPod ',
	'ともたん発熱 ',
	'家族旅行 ',
	'ほぼ日手帳2008注文 ');
url = new Array(
	'C1261958174/E20070917114225/index.html',
	'C1843589796/E20070916222703/index.html',
	'C243840967/E20070915220304/index.html',
	'C981613362/E20070914211335/index.html',
	'C772442909/E20070913210753/index.html',
	'C981613362/E20070912212206/index.html',
	'C981613362/E20070911214802/index.html',
	'C772442909/E20070910212912/index.html',
	'C243840967/E20070909212534/index.html',
	'C1334942367/E20070908232259/index.html',
	'C782496931/E20070907212307/index.html',
	'C772442909/E20070906215252/index.html',
	'C1843589796/E20070905213631/index.html',
	'C1843589796/E20070904194505/index.html',
	'C981613362/E20070904195037/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 />');
}
