Ha ha - tried to vote in this but got the error you all described....scary thing is, I know what the error is and I think it's your fault for causing it.
See, the program that they're running behind the website has a counter in it, obviously, so they can display the results. But their code isn't very good, because that counter is an integer - which in computer speak is a number less than 32,768. Since you've all been voting multiple times for Jake, that number has been exceeded....and the program has crashed!!!
What they should have done in their code is had the counter as a long - which would allow you all to keep voting up to something like 2,147,483,647 times!
And now I'll go back to my sad geeky life as a programmer and leave you all alone
