// 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=\"ctbcMsg40032\" class=\"ctbc_message\">");
document.write("  松の内（1/15）ギリギリコースの年賀イラスト２点と、寒中見舞いイラスト１点を配布中です。よろしければどうぞ。→<a href=\"http://kyuu.jp/free/\" target=\"_blank\">スタジオきゅう：期間限定・イラスト無料ダウンロード</a>");
document.write("  <a href=\"http://cotobaco.com/boteneko/archives40032.html\" title=\"2012-01-12 21:06:26\"> ...</a>");
document.write("</div>");

