/**
 * function of ecs.
 * write material list.
 */
function write_ecs_57(list_count, associate_id)
{
	var UrlArray = new Array(
	<!--$$URL_ARRAY$$-->
      "4087805530",
      "4087805557",
      "4903620700",
      "4198628939",
      "4403310575",
      "4048950770",
      "B0033BSJ9W",
      "4087805549",
      "4062159759",
      "4758011621",
<!--$$URL_ARRAY$$-->
	  ""
	);

	var ImgArray = new Array(
	<!--$$IMG_ARRAY$$-->
      "http://ecx.images-amazon.com/images/I/41KULNI7BaL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51HuDlWpqGL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/41nquCnFjVL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/517d5cg9iEL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/41-nT2RwtNL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/41J9OR9WrBL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/61SxXmUtz8L._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/511OWgIX6NL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51wIlIfWhUL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51IvO856t%2BL._SL75_.jpg",
<!--$$IMG_ARRAY$$-->
	  ""
	);

	var TitleArray = new Array(
	<!--$$TITLE_ARRAY$$-->
      "黒川智花写真集「風花」",
      "前田敦子写真集『あっちゃん』",
      "柴咲コウ フォトブック 「0805」",
      "浅田真央公式写真集 MAO",
      "浅田真央 奇跡(ミラクル)の軌跡~ファースト・フォトブック (写真集)",
      "人間失格 公式写真集 ~starring 生田斗真~",
      "sabra(サブラ) 2010年 03月号(DVD付き)",
      "川島海荷写真集「from Umi」",
      "細川ふみえ Fumming",
      "Fate/stay night 遠坂凜写真集",
<!--$$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>"
	);
}

