// 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 (vcardService == null) var vcardService = {}; vcardService._path = '/gcofront/dwr'; vcardService.getVcardTermsContacto = function(p0, callback) { dwr.engine._execute(vcardService._path, 'vcardService', 'getVcardTermsContacto', p0, callback); } vcardService.getVcardTermsTodosContacto = function(p0, p1, callback) { dwr.engine._execute(vcardService._path, 'vcardService', 'getVcardTermsTodosContacto', p0, p1, callback); }