// 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=\"ctbcMsg3004\" class=\"ctbc_message\">");
document.write("  お湯割りの季節到来という感じですねー");
document.write("  <a href=\"http://cotobaco.com/shibatani/archives3004.html\" title=\"2007-10-19 09:15:01\"> ...</a>");
document.write("</div>");
