View Single Post
Old 11-13-2012, 04:59 PM   PM User | #4
DaveyErwin
Regular Coder

 
Join Date: Aug 2010
Posts: 806
Thanks: 12
Thanked 168 Times in 166 Posts
DaveyErwin is on a distinguished road
<title>Congressional Races</title>
<script type="text/javascript src="votes.js"></script>
<script type ="text/javascript">
function totalVotes(){
var total = 0;
var counter=0;
var votes= = [94766, 168751, 116492, 103516, 86855];
/*
votes0[0] = 94766;
votes1[1] = 168751;
DaveyErwin is offline   Reply With Quote