// 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 (LocationPostcodeAjaxService == null) var LocationPostcodeAjaxService = {}; LocationPostcodeAjaxService._path = '/tggwebportalcms/dwr'; LocationPostcodeAjaxService.findPostcodeCoordinateByPostcode = function(p0, callback) { dwr.engine._execute(LocationPostcodeAjaxService._path, 'LocationPostcodeAjaxService', 'findPostcodeCoordinateByPostcode', p0, callback); } LocationPostcodeAjaxService.isPostcodeExisted = function(p0, callback) { dwr.engine._execute(LocationPostcodeAjaxService._path, 'LocationPostcodeAjaxService', 'isPostcodeExisted', p0, callback); }