You can see the count around lines 80-105 of the source. The WIDTH= is the number of votes.
Code:
<tr>
<td><p>Kathleen Bell</p></td>
<td><IMG SRC="pollimages/orange.gif" HEIGHT="10" WIDTH="38"></td>
<td><p align="center">38</p></td>
</tr>
<tr>
<td><p>Jennifer Workman</p></td>
<td><IMG SRC="pollimages/red.gif" HEIGHT="10" WIDTH="1567"></td>
<td><p align="center">1567</p></td>
</tr>
<tr>
<td><p>Kristine Martin</p></td>
<td><IMG SRC="pollimages/blue.gif" HEIGHT="10" WIDTH="1491"></td>
<td><p align="center">1491</p></td>
</tr>
<tr>
<td><p>Annell Allen</p></td>
<td><IMG SRC="pollimages/yellow.gif" HEIGHT="10" WIDTH="546"></td>
<td><p align="center">546</p></td>
</tr>
<tr>
<td><p>Linda Batterton</p></td>
<td><IMG SRC="pollimages/green.gif" HEIGHT="10" WIDTH="53"></td>
<td><p align="center">53</p></td>
</tr>
<tr>
<td colspan="2"><p><strong>Total Votes</strong></p></td>
<td><p align="center"><strong>3695</strong></p></td>
</tr>