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

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