/**
 * function of ecs.
 * write material list.
 */
function write_ecs_512(list_count, associate_id)
{
	var UrlArray = new Array(
	<!--$$URL_ARRAY$$-->
      "4089081181",
      "B0038Z7OI0",
      "B003BFV2JE",
      "B0039OHEKI",
      "B0037LYR3U",
      "B00391LDJ4",
      "B0038KI1GE",
      "B0038Z7OSK",
      "B0038Z7O44",
      "4840132313",
<!--$$URL_ARRAY$$-->
	  ""
	);

	var ImgArray = new Array(
	<!--$$IMG_ARRAY$$-->
      "http://ecx.images-amazon.com/images/I/51-QsmQQRML._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/611VjviziLL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51g6m7P2TdL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51C%2BHMY7FDL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/61y5pNkQfYL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/61im1rMa1sL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/61kJYdbE0IL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/61g2lZu2pYL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/61fZ1SbNYrL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51cH1QNkYWL._SL75_.jpg",
<!--$$IMG_ARRAY$$-->
	  ""
	);

	var TitleArray = new Array(
	<!--$$TITLE_ARRAY$$-->
      "紅kure-nai 第5巻 オリジナルアニメDVD付き 予約限定版",
      "Newtype ( ニュータイプ ) 2010年 04月号 [雑誌]",
      "電撃ラブプラスVOL.1 高嶺愛花 2010年 4/27号 [雑誌]",
      "ヤングエース Vol.9 2010年 04月号 [雑誌]",
      "Megami MAGAZINE ( メガミマガジン ) 2010年 04月号 [雑誌]",
      "ウルトラジャンプ 2010年 4月号 [雑誌]",
      "アニメディア 2010年 04月号 [雑誌]",
      "電撃萌王 2010年 04月号 [雑誌]",
      "アニメージュ 2010年 04月号 [雑誌]",
      "ダーリンの頭ン中 2",
<!--$$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>"
	);
}

