/**
 * function of ecs.
 * write material list.
 */
function write_ecs_1813(list_count, associate_id)
{
	var UrlArray = new Array(
	<!--$$URL_ARRAY$$-->
      "B006IL9GQY",
      "B005QGJ5RW",
      "B005SCF6Q8",
      "B003TJ9H5I",
      "B005QX2V7Q",
      "B005QGJ158",
      "B002SSX0AE",
      "B006NTWCNK",
      "B005ZLPX2E",
      "B005I1WE8C",
<!--$$URL_ARRAY$$-->
	  ""
	);

	var ImgArray = new Array(
	<!--$$IMG_ARRAY$$-->
      "http://ecx.images-amazon.com/images/I/51OcHFzNr-L._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/61tjEllLSaL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/61jCKsRVAnL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51IbYFYrgiL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51U1E6-6r9L._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51GFLEZHABL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/21yw%2Bp440%2BL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/41dEcBDI3PL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51cGK57bTCL._SL75_.jpg",
      "http://ecx.images-amazon.com/images/I/51jrNtH%2BhwL._SL75_.jpg",
<!--$$IMG_ARRAY$$-->
	  ""
	);

	var TitleArray = new Array(
	<!--$$TITLE_ARRAY$$-->
      "モンスターハンターフロンティア オンライン フォワード.3 プレミアムパッケージ",
      "真剣で私に恋しなさい!S 初回版",
      "グリザイアの迷宮【予約特典冊子付き】",
      "魔法使いの夜 初回版 (Amazon.co.jpオリジナル特典ポストカード付)",
      "USBオナホールと3Dカスタム少女",
      "WHITE ALBUM2(「introductory chapter」+「closing chapter」セット版)",
      "Microsoft Windows7 Home Premium 64bit 日本語 DSP版 + メモリ [DVD-ROM]",
      "三國志12",
      "美少女万華鏡-呪われし伝説の少女-",
      "『カーニバル・ファンタズム』3rd Season 初回限定版 (Blu-ray)",
<!--$$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>"
	);
}


