/**
 * function of ecs.
 * write material list.
 */
function write_ecs_2559(list_count, associate_id)
{
	var UrlArray = new Array(
	<!--$$URL_ARRAY$$-->
      "B005G6N8K2",
      "B005G6N8P2",
      "B003Y5I49W",
      "B004LQ0B0I",
      "B00687EU1E",
      "B00687EUBE",
      "B005MIJF7Y",
      "B005G6N8KW",
      "B005X3UL0I",
      "B00687EU4Q",
<!--$$URL_ARRAY$$-->
	  ""
	);

	var ImgArray = new Array(
	<!--$$IMG_ARRAY$$-->
      "http://ecx.images-amazon.com/images/I/51BJU2ALiDL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/511QE-hMCvL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51tdjmh-ZqL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51M0O2ZjhWL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51cu2A6z38L._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51vFWxaF0yL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51-P%2Bjc7c%2BL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/513i6ZQwJ1L._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51nQb-kGyIL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51DtEJKjAcL._SL75_.jpg",
<!--$$IMG_ARRAY$$-->
	  ""
	);

	var TitleArray = new Array(
	<!--$$TITLE_ARRAY$$-->
      "Norton Internet Security 2012",
      "Norton Internet Security 2012 2コニコパック",
      "ウイルスセキュリティZERO 1,980円",
      "ノートン 360 バージョン5.0",
      "ESET Smart Security V5.0",
      "ESET NOD32アンチウイルス V5.0 Windows/Mac対応",
      "Norton Internet Security 2012 同時購入1年版",
      "Norton Internet Security 2012 オフィスパック 5PC",
      "ノートンインターネットセキュリティMac版 2万本限定",
      "ESET Smart Security V5.0 更新",
<!--$$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>"
	);
}


