/**
 * function of ecs.
 * write material list.
 */
function write_ecs_260(list_count, associate_id)
{
	var UrlArray = new Array(
	<!--$$URL_ARRAY$$-->
      "B006ZAREOY",
      "440845205X",
      "4894224232",
      "4894224402",
      "4894223759",
      "4862203108",
      "4894223910",
      "4535785538",
      "4894224275",
      "4862202632",
<!--$$URL_ARRAY$$-->
	  ""
	);

	var ImgArray = new Array(
	<!--$$IMG_ARRAY$$-->
      "http://ecx.images-amazon.com/images/I/51zK%2BniFdDL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51hZUfwDsXL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51mAk2q%2Bc2L._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51bdhL7cw2L._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/5194ENV2JCL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51hVEH-up4L._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51YQ8HD7ZWL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51abKd4sJlL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51B0KA3SK4L._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/41yMDf52kYL._SL75_.jpg",
<!--$$IMG_ARRAY$$-->
	  ""
	);

	var TitleArray = new Array(
	<!--$$TITLE_ARRAY$$-->
      "ビリヤード CUE&#39;S (球&#39;s) 2012年 03月号 [雑誌]",
      "ゲームに勝つ!ダーツ絶対上達 (LEVEL UP BOOK)",
      "ザ・ビリヤードA to Z ベーシック編 (The billiards (1))",
      "ザ・ビリヤードA to Z アプリケーション編 (The billiards (3))",
      "ポケット・ビリヤード大全",
      "ロバート・バーンのビリヤードスタンダードブック",
      "ロバート・バーンのビリヤードアドバンスブック",
      "素数からゼータへ、そしてカオスへ",
      "ザ・ビリヤードAtoZ?プラクティス編 (The billiards (2))",
      "トッププロ直伝!ビリヤードスキルアップブック 基本技術完全マスター編",
<!--$$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>"
	);
}


