// 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=\"ctbcMsg32251\" class=\"ctbc_message\">");
document.write("  ただいまメールの返信が出来ません。<br>お問い合わせはお電話でお願いします。");
document.write("  <a href=\"http://cotobaco.com/poppet/archives32251.html\" title=\"2011-04-17 19:40:00\"> ...</a>");
document.write("</div>");

