title = new Array(
	'RX-8 燃費ログ その125\n',
	'RX-8 燃費ログ その124\n',
	'RX-8 燃費ログ その123\n',
	'RX-8 燃費ログ その122\n',
	'RX-8 燃費ログ その121\n',
	'DropBoxなんかもいかがでしょうか？\n',
	'RX-8 燃費ログ その120\n',
	'SugarSyncとかいかがでしょうか？\n',
	'オモリ組に入るんだ。\n',
	'ティッシュに釣られてiPhone\n3GSに……\n',
	'コンタクト新調\n',
	'RX-8 燃費ログ その119\n',
	'ひさびさI.O.P＆ニューB.Cデビュー\n',
	'curlとcrontabで定期的にTwitterのスパマーをブロックする。\n',
	'金田伊功さんが亡くなった。\n');
url = new Array(
	'C1951022084/E20100125081746/index.html',
	'C1951022084/E20091230023753/index.html',
	'C1951022084/E20091230022647/index.html',
	'C1951022084/E20091230022508/index.html',
	'C1951022084/E20090930081553/index.html',
	'C1027354400/E20090823221028/index.html',
	'C1951022084/E20090816202254/index.html',
	'C1027354400/E20090815040310/index.html',
	'C660459102/E20090812215250/index.html',
	'C1207602883/E20090810002609/index.html',
	'C1832227130/E20090809222207/index.html',
	'C1951022084/E20090804045226/index.html',
	'C660459102/E20090802233526/index.html',
	'C1207602883/E20090730133005/index.html',
	'C678236308/E20090722184000/index.html');
count = title.length;
for (i = 0; i < count; i++) {
	document.write('<div class="sideitem"><a href="' + recent_entries_path + url[i] + '">' + title[i] + '</a></div>');
}
