title = new Array(
	'G3 iBook をサーバに ',
	'インテルマックがやってきた ',
	'Wikipedia 検索をするための Apple Script ',
	'電話番号を読みやすくする ',
	'Finder ウインドウをカラム表示で ',
	'サンタへのリクエスト ',
	'sudo コマンドを AppleScript から操作する ',
	'PDF を結合 ',
	'息子から尊敬を集める方法 ',
	'TagClick を付けてみました ',
	'ヘルパーアプリケーション？　を自動起動する ProcessSpy ',
	'404 からのリンク ',
	'おとうさん、しまないで ',
	'Xcode 始めました ',
	'わが家にやってくる検索ロボット ');
url = new Array(
	'C35549667/E20070817022240/index.html',
	'C35549667/E20070816023504/index.html',
	'C53887262/E20070815123455/index.html',
	'C53887262/E20070405224834/index.html',
	'C53887262/E20070104020742/index.html',
	'C1938946781/E20061223152843/index.html',
	'C53887262/E20061223131414/index.html',
	'C53887262/E20061217172826/index.html',
	'C1938946781/E20060814233243/index.html',
	'C1308878031/E20060515011124/index.html',
	'C53887262/E20060506013809/index.html',
	'C1938946781/E20060423170502/index.html',
	'C1938946781/E20060305192940/index.html',
	'C53887262/E20060122043222/index.html',
	'C35549667/E20060116012952/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 />');
}
