// 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=\"ctbcMsg28094\" class=\"ctbc_message\" style=\"visibility:hidden;\">");
document.write("  <a href=\"http://www.amazon.co.jp/exec/obidos/ASIN/4334901751/modernsyntax-22/ref=nosim/\" name=\"amazletlink\" target=\"_blank\"><img src=\"http://ec3.images-amazon.com/images/I/41w5pdhcltL._SS500_.jpg\" alt=\"大島優子写真集　君は、誰のもの？\" style=\"border: none;\"  onload=\"ctbcFitImage(this, 'ctbcMsg28094');\"/></a>");
document.write("  <a href=\"http://cotobaco.com/nagasawa/archives28094.html\" title=\"2010-08-20 20:34:44\"> ...</a>");
document.write("</div>");
