(function() {
	var base_url = "http://www.muji.com/playmuji/";
	
	window.__pmj_m || (__pmj_m = "videos");
	window.__pmj_i || (__pmj_i = "");
	window.__pmj_w || (__pmj_w = 160);
	window.__pmj_h || (__pmj_h = 284);
	window.__pmj_t || (__pmj_t = "UNTRACKED");
	
	var html = [];
	html.push('<ifr', 'ame');
	html.push(' src="', base_url, 'playmuji_blogparts.html');
	html.push('?m=', encodeURIComponent(__pmj_m));
	html.push('&i=', encodeURIComponent(__pmj_i));
	html.push('&r=', encodeURIComponent(location.href));
	html.push('&t=', encodeURIComponent(__pmj_t));
	html.push('"');
	html.push(' width="', __pmj_w.toString(), '"');
	html.push(' height="', __pmj_h.toString(), '"');
	html.push(' frameborder="0"');
	html.push(' marginwidth="0"');
	html.push(' marginheight="0"');
	html.push(' vspace="0"');
	html.push(' hspace="0"');
	html.push(' scrolling="no"');
	html.push(' allowtransparency="true"');
	html.push('></ifr', 'ame>');
	
	document.write(html.join(''));
	
	__pmj_m = null;
	__pmj_i = null;
	__pmj_w = null;
	__pmj_h = null;
	__pmj_t = null;
})();