function PutiBlog(color,width){
	if(!color) color="0001";
	if(!width) width="220";

	var height=Math.round(width*240/220);


	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="'+width+'" height="'+height+'" id="putiputi_blogpage" align="middle">');
	document.write('<param name="allowScriptAccess" value="sameDomain" />');
	document.write('<param name="allowFullScreen" value="false" />');
	document.write('<param name="movie" value="http://www.anisen.tv/contents/bandai/mugen/template/flash/part.swf" />');
	document.write('<param name="quality" value="high" />');
	document.write('<param name="wmode" value="transparent" />');
	document.write('<param name="FlashVars" value="color='+color+'" />');
	document.write('<embed src="http://www.anisen.tv/contents/bandai/mugen/template/flash/part.swf"  FlashVars="color='+color+'" quality="high" bgcolor="#ffffff" width="'+width+'" height="'+height+'" name="putiputi_blogpage" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
	document.write('</object>');
}

