/**
 * function of ecs.
 * write material list.
 */
function write_ecs_478(list_count, associate_id)
{
	var UrlArray = new Array(
	<!--$$URL_ARRAY$$-->
      "4003355016",
      "4003355024",
      "4484092123",
      "4047914746",
      "4309503160",
      "4056061793",
      "4092700237",
      "4808707985",
      "408240029X",
      "4794217676",
<!--$$URL_ARRAY$$-->
	  ""
	);

	var ImgArray = new Array(
	<!--$$IMG_ARRAY$$-->
      "http://ecx.images-amazon.com/images/I/5182HCDRMSL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51HJZAD12ML._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/41sm0rfOyLL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/513W7K7T4VL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51VPG893ZGL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/41SDvAlouyL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51aEIlLw-jL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51JHM7R7MFL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/31WC82AH1YL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/41FL4eR8NoL._SL75_.jpg",
<!--$$IMG_ARRAY$$-->
	  ""
	);

	var TitleArray = new Array(
	<!--$$TITLE_ARRAY$$-->
      "レオナルド・ダ・ヴィンチの手記 上 (岩波文庫 青 550-1)",
      "レオナルド・ダ・ヴィンチの手記 下 (岩波文庫 青 550-2)",
      "ペンブックス ダ・ヴィンチ全作品・全解剖 (Pen BOOKS 1)",
      "ダ・ヴィンチ・コード〈上〉",
      "ダ・ヴィンチの遺言 (KAWADE夢新書)",
      "ダ・ヴィンチを知りたい。 (学研ムック)",
      "レオナルド・ダ・ヴィンチ (小学館版学習まんが人物館)",
      "もっと知りたいレオナルド・ダ・ヴィンチ 生涯と作品 (アート・ビギナーズ・コレクション)",
      "学習漫画 世界の伝記―集英社版 (〔29〕): レオナルド・ダ・ビンチ",
      "美しき姫君 　発見されたダ・ヴィンチの真作",
<!--$$TITLE_ARRAY$$-->
	  ""
	);

	if (list_count > UrlArray.length-1) {
		list_count = UrlArray.length-1;
	}

	document.write(
		"<div class=\"bp-ecs\">"
	);

	for (n = 0; n < list_count; n++) {
		var url = "http://www.amazon.co.jp/exec/obidos/ASIN/" + UrlArray[n] + "/" + associate_id + "/ref=nosim/";

		document.write(
			"<div class=\"bp-ecs-item\">"+
			"<a href=\"" + url + "\" target=\"_blank\">" +
			"<img src=\"" + ImgArray[n] + "\">"+
			"</a>"+
			"<div class=\"bp-ecs-product-detail\">"+
			"<a href=\"" + url + "\" target=\"_blank\">" + TitleArray[n] + "</a>"+
			"</div>"+
			"</div>"+
			"<br clear=\"both\">"
		);
	}

	document.write(
		"<div class=\"bp-ecs-banner\"><a href=\"http://www.blogpeople.net/affilist/\" target=\"_blank\"><img src=\"http://www.blogpeople.net/ecs/images/banner.gif\" alt=\"BlogPeople ecs\" style=\"border:none;\"></a></div>"+
		"<div class=\"bp-ecs-poweredby\"><a href=\"http://member.blogpeople.net/click/?pid=380\" target=\"_blank\">Powered by BlogPeople</a></div>"+
		"</div>"
	);
}


