I wonder if we could reorganize the Top 10 posters list to list only active members on the site. I don't think banned members should be recognized anymore on any of the Top 10 lists. Like the code below where a status level of 0 is not active or banned:

Code:
SELECT posts FROM members WHERE status > 0 LIMIT 10;
No sense leaving these folks in the spotlight, and it would open up a few slots for some real AO contributors.