No problem, try doing this in your example:
Vote once for #1, once for #2, and once for #3.
Then click "Click me"
It says "Level 1 voted x1 times"
Level 2 and Level 3 both have 1 votes too... what I would like, is for it to pick one of the highest voted levels that have the same amount of votes. For example:
Level 1 has 3 votes
Level 2 has 3 votes
Level 3 has 1 votes
Levels with same amount of votes = 2, LevelPicked=(random (1,2))
...perhaps this is impossible. :) Maybe I'll just make this work.