// 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=\"ctbcMsg22197\" class=\"ctbc_message\" style=\"visibility:hidden;\">");
document.write("  <font color=\"#ff0000\">１日３０分座るだけ♪</font><br><a href=\"http://2hanfamilia.com/132516.html\"><img src=\"http://image.moshimo.com/item_image/0080002000002/1/m.jpg\" alt=\"エアリーシェイプネオ\" border=\"0\" onload=\"ctbcFitImage(this, 'ctbcMsg22197');\"><br>骨盤ケアソファ Airly Shape neo(エアリーシェイプネオ) AIM-FN005</a><br>腰、お尻をギュギュッとマッサージ。下半身美人になっちゃおう♪");
document.write("  <a href=\"http://cotobaco.com/familia/archives22197.html\" title=\"2009-11-01 21:38:30\"> ...</a>");
document.write("</div>");
