// 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=\"ctbcMsg25545\" class=\"ctbc_message\">");
document.write("  テレビのない（あるにはあるんだけれども…）我が家ではオリンピックは関係ないと思っていたけれど、<a href=\"http://www.gorin.jp/top.html\"><b>&quot;ここ&quot;</b></a>で見ることができました♪♪♪ むしろ、好きなとこだけ選んで何度も見られるので嬉しい限りです。");
document.write("  <a href=\"http://cotobaco.com/kaze/archives25545.html\" title=\"2010-02-24 23:51:00\"> ...</a>");
document.write("</div>");
