// 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=\"ctbcMsg24578\" class=\"ctbc_message\" style=\"visibility:hidden;\">");
document.write("  <a href=\"http://alphabloggers.com/2009/\"><img src=\"http://alphabloggers.com/2009/images/bnr_aba2009.gif\" alt=\"アルファブロガーアワード2009\"  onload=\"ctbcFitImage(this, 'ctbcMsg24578');\"/></a><br />「ビデオキャスト、ポッドキャスト」部門のモダシンさんに投票よろしくお願いします。");
document.write("  <a href=\"http://cotobaco.com/nagasawa/archives24578.html\" title=\"2010-01-25 11:58:09\"> ...</a>");
document.write("</div>");
