$('span.spam-count').each( function() {
            var a = $(this), n = getCount(a) + spam;
            updateCount(a, n);
        });