// 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=\"ctbcMsg25691\" class=\"ctbc_message\" style=\"visibility:hidden;\">");
document.write("  <a href=\"http://www.amazon.co.jp/exec/obidos/ASIN/B002M3UEP4/modernsyntax-22/ref=nosim/\" name=\"amazletlink\" target=\"_blank\"><img src=\"http://ecx.images-amazon.com/images/I/51ZDAy7c8KL._SL640_.jpg\" alt=\"サマーウォーズ [Blu-ray]\" style=\"border: none;\"  onload=\"ctbcFitImage(this, 'ctbcMsg25691');\"/></a><br /><a href=\"http://www.amazon.co.jp/exec/obidos/ASIN/B002M3UEP4/modernsyntax-22/ref=nosim/\" name=\"amazletlink\" target=\"_blank\">サマーウォーズ [Blu-ray]</a>");
document.write("  <a href=\"http://cotobaco.com/nagasawa/archives25691.html\" title=\"2010-03-03 13:22:42\"> ...</a>");
document.write("</div>");
