I've noticed a few shows have multiple entries like "Escaflowne" and "Vision of Escaflowne" or "Evangelion" vs. "Neon Genesis Evangelion" vs. "End of Evangelion" and so on. Is there a way to possibly consolidate all the votes into one show. I guess this is such a *minor* thing and doesn't really bug me, but well...this forum is for suggestions

. The only reasonable way I could see you doing this is with a conditional like
function_blah (int Eva) {
If (anime = "evangelion") then
Eva++;
elsif (anime = "neon genesis evangelion" the
Eva++;
.
.
and so on.
}
It's probably not worth it, but it would give a better indication on some of the shows ranks...although I'm fairly sure most would remain unchanged (i.e. Eva = #1).