// 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=\"ctbcMsg18755\" class=\"ctbc_message\">");
document.write("  【店員一号からのお知らせ】movabletypeをver.4.261にしました。安心してお買い物をお楽しみください。");
document.write("  <a href=\"http://cotobaco.com/forcequit/archives18755.html\" title=\"2009-06-21 21:53:32\"> ...</a>");
document.write("</div>");
