<script type="text/javascript">
    $('#navigator').append($('#widget_my_zzk'));
    $('#sidebar_search').remove();
    $("#profile_block a").each(function(idx) {
        if (idx == 1) {
            $('#myyear').html('园龄<br>' + $(this).context.innerText);
        }
        if (idx == 2) {
            $('#myfollower').html('粉丝<br>' + $(this).context.innerText);
        }
        if (idx == 3) {
            $('#myfollowee').html('关注<br>' + $(this).context.innerText);
        }
    });
    $('#profile_block').css('display', 'none');
    $('#mywords').html('Stay hungry，Stay foolish .');
    $('#mypost').html($('#stats_post_count').text().replace(/\-/g, "<br>"));
    $('#myarticle').html($('#stats_article_count').text().replace(/\-/g, "<br>"));
    $('#mycomment').html($('#stats-comment_count').text().replace(/\-/g, "<br>"));
</script>