/**
 * function of ecs.
 * write material list.
 */
function write_ecs_57(list_count, associate_id)
{
	var UrlArray = new Array(
	<!--$$URL_ARRAY$$-->
      "4087805557",
      "4834252183",
      "4091030831",
      "4048850482",
      "4107902145",
      "4160086055",
      "4107902153",
      "4391138697",
      "4403310575",
      "4198628939",
<!--$$URL_ARRAY$$-->
	  ""
	);

	var ImgArray = new Array(
	<!--$$IMG_ARRAY$$-->
      "http://ecx.images-amazon.com/images/I/41iGsnclkCL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51%2BgZN7o8KL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51EnKL-ST7L._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/510ulr1SV-L._SL75_.jpg",
      "http://www.amazlet.com/static/images/no-image.gif",
      "http://ecx.images-amazon.com/images/I/51QGmTSQ91L._SL75_.jpg",
      "http://www.amazlet.com/static/images/no-image.gif",
      "http://ecx.images-amazon.com/images/I/51CdoJKhWOL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/41kRvHzEN6L._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/517d5cg9iEL._SL75_.jpg",
<!--$$IMG_ARRAY$$-->
	  ""
	);

	var TitleArray = new Array(
	<!--$$TITLE_ARRAY$$-->
      "前田敦子写真集『あっちゃん』",
      "渡り廊下走り隊ファースト水着写真集「アッカンベー」",
      "Juicy Dancing たかはし智秋写真集 ファースト即ラスト写真集 (sabraDVDムック)",
      "ユニコーン写真集 少年三浦マガジン",
      "月刊春菜はな (SHINCHO MOOK 128)",
      "原色美人キャスター大図鑑 (文春MOOK)",
      "月刊ミス・ユニバース・ジャパン (SHINCHO MOOK 129)",
      "D-BOYS写真集 DARLING",
      "浅田真央 奇跡(ミラクル)の軌跡~ファースト・フォトブック (写真集)",
      "浅田真央公式写真集 MAO",
<!--$$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>"
	);
}

