if(!window.write_com_appspot_maria_dore){
	window.write_com_appspot_maria_dore = function(base_url, id, l, b0, b1, c, s){
		var HEIGHT = 256;
		var WIDTH = 160;
		var iframe = document.createElement('iframe');
		iframe.frameBorder = 0;
		iframe.scrolling = 'no';
		iframe.width = WIDTH;
		iframe.height = HEIGHT;
		iframe.src = base_url + 'parts2.html' + 
			'?id=' + id +
			'&l=' + l + 
			'&b0=' + b0 +
			'&b1=' + b1 + 
			'&c=' + c +
			'&s=' + s;
		var div = document.createElement('div');
		div.appendChild(iframe);
		document.write(div.innerHTML);
	}
}

