/**
 * function of ecs.
 * write material list.
 */
function write_ecs_144(list_count, associate_id)
{
	var UrlArray = new Array(
	<!--$$URL_ARRAY$$-->
      "4088703677",
      "4088703944",
      "4088703685",
      "4799710869",
      "408908153X",
      "4796402764",
      "4088467388",
      "408870360X",
      "4047278246",
      "4063846237",
<!--$$URL_ARRAY$$-->
	  ""
	);

	var ImgArray = new Array(
	<!--$$IMG_ARRAY$$-->
      "http://ecx.images-amazon.com/images/I/61SJcjVSe1L._SL75_.jpg",
      "http://www.amazlet.com/static/images/no-image.gif",
      "http://ecx.images-amazon.com/images/I/61fh-IWRfXL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51dZ%2BN%2BuoCL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51Vvd1k9DPL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/61%2BnO9muIGL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51rsBCFUjxL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51NCQqG3qoL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51flDJkWTJL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51-4jVs1DZL._SL75_.jpg",
<!--$$IMG_ARRAY$$-->
	  ""
	);

	var TitleArray = new Array(
	<!--$$TITLE_ARRAY$$-->
      "ONE PIECE 65 (ジャンプコミックス)",
      "To LOVEる?とらぶる? ダークネス 4 (ジャンプコミックス)",
      "NARUTO?ナルト? 59 (ジャンプコミックス)",
      "部活の後輩に迫られています (ビーボーイコミックスDX)",
      "TIGER&amp;BUNNY(タイガー&amp;バニー) ~桂正和原画&amp;ラフ画集成~ (初回特典版)",
      "恋する暴君 8 (GUSH COMICS)",
      "君に届け 15 (マーガレットコミックス)",
      "銀魂?ぎんたま? 43 (ジャンプコミックス)",
      "森薫拾遺集 (ビームコミックス)",
      "さんかれあ（5） (講談社コミックス)",
<!--$$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>"
	);
}


