(function($){
    $(".addthis_button").each(function(index) {
        $(this)
            .parent()
                .remove()
            .end()
            .appendTo(".readmore:eq(" + index + ")");
    });
})(jQuery);
