/**
 * function of ecs.
 * write material list.
 */
function write_ecs_1148(list_count, associate_id)
{
	var UrlArray = new Array(
	<!--$$URL_ARRAY$$-->
      "4777810097",
      "4837981062",
      "4072805777",
      "4862802893",
      "4799311182",
      "4796689184",
      "484511254X",
      "415209267X",
      "4833419920",
      "4796689257",
<!--$$URL_ARRAY$$-->
	  ""
	);

	var ImgArray = new Array(
	<!--$$IMG_ARRAY$$-->
      "http://www.amazlet.com/static/images/no-image.gif",
      "http://ecx.images-amazon.com/images/I/51SkWhq7b2L._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/41qud1Gq-9L._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/41DQHnR5GWL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/41Ith6THcgL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51dlZfyWQOL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51QHlpo25PL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51Uwn-WBcTL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51OK58IkFxL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51cPuXeT5pL._SL75_.jpg",
<!--$$IMG_ARRAY$$-->
	  ""
	);

	var TitleArray = new Array(
	<!--$$TITLE_ARRAY$$-->
      "世界でいちばん成功している会社の愛の仕事術（仮）",
      "人を味方につける男、敵にする男: 仕事がうまくいく人の「不思議な魅力」 (知的生きかた文庫)",
      "あなたがどんな状況でも成功する8つの性格?もし会社がつぶれたとしても成功できる方法",
      "夢をかなえる具体力 絶対に身につけたい33のルール",
      "35歳までに知っておきたい最幸の働き方",
      "裏社会に学ぶ最強の交渉・処世術",
      "ＤＶＤＢＯＯＫ　フツーの仕事がしたい (旬報社DVD BOOK)",
      "小さなチーム、大きな仕事〔完全版〕: 37シグナルズ成功の法則",
      "なぜ、20代女子社員は超ヒット商品を生み出せたか ? 「キリンフリー」大成功に学ぶ仕事術",
      "ぜんぶマンガで簡単にわかる ドラッカー超入門 (別冊宝島 1840 スタディー)",
<!--$$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>"
	);
}


