
function VoteAjax() { }
VoteAjax._path = '/dwr';

VoteAjax.dovote = function(p0, p1, callback) {
    DWREngine._execute(VoteAjax._path, 'VoteAjax', 'dovote', p0, p1, callback);
}

VoteAjax.updatePercentage = function(p0, p1, callback) {
    DWREngine._execute(VoteAjax._path, 'VoteAjax', 'updatePercentage', p0, p1, callback);
}

VoteAjax.doCreateVoteMessage = function(p1, p2, callback) {
    DWREngine._execute(VoteAjax._path, 'VoteAjax', 'doCreateVoteMessage', false, p1, p2, callback);
}

