/**
 * function of ecs.
 * write material list.
 */
function write_ecs_512(list_count, associate_id)
{
	var UrlArray = new Array(
	<!--$$URL_ARRAY$$-->
      "4063583627",
      "B0072IBYTO",
      "4832277693",
      "4757534485",
      "B0072IBZ1G",
      "4396762976",
      "475753146X",
      "4757528523",
      "B006ZAREM6",
      "4757529406",
<!--$$URL_ARRAY$$-->
	  ""
	);

	var ImgArray = new Array(
	<!--$$IMG_ARRAY$$-->
      "http://ecx.images-amazon.com/images/I/51T189HgWtL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/61hl-r5TsGL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51SL097BEGL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51HvINBEmsL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/513x7JF2YmL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/5182G1ZZAEL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51zHg6mg%2BRL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51ko3JXPjeL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/6129o43LXHL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51t4PWtXvFL._SL75_.jpg",
<!--$$IMG_ARRAY$$-->
	  ""
	);

	var TitleArray = new Array(
	<!--$$TITLE_ARRAY$$-->
      "DVD付き初回限定版 魔法先生ネギま!(37) (講談社キャラクターズA)",
      "Newtype (ニュータイプ) 2012年 03月号 [雑誌]",
      "棺担ぎのクロ。~懐中旅話~ (3) (まんがタイムKRコミックス)",
      "妖狐×僕SS(6) (ガンガンコミックスJOKER)",
      "ミラクルジャンプ No.07 2012年 3/10号 [雑誌]",
      "ヘルタースケルター (Feelコミックス)",
      "妖狐×僕SS(4) (ガンガンコミックスＪＯＫＥＲ)",
      "妖狐×僕SS(いぬぼくシークレットサービス) 2 (ガンガンコミックスJOKER)",
      "ジャンプ SQ. (スクエア) 2012年 03月号 [雑誌]",
      "妖狐×僕SS(いぬぼくシークレットサービス) 3 (ガンガンコミックスJOKER)",
<!--$$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>"
	);
}


