// 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=\"ctbcMsg16170\" class=\"ctbc_message\">");
document.write("  みんなのきょうの料理に登録してみた♪　放送された料理を作った人がコメントを寄せているので、ちょっと参考になりそう。<br><br><A href=\"http://www.kyounoryouri.jp/\"target=\"_blank\">みんなのきょうの料理</a>");
document.write("  <a href=\"http://cotobaco.com/hibisai/archives16170.html\" title=\"2009-02-17 17:33:29\"> ...</a>");
document.write("</div>");
