// js feed from cotobaco.
try {
  ctbc_width = ctbc_width;
} catch(e) {
  ctbc_width = 160;
}

function ctbcFitImage(img, id)
{
	var width = img.width;
	if (width  <= 0) {
		var images = [new Image()];
		images[0].src = img.src;
		width  = images[0].width;
	}

	if (width  > ctbc_width) {
		img.width = ctbc_width;
	}

	document.getElementById(id).style.visibility="visible";
}
document.write("<div id=\"ctbcMsg40666\" class=\"ctbc_message\" style=\"visibility:hidden;\">");
document.write("  <a href=\"http://www.amazon.co.jp/exec/obidos/ASIN/B006NTTVSO/modernsyntax-22/ref=nosim/\" name=\"amazletlink\" target=\"_blank\"><img src=\"http://ecx.images-amazon.com/images/I/61LJ6uAxfBL._SL500_.jpg\" alt=\"ポケモン+(プラス)ノブナガの野望 (初回限定特典：「ノブナガの黒いレックウザ」カード 同梱)\" style=\"border: none;\"  onload=\"ctbcFitImage(this, 'ctbcMsg40666');\"/></a>");
document.write("  <a href=\"http://cotobaco.com/nagasawa/archives40666.html\" title=\"2012-01-20 19:01:33\"> ...</a>");
document.write("</div>");

