function putPetBlogparts(pet_url,id,acc,user_id,mypage) {
	document.write('<OBJECT classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="140" height="270" hspace="0" vspace="0" id="" align=""> ');
	document.write('<PARAM NAME="allowScriptAccess" value="always" /> ');
	document.write('<PARAM NAME="movie" VALUE="http://bp.prof-nicotto.jp/blogparts2/blogparts2.swf" /> ');
	document.write('<PARAM NAME="quality" VALUE="hight" /> ');
	document.write('<PARAM NAME="bgcolor" VALUE="#FFFFFF" /> ');
	document.write('<PARAM NAME="scale" VALUE="noborder" /> ');
	document.write('<PARAM NAME="loop" VALUE="false" /> ');
	document.write('<PARAM NAME="menu" VALUE="false" /> ');
	document.write('<PARAM NAME="width" VALUE="140" /> ');
	document.write('<PARAM NAME="height" VALUE="270" /> ');
	document.write('<PARAM NAME="wmode" value="transparent" /> ');
	document.write('<PARAM NAME="base" value="" /> ');
	document.write('<PARAM NAME="flashvars" value="user_id='+user_id+'&mypage='+mypage+'&pet_url='+pet_url+'&id=' + id +'&acc='+ acc +'" /> ');
	document.write('<EMBED base="" src="http://bp.prof-nicotto.jp/blogparts2/blogparts2.swf" flashvars="user_id='+user_id+'&mypage='+mypage+'&pet_url='+pet_url+'&id=' + id + '&acc=' + acc + '" wmode="transparent" quality="high" bgcolor="#FFFFFF" width="140" height="270" name="" align="" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></EMBED> ');
	document.write('</OBJECT> ');
}
