jQuery.fn.user_profile_show_in_center=function(a){_cfg={target:null,content_object_id:null,url:null};$.extend(_cfg,a);return this.each(function(){$(this).click(function(){$.ajax({type:"POST",data:{content_object_id:_cfg.content_object_id},dataType:"json",url:_cfg.url,success:function(b){if(!b.error){_cfg.target.html(b.html);$(".todo_info").remove();autosize()}}})})})};
