var tmp=function(){
	var sobjs=document.getElementsByTagName("script");
	for(var i=0;i<sobjs.length;i++){
		if(/gosurori\/blog_parts\/bp21.js/.test(sobjs[i].src)){
			var str=sobjs[i].src.replace("bp21.js","bp21.html?ord=")+Math.random();
			document.write('<iframe src="'+str+'" height="422" width="340" frameborder="0" scrolling="no"></iframe>');
		}
	}
}();
