/**
 * function of ecs.
 * write material list.
 */
function write_ecs_2270(list_count, associate_id)
{
	var UrlArray = new Array(
	<!--$$URL_ARRAY$$-->
      "4569797601",
      "4798122971",
      "4140882026",
      "483767173X",
      "4255006210",
      "4569690815",
      "4478017034",
      "4833419866",
      "4532317614",
      "4904899245",
<!--$$URL_ARRAY$$-->
	  ""
	);

	var ImgArray = new Array(
	<!--$$IMG_ARRAY$$-->
      "http://ecx.images-amazon.com/images/I/512FD4h1emL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/61hNev6xYfL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51zKAoEVmIL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/518rpRpS8-L._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/41PKP3-HdmL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/41s7YrtfuuL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51-9XYcXd8L._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/514SCHAM84L._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/41OPTwOPtPL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51VHY9idSdL._SL75_.jpg",
<!--$$IMG_ARRAY$$-->
	  ""
	);

	var TitleArray = new Array(
	<!--$$TITLE_ARRAY$$-->
      "２０２２―これから１０年、活躍できる人の条件 (PHPビジネス新書)",
      "ビジネスモデル・ジェネレーション ビジネスモデル設計書",
      "脳が冴える15の習慣―記憶・集中・思考力を高める (生活人新書)",
      "仕事はおもしろい―当代きっての実業家が明かす仕事術の神髄!",
      "情報の呼吸法 (アイデアインク)",
      "伝える力 (PHPビジネス新書)",
      "自分のアタマで考えよう",
      "プロフェッショナルサラリーマン ― 「リストラ予備軍」から「最年少役員」に這い上がった男の仕事術",
      "「ダラダラ癖」から抜け出すための10の法則―集中力を最高にする時間管理のテクニック (BEST OF BUSINESS)",
      "「うつ」とよりそう仕事術 (Nanaブックス)",
<!--$$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>"
	);
}


