// 名手の推薦
function makeCommentList (pageId) {
	
	// 設定
	// 最大表示件数(0の場合、全件表示)
	var intMaxSize = 0;
	
	// 定義
	var strPrefix = "./comment_";
	
// ****************************************************************************
	var intArraySize = 63;
// ****************************************************************************
	
	// 最大表示件数が0件の場合、全件表示にする
	if ( intMaxSize == 0 ) {
		intMaxSize = intArraySize;
	}
	
	// 配列の定義
	var comment = new Array(intArraySize);

// ****************************************************************************
comment[0] = ["池永 祐二","磯釣","20090824_00.html"];
comment[1] = ["妹塚 壮輔","磯釣","20090630_00.html"];
comment[2] = ["鵜沢 政則","磯釣","20090723_00.html"];
comment[3] = ["江頭 弘則","磯釣","20090706_02.html"];
comment[4] = ["大谷 善正","磯釣","20090710_02.html"];
comment[5] = ["大知 &nbsp;昭&nbsp;","磯釣","20090717_01.html"];
comment[6] = ["岡田 大輔","磯釣","20090710_01.html"];
comment[7] = ["笠見 和彦","磯釣","20090706_00.html"];
comment[8] = ["河角 直樹","磯釣","20090629_05.html"];
comment[9] = ["北紺 浩之","磯釣","20090629_01.html"];
comment[10] = ["楠瀬 章広","磯釣 <strong>更新</strong>","20100203_00.html"];
comment[11] = ["小里 哲也","磯釣","20090725_01.html"];
comment[12] = ["澤近 公次郎","磯釣","20090715_00.html"];
comment[13] = ["塩見 孝男","磯釣","20090618_00.html"];
comment[14] = ["白澤 政記","磯釣 <strong>更新</strong>","20100219_01.html"];
comment[15] = ["薗田 貴雅","波止釣","20091215_00.html"];
comment[16] = ["高園 &nbsp;満&nbsp;","磯釣","20090728_01.html"];
comment[17] = ["高橋 康生","磯釣","20090704_00.html"];
comment[18] = ["高橋 秀典","磯釣","20090704_01.html"];
comment[19] = ["立石 宗之","磯釣","20090717_00.html"];
comment[20] = ["中川 幸時","磯釣","20090803_00.html"];
comment[21] = ["永島 義郎","磯釣","20060327_00.html"];
comment[22] = ["西村 純一","磯釣","20090717_02.html"];
comment[23] = ["橋本 敏昭","磯釣","20090906_00.html"];
comment[24] = ["藤野 幸嗣","磯釣","20090701_01.html"];
comment[25] = ["堀口 文敏","磯釣","20090719_00.html"];
comment[26] = ["松本 直行","磯釣","20090709_00.html"];
comment[27] = ["眞子 知也","磯釣","20090629_00.html"];
comment[28] = ["三橋 重晴","磯釣","20090711_00.html"];
comment[29] = ["宮川 &nbsp;明&nbsp;","磯釣","20090727_00.html"];
comment[30] = ["宮本 信也","磯釣","20090701_03.html"];
comment[31] = ["&nbsp;森&nbsp; 英輔","磯釣 <strong>更新</strong>","20100219_00.html"];
comment[32] = ["森方 敏進","磯釣","20090703_00.html"];
comment[33] = ["矢部 &nbsp;卓&nbsp;","磯釣","20090702_00.html"];
comment[34] = ["山口 雅三","磯釣 <strong>更新</strong>","20100209_00.html"];
comment[35] = ["山崎 憲一","磯釣 <strong>更新</strong>","20100126_00.html"];
comment[36] = ["山崎 久美枝","波止釣","20091126_00.html"];
comment[37] = ["山田 富士","磯釣","20090725_00.html"];
comment[38] = ["山根 章裕","磯釣","20091221_00.html"];
comment[39] = ["山本 記久","磯釣","20090715_01.html"];
comment[40] = ["山本 伸二","磯釣","20090730_00.html"];
comment[41] = ["山元 八郎","磯釣","20060501_01.html"];
comment[42] = ["山本 弘茂","磯釣 <strong>NEW</strong>","20100304_00.html"];
comment[43] = ["岡崎 裕二","筏かかり釣","20090805_00.html"];
comment[44] = ["大西 与志夫","筏かかり釣","20090705_01.html"];
comment[45] = ["兼松 伸行","筏かかり釣","20080225_00.html"];
comment[46] = ["多氣 真司","筏かかり釣","20090710_00.html"];
comment[47] = ["中竹 &nbsp;謙&nbsp;","筏かかり釣","20090712_00.html"];
comment[48] = ["正木 義則","筏かかり釣","20090707_01.html"];
comment[49] = ["優城 美香","筏かかり釣","20090706_01.html"];
comment[50] = ["荒井 義徳","エギング","20090728_00.html"];
comment[51] = ["勝本 政裕","エギング","20090629_02.html"];
comment[52] = ["中武 幸司","落込み釣","20090706_04.html"];
comment[53] = ["中本 嗣通","投げ釣り","20090630_01.html"];
comment[54] = ["新宅 功治","波止釣","20090629_04.html"];
comment[55] = ["中村 武志","波止釣","20090626_00.html"];
comment[56] = ["平井 雅明","波止釣","20090701_02.html"];
comment[57] = ["小林 由美","船釣","20090705_00.html"];
comment[58] = ["伊藤 龍也","ルアー","20090825_00.html"];
comment[59] = ["大西 ヒロシ","ルアー","20090708_00.html"];
comment[60] = ["川島 久司","ルアー","20090807_01.html"];
comment[61] = ["中竹 たけし","ルアー","20090707_00.html"];
comment[62] = ["綿井 良隆","ルアー","20100107_00.html"];
// ****************************************************************************
	
	document.write('<h3>五十音順・敬称略</h3>');
	document.write('<ul>');
	for ( i = 0; i <= intMaxSize - 1; i = i + 1 ){
		document.write('<li><a href="' + strPrefix + comment[i][2] + '">' + comment[i][0] + '</a><span style="color:#999999;"> (' + comment[i][1] + ')</span></li>');
	}
	document.write('</ul>');
	if (intMaxSize < intArraySize) {
		document.write('<p>(最新' + intMaxSize + '件を表示)</p>');
	}
}
