/**
 * function of ecs.
 * write material list.
 */
function write_ecs_1148(list_count, associate_id)
{
	var UrlArray = new Array(
	<!--$$URL_ARRAY$$-->
      "4478012911",
      "4774512397",
      "4813235883",
      "4153200115",
      "4796674837",
      "4769610203",
      "4887597800",
      "4894513773",
      "489451379X",
      "4904209028",
<!--$$URL_ARRAY$$-->
	  ""
	);

	var ImgArray = new Array(
	<!--$$IMG_ARRAY$$-->
      "http://ecx.images-amazon.com/images/I/41ipSlPGwiL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51jiBUVP4QL._SL75_.jpg",
      "http://www.amazlet.com/static/images/no-image.gif",
      "http://ecx.images-amazon.com/images/I/41uuWhm0XdL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51gPnDv3byL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51yQOHi4aqL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/514zgedhVML._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51t3rev-ahL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51TwRVPr6TL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/41WgOLmHoRL._SL75_.jpg",
<!--$$IMG_ARRAY$$-->
	  ""
	);

	var TitleArray = new Array(
	<!--$$TITLE_ARRAY$$-->
      "なぜあの人は仕事ができるのか",
      "業績を上げたければ ビジネス書はもう読むな!",
      "トップアスリートに学ぶ!ここ一番の仕事集中術成功の法則 (ビジマル)",
      "小さなチーム、大きな仕事?37シグナルズ成功の法則 (ハヤカワ新書juice)",
      "「興味」と「成功」の法則 “ほんとうのあなた”を仕事に活かそう! (DVD付)",
      "成功する人が必ずやっている時間の使い方",
      "マインドマップ記憶術",
      "億万長者との契約書",
      "1分間の日記で夢は必ずかなう!~成功と幸せを引き寄せる!「感性」を刺激する習慣~",
      "すべての仕事がやりたいことに変わる?成功をつかむ脳機能メソッド40",
<!--$$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>"
	);
}

