
$(function(){var myAjax=$.ajax({type:"GET",url:'/profile/stat?hash='+(new Date()).getTime(),dataType:"html",success:function(res){if(res!==''){$('#p_r_box_c01').removeClass('p_r_box_loading');$('#p_r_box_c01').addClass('p_r_box_content');$('#p_r_box_c01').html(res)}}});})
var close_avatar_tips=function(){$('.p_top_avatar_tips').hide();}
