/**
 * function of ecs.
 * write material list.
 */
function write_ecs_952(list_count, associate_id)
{
	var UrlArray = new Array(
	<!--$$URL_ARRAY$$-->
      "B002ZFSAWI",
      "B002J95190",
      "B002L48EJW",
      "B0012RE4MU",
      "B002GWP6OA",
      "B000UVXIE4",
      "B001QEALUI",
      "B002ZFSAWS",
      "B002JM5NN6",
      "B000QEIVDS",
<!--$$URL_ARRAY$$-->
	  ""
	);

	var ImgArray = new Array(
	<!--$$IMG_ARRAY$$-->
      "http://ecx.images-amazon.com/images/I/51Sa-NzVnZL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/41Y9ZjTWQ9L._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/41O%2Bp0Q7oFL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51xK4A6KrXL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51d3t3mQEeL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51T7RRsJMXL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51qp3hRNfKL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/61wrLfHsq4L._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/41OZGv7WauL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/41%2B23U-E3ZL._SL75_.jpg",
<!--$$IMG_ARRAY$$-->
	  ""
	);

	var TitleArray = new Array(
	<!--$$TITLE_ARRAY$$-->
      "IDENTITY(DVD付)【ジャケットA】",
      "ayaka's History 2006-2009",
      "FURUSATO",
      "EXILE CATCHY BEST (DVD付)",
      "You Are My Love【初回限定盤】",
      "m-flo TOUR 2007「COSMICOLOR」@YOKOHAMA ARENA [DVD]",
      "EXILE PERFECT YEAR 2008 ULTIMATE BEST BOX【初回限定生産】",
      "IDENTITY【ジャケットB】",
      "MF10 -10th ANNIVERSARY BEST-(DVD付)",
      "空はまるで",
<!--$$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>"
	);
}

