var polls = new function() { this.ajax = new Ajax(); this.q_id = null; this.slot_id = null; this.total_pct = 65; this.pct_increment = 2; this.timeoutTime = 50; this.tim = new Array(); this.init = function() { var self = polls; }; this.vote = function(slot_id, q_id, voting) { var self = polls; var theForm = document.forms["poll_form_"+q_id].vote; var a_id=0; if(voting) { for(var i=0; i