// 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=\"ctbcMsg19932\" class=\"ctbc_message\">");
document.write("  黒いですよ…");
document.write("  <a href=\"http://cotobaco.com/star/archives19932.html\" title=\"2009-08-13 16:36:03\"> ...</a>");
document.write("</div>");
