title = new Array(
	'たのまれグッバイ ',
	'エアバンジョー ',
	'メガブロック ガンダムシリーズ ',
	'金魚屋古書店出納帳 ＆ 金魚屋古書店 ',
	'JoJo Dilemma ',
	'絶望の悲鳴を発せ！ ',
	'♪レラレラレラレラ〜ピザ・モッツァレラ♪ ',
	'容赦せんせんせんせんせん・・・ ',
	'マングース ',
	'音楽戦隊ナノレンジャー ');
url = new Array(
	'C1676618846/E20070604025011/index.html',
	'C163794599/E20070205004251/index.html',
	'C163794599/E20061123230701/index.html',
	'C486751959/E20061112041042/index.html',
	'C1913261012/E20061109044016/index.html',
	'C1913261012/E20061105033402/index.html',
	'C486751959/E20061105054440/index.html',
	'C1913261012/E20061101015401/index.html',
	'C486751959/E20061019051319/index.html',
	'C1733019208/E20061016050705/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 />');
}
