/**
 * function of ecs.
 * write material list.
 */
function write_ecs_260(list_count, associate_id)
{
	var UrlArray = new Array(
	<!--$$URL_ARRAY$$-->
      "B0038QZQ20",
      "4894224232",
      "4894224275",
      "4862202632",
      "4408451584",
      "4894224402",
      "4902484706",
      "4894223759",
      "B0035LNAR6",
      "4791601114",
<!--$$URL_ARRAY$$-->
	  ""
	);

	var ImgArray = new Array(
	<!--$$IMG_ARRAY$$-->
      "http://ecx.images-amazon.com/images/I/512A5gvoXKL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51mAk2q%2Bc2L._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51B0KA3SK4L._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/41PcPNDA9gL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51SvAKSyRqL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51QYKA4QVCL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51QTJ4PP98L._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/5194ENV2JCL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51x8eodeONL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51GR88GWFGL._SL75_.jpg",
<!--$$IMG_ARRAY$$-->
	  ""
	);

	var TitleArray = new Array(
	<!--$$TITLE_ARRAY$$-->
      "ビリヤード CUE'S ( 球's ) 2010年 04月号 [雑誌]",
      "ザ・ビリヤードA to Z ベーシック編 (The billiards (1))",
      "ザ・ビリヤードAtoZ?プラクティス編 (The billiards (2))",
      "トッププロ直伝!ビリヤードスキルアップブック 基本技術完全マスター編",
      "劇的に強くなる!ビリヤード絶対上達(LEVEL UP BOOK)",
      "ザ・ビリヤードA to Z アプリケーション編 (The billiards (3))",
      "梶谷景美のビリヤード入門[DVD]?ポケットビリヤード攻略法 (NHK趣味悠々)",
      "ポケット・ビリヤード大全",
      "ビリヤード CUE'S ( 球's ) 2010年 03月号 [雑誌]",
      "図解ビリヤード",
<!--$$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>"
	);
}

