/**
 * function of ecs.
 * write material list.
 */
function write_ecs_552(list_count, associate_id)
{
	var UrlArray = new Array(
	<!--$$URL_ARRAY$$-->
      "4522461372",
      "4471160133",
      "4794212453",
      "4522461437",
      "441530110X",
      "4537207108",
      "4806911607",
      "447116015X",
      "4415304648",
      "4806911623",
<!--$$URL_ARRAY$$-->
	  ""
	);

	var ImgArray = new Array(
	<!--$$IMG_ARRAY$$-->
      "http://ecx.images-amazon.com/images/I/51sAwwzUh8L._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/41WcORx7njL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51TDCRHH7ZL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51aT%2Bmv-OCL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51XGuoXd2wL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51ktN-k8fBL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/41nPl0wEPdL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/513Q9OsILPL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51rttCeJtRL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/4171VsZSV%2BL._SL75_.jpg",
<!--$$IMG_ARRAY$$-->
	  ""
	);

	var TitleArray = new Array(
	<!--$$TITLE_ARRAY$$-->
      "1回でうかる!普通免許&lt;ポイント攻略&gt;問題集",
      "覚えるのはこれだけ!原付免許最強総まとめ問題集",
      "決定版　女性のための運転術",
      "運転テクニックおさらいBOOK",
      "現役教官が教える普通免許合格テクニック",
      "普通免許試験に必ず出る!実戦1800題―試験問題が、この1冊ですべて解ける!",
      "一発で合格!普通免許学科試験",
      "一発合格!原付免許超速クリア問題集",
      "スピード合格!第二種免許学科試験問題",
      "一度で受かる!普通免許学科試験問題集",
<!--$$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>"
	);
}


