// Provide a default path to dwr.engine if (dwr == null) var dwr = {}; if (dwr.engine == null) dwr.engine = {}; if (DWREngine == null) var DWREngine = dwr.engine; if (PollsAjax == null) var PollsAjax = {}; PollsAjax._path = '/dwr'; PollsAjax.vote = function(p0, p1, p2, callback) { dwr.engine._execute(PollsAjax._path, 'PollsAjax', 'vote', p0, p1, p2, callback); } PollsAjax.displayPollResults = function(p0, p1, callback) { dwr.engine._execute(PollsAjax._path, 'PollsAjax', 'displayPollResults', p0, p1, callback); }