/**
 * function of ecs.
 * write material list.
 */
function write_ecs_952(list_count, associate_id)
{
	var UrlArray = new Array(
	<!--$$URL_ARRAY$$-->
      "B006U6CT48",
      "B006ZSTJOE",
      "B005J7CSJ0",
      "B0012RE4MU",
      "B0047AIZYW",
      "B0048JEEK6",
      "B004LRO7FC",
      "B000QEIVDS",
      "B000J4S62G",
      "B000UVXIE4",
<!--$$URL_ARRAY$$-->
	  ""
	);

	var ImgArray = new Array(
	<!--$$IMG_ARRAY$$-->
      "http://ecx.images-amazon.com/images/I/411nuyVITCL._SL75_.jpg",
      "http://www.amazlet.com/static/images/no-image.gif",
      "http://ecx.images-amazon.com/images/I/51RLKpHzj-L._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51xK4A6KrXL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/614nZ8QevyL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/612%2BDYVbxsL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/414sszSyzLL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/41%2B23U-E3ZL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51JcLWcS25L._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51T7RRsJMXL._SL75_.jpg",
<!--$$IMG_ARRAY$$-->
	  ""
	);

	var TitleArray = new Array(
	<!--$$TITLE_ARRAY$$-->
      "STEREO WORXXX(ボーナスディスク付)",
      "SQUARE ONE（DVD付)",
      "“ETERNAL HEAVEN” TOUR 2010 [DVD]",
      "EXILE CATCHY BEST (DVD付)",
      "INFINITY 16 BEST(初回限定盤)(DVD付)",
      "THE BEST OF DOPING PANDA",
      "Digitalian is eating breakfast 2",
      "空はまるで",
      "ALL THE BEST (初回限定盤)(DVD付)",
      "m-flo TOUR 2007「COSMICOLOR」@YOKOHAMA ARENA [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>"
	);
}


