/**
 * function of ecs.
 * write material list.
 */
function write_ecs_1761(list_count, associate_id)
{
	var UrlArray = new Array(
	<!--$$URL_ARRAY$$-->
      "B0018X4XHE",
      "B0018X4XH4",
      "B001G55BG6",
      "B0014N4WTC",
      "B001G55BGG",
      "B001FB1LLK",
      "B000RG130S",
      "B0018X4XHO",
      "B0016J83A8",
      "B001J2HTRU",
<!--$$URL_ARRAY$$-->
	  ""
	);

	var ImgArray = new Array(
	<!--$$IMG_ARRAY$$-->
      "http://ecx.images-amazon.com/images/I/41W4jTVAovL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/41ytqpuS-tL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/31hYGiwSZwL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/510QBRCI85L._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/31hYGiwSZwL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51sTRDqxUoL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/61wUqxOmWRL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/41vyoUWugJL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51YrRcqHihL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/41pk-%2BTod6L._SL75_.jpg",
<!--$$IMG_ARRAY$$-->
	  ""
	);

	var TitleArray = new Array(
	<!--$$TITLE_ARRAY$$-->
      "あっ、ども。おひさしぶりです。(初回限定盤)(DVD付)",
      "あっ、ども。おひさしぶりです。(通常盤)",
      "THE“BESTEST”BENNIE K SHOW(DVD付)",
      "SEAMO Round About Tour ~2007年 シーモ半期 珍プレー好プレー大賞~ Final at 日本武道館 [DVD]",
      "THE“BESTEST”BENNIE K SHOW",
      "ナミダ",
      "Fly Away(初回生産限定盤)(DVD付)",
      "あっ、ども。おひさしぶりです。(期間限定盤)(DVD付)",
      "Stock Delivery",
      "あっ、ども。おひさしぶりです。(初回限定盤)(DVD付)",
<!--$$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>"
	);
}


