/**
 * function of ecs.
 * write material list.
 */
function write_ecs_952(list_count, associate_id)
{
	var UrlArray = new Array(
	<!--$$URL_ARRAY$$-->
      "B002ZFSB04",
      "B002ZFSAWI",
      "B0036W3XQW",
      "B002J95190",
      "B002ZFSB0E",
      "B00317CORQ",
      "B00338T642",
      "B0012RE4MU",
      "B000QEIVDS",
      "B002GWP6OA",
<!--$$URL_ARRAY$$-->
	  ""
	);

	var ImgArray = new Array(
	<!--$$IMG_ARRAY$$-->
      "http://ecx.images-amazon.com/images/I/41QJ2OlA8jL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51Sa-NzVnZL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51%2BGuZVR0KL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/41Y9ZjTWQ9L._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/41z4zpyCP-L._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/41PnLoK5zRL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51jYzAr%2BUiL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51xK4A6KrXL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/41%2B23U-E3ZL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51d3t3mQEeL._SL75_.jpg",
<!--$$IMG_ARRAY$$-->
	  ""
	);

	var TitleArray = new Array(
	<!--$$TITLE_ARRAY$$-->
      "CHANGE MYSELF(DVD付)",
      "IDENTITY(DVD付)【ジャケットA】",
      "m-flo 10 Years Special Live ?we are one?(仮) [DVD]",
      "ayaka's History 2006-2009",
      "CHANGE MYSELF",
      "CONTRAST",
      "JAM(初回限定盤)(DVD付)",
      "EXILE CATCHY BEST (DVD付)",
      "空はまるで",
      "You Are My Love【初回限定盤】",
<!--$$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>"
	);
}

