/**
 * function of ecs.
 * write material list.
 */
function write_ecs_61(list_count, associate_id)
{
	var UrlArray = new Array(
	<!--$$URL_ARRAY$$-->
      "B0079XA59C",
      "B0074GQJYO",
      "B006ZTJOVQ",
      "B006W6JSY0",
      "B0076RQJRS",
      "B004TK5ZH0",
      "B005ZOPANI",
      "B006GK0OKY",
      "B007A3D82M",
      "B007A3D5HK",
<!--$$URL_ARRAY$$-->
	  ""
	);

	var ImgArray = new Array(
	<!--$$IMG_ARRAY$$-->
      "http://ecx.images-amazon.com/images/I/51G25p4m8mL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51G25p4m8mL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51eZFl9bM7L._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51G25p4m8mL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/516U-3rD1WL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/61xa4ZjWNrL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/41gO2kH7TWL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51woByDkhJL._SL75_.jpg",
      "http://www.amazlet.com/static/images/no-image.gif",
      "http://www.amazlet.com/static/images/no-image.gif",
<!--$$IMG_ARRAY$$-->
	  ""
	);

	var TitleArray = new Array(
	<!--$$TITLE_ARRAY$$-->
      "「偽物語」 第三巻/かれんビー（下）【完全生産限定版】 [Blu-ray]",
      "「偽物語」 第二巻/かれんビー（中）【完全生産限定版】 [Blu-ray]",
      "機動戦士ガンダムUC 5 [Blu-ray]",
      "「偽物語」第一巻/かれんビー（上）【完全生産限定版】 [Blu-ray]",
      "ペルソナ4 7【完全生産限定版】 [Blu-ray]",
      "STEINS;GATE Vol.9【初回限定版】 [Blu-ray]",
      "『Fate/Zero』 Blu-ray Disc Box ?",
      "ペルソナ4　4【完全生産限定版】 [Blu-ray]",
      "NANA MIZUKI LIVE CASTLE×JOURNEY-QUEEN- [Blu-ray]",
      "NANA MIZUKI LIVE CASTLE×JOURNEY-KING- [Blu-ray]",
<!--$$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>"
	);
}


