title = new Array(
	'ふふふ復活〜!?',
	'【お知らせ】ちょっくら更新、止まります...',
	'iBlog 1.4にアップ',
	'１周年...',
	'ブクログって何だ!?',
	'ちょっと気になるあのCMソング...',
	'Vodafone、W-CDMA方式の新端末７モデルを発表',
	'お知らせ',
	'Nisus Writer Express 2.0 is now released!',
	'プチトラ、アップデート',
	'EGWORD 14 &amp; EGBRIDGE 15、発表',
	'「あなたの浮気度、実はこのくらい」',
	'カバラ数秘術であるぞよ',
	'なんか、変・・・',
	'ブルネイ皇太子、花嫁さんは17歳女子高生！');
url = new Array(
	'C990548765/E89119776/index.html',
	'C990548765/E366471596/index.html',
	'C2057271223/E1179111880/index.html',
	'C2057271223/E2064947990/index.html',
	'C2057271223/E1474576390/index.html',
	'C35425994/E143907068/index.html',
	'C1378183332/E1060106919/index.html',
	'C2057271223/E238364290/index.html',
	'C508016025/E140457974/index.html',
	'C2057271223/E1945952926/index.html',
	'C508016025/E1900249331/index.html',
	'C990548765/E536534215/index.html',
	'C508016025/E724592302/index.html',
	'C990548765/E883581914/index.html',
	'C613196806/E468388236/index.html');
count = title.length;
for (i = 0; i < count; i++) {
	document.write('+<a href="' + recent_entries_path + url[i] + '">' + title[i] + '</a><br />');
}
