title = new Array(
	'『時をかける少女』のサントラ',
	'巨大卵の中から小卵　中にもう１個？滋賀県立八日市南高校',
	'iTunesでカラオケ。歌詞表示フリーウエア',
	'Mac上でテレビを見るワンセグチューナー（選択肢は２つ）',
	'大感激の熊本城',
	'iBlog(このブログ)をLeopard用に微調整',
	'市場の言葉、国家の言葉',
	'大銀座落語祭2007☆快楽亭ブラック',
	'大銀座落語祭2007☆外国語落語【英語落語】',
	'大銀座落語祭2007☆【中国語落語】');
url = new Array(
	'C1759716392/E20090812030505/index.html',
	'C666824942/E20081105101130/index.html',
	'C1894321180/E20081016190011/index.html',
	'C1894321180/E20080815131857/index.html',
	'C359288429/E20080815162631/index.html',
	'C1894321180/E20080815165521/index.html',
	'C55289049/E20070726014532/index.html',
	'C359288429/E20070717015331/index.html',
	'C359288429/E20070729152212/index.html',
	'C726448712/E20070717015239/index.html');
count = title.length;
for (i = 0; i < count; i++) {
	document.write(' <a href="' + recent_entries_path + url[i] + '">' + title[i] + '</a><br />');
}
