// 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 (DwrSupportDonationListService == null) var DwrSupportDonationListService = {}; DwrSupportDonationListService._path = '/dwr'; DwrSupportDonationListService.getTableContent = function(p0, p1, p2, p3, callback) { dwr.engine._execute(DwrSupportDonationListService._path, 'DwrSupportDonationListService', 'getTableContent', p0, p1, p2, p3, callback); }