// 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 (tvfvoter == null) var tvfvoter = {}; tvfvoter._path = '/ajax'; tvfvoter.renderDiscusionAnsversAjax = function(p3, p4, p5, p6, p7, p8, p9, callback) { dwr.engine._execute(tvfvoter._path, 'tvfvoter', 'renderDiscusionAnsversAjax', false, false, false, p3, p4, p5, p6, p7, p8, p9, callback); } tvfvoter.makeVote = function(p3, p4, p5, p6, callback) { dwr.engine._execute(tvfvoter._path, 'tvfvoter', 'makeVote', false, false, false, p3, p4, p5, p6, callback); }