/**
 * function of ecs.
 * write material list.
 */
function write_ecs_190(list_count, associate_id)
{
	var UrlArray = new Array(
	<!--$$URL_ARRAY$$-->
      "B006GH73G0",
      "B007A7XGCK",
      "B006OQ0FGS",
      "B006W5UZKM",
      "B0076V7HS4",
      "B007A3D82M",
      "B007A3D5HK",
      "B006BHUS6W",
      "B006QCKODO",
      "B006U21SDA",
<!--$$URL_ARRAY$$-->
	  ""
	);

	var ImgArray = new Array(
	<!--$$IMG_ARRAY$$-->
      "http://ecx.images-amazon.com/images/I/61TjKRVDeFL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51KygixW%2BuL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51mfoO72cJL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/61Fp-iEmc2L._SL75_.jpg",
      "http://www.amazlet.com/static/images/no-image.gif",
      "http://www.amazlet.com/static/images/no-image.gif",
      "http://www.amazlet.com/static/images/no-image.gif",
      "http://ecx.images-amazon.com/images/I/51il5PClMkL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51atARgfLNL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51x6ZroRwqL._SL75_.jpg",
<!--$$IMG_ARRAY$$-->
	  ""
	);

	var TitleArray = new Array(
	<!--$$TITLE_ARRAY$$-->
      "君の神話~アクエリオン第二章",
      "diorama",
      "The Everlasting Guilty Crown(初回生産限定盤)",
      "Tell Your World EP【初回限定盤CD＋DVD】",
      "(仮)EXIT TUNES PRESENTS 「CLΦSH」",
      "NANA MIZUKI LIVE CASTLE×JOURNEY-QUEEN- [Blu-ray]",
      "NANA MIZUKI LIVE CASTLE×JOURNEY-KING- [Blu-ray]",
      "Until The Last Day　（初回限定版）",
      "告白/僕らのあしあと(初回生産限定盤A)(DVD付)",
      "Let’s go!スマイルプリキュア!(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>"
	);
}


