Possible Duplicate:
Why are the number of upvotes on an answer sometimes blue?
There's a glitch in the user answers list. In the "What is the sanest.." question, there's an <a> link

This is the code for that case
<div title="total number of votes for this answer, which was accepted as the correct answer by the question owner" class="answer-votes answered-accepted"><a href="/questions/2006960/what-is-the-sanest-way-to-use-global-variables-in-javascript/2006987#2006987">18</a></div>
This is the code for the case directly below
<div title="total number of votes for this answer, which was accepted as the correct answer by the question owner" class="answer-votes answered-accepted">15</div>
So there's a spurious <a> for some reason, which is useless since the number is already linked (the div is already included into a parent <a>)