/**
 * function of ecs.
 * write material list.
 */
function write_ecs_57(list_count, associate_id)
{
	var UrlArray = new Array(
	<!--$$URL_ARRAY$$-->
      "4334901859",
      "4838723873",
      "4835620844",
      "4063896323",
      "4763131206",
      "4904835646",
      "4334901840",
      "4812448565",
      "4048990705",
      "406216633X",
<!--$$URL_ARRAY$$-->
	  ""
	);

	var ImgArray = new Array(
	<!--$$IMG_ARRAY$$-->
      "http://ecx.images-amazon.com/images/I/41l7hFHt2oL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51AEp9oY9OL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51MnGGnTn5L._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51Yhkq9ezsL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/4189tfrr0ML._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/41pvEHqMniL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51BMQot9f2L._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51oKf-33NDL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/41e9nQI6owL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51ksoTlCQdL._SL75_.jpg",
<!--$$IMG_ARRAY$$-->
	  ""
	);

	var TitleArray = new Array(
	<!--$$TITLE_ARRAY$$-->
      "【Amazon.co.jp限定】生写真付　　きんぎょ　松井玲奈ファースト写真集",
      "向井 理、ビストロ修行　ハングリー！な簡単レシピ53",
      "ももクロぴあ vol.1 (ぴあMOOK)",
      "指原莉乃1stフォトブック『さしこ』 (講談社　Mook)",
      "人生がときめく片づけの魔法",
      "赤と黒 (大誠ムック 24)",
      "【Amazon.co.jp限定】生写真付　ＮＭＢ４８　ＣＯＭＰＬＥＴＥ　ＢＯＯＫ　２０１２",
      "ＫＡＲＡ写真集 Je t&#39;aime,KARA",
      "ユチョンｉｎミス・リプリー公式写真集プレミアムボックス",
      "AKB48×美女採集",
<!--$$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>"
	);
}


