// 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 (DWRUtilJS == null) var DWRUtilJS = {}; DWRUtilJS._path = '/vrcbc/dwr'; DWRUtilJS.getRegionsOrStatesByCountry = function(p0, p1, p2, callback) { dwr.engine._execute(DWRUtilJS._path, 'DWRUtilJS', 'getRegionsOrStatesByCountry', p0, p1, p2, callback); } DWRUtilJS.getRegionsOrStatesByCountryForSearch = function(p0, callback) { dwr.engine._execute(DWRUtilJS._path, 'DWRUtilJS', 'getRegionsOrStatesByCountryForSearch', p0, callback); } DWRUtilJS.getPropertyNameByCountryStateAndCity = function(p0, p1, p2, p3, p4, callback) { dwr.engine._execute(DWRUtilJS._path, 'DWRUtilJS', 'getPropertyNameByCountryStateAndCity', p0, p1, p2, p3, p4, callback); } DWRUtilJS.getPopularDestinations = function(p0, p1, p2, callback) { dwr.engine._execute(DWRUtilJS._path, 'DWRUtilJS', 'getPopularDestinations', p0, p1, p2, callback); } DWRUtilJS.getCountriesForAllListings = function(p0, callback) { dwr.engine._execute(DWRUtilJS._path, 'DWRUtilJS', 'getCountriesForAllListings', p0, callback); } DWRUtilJS.getStatesForAllListings = function(p0, p1, callback) { dwr.engine._execute(DWRUtilJS._path, 'DWRUtilJS', 'getStatesForAllListings', p0, p1, callback); } DWRUtilJS.getCitiesForAllListings = function(p0, p1, p2, callback) { dwr.engine._execute(DWRUtilJS._path, 'DWRUtilJS', 'getCitiesForAllListings', p0, p1, p2, callback); } DWRUtilJS.getPropertyTypesForAllListings = function(p0, p1, p2, p3, callback) { dwr.engine._execute(DWRUtilJS._path, 'DWRUtilJS', 'getPropertyTypesForAllListings', p0, p1, p2, p3, callback); } DWRUtilJS.getPropertyNamesForAllListings = function(p0, p1, p2, p3, p4, callback) { dwr.engine._execute(DWRUtilJS._path, 'DWRUtilJS', 'getPropertyNamesForAllListings', p0, p1, p2, p3, p4, callback); } DWRUtilJS.getDestinationsForAllListings = function(p0, p1, p2, p3, callback) { dwr.engine._execute(DWRUtilJS._path, 'DWRUtilJS', 'getDestinationsForAllListings', p0, p1, p2, p3, callback); } DWRUtilJS.getOffersExpiringIn30Days = function(callback) { dwr.engine._execute(DWRUtilJS._path, 'DWRUtilJS', 'getOffersExpiringIn30Days', callback); } DWRUtilJS.getMinimalListingInfo = function(p0, callback) { dwr.engine._execute(DWRUtilJS._path, 'DWRUtilJS', 'getMinimalListingInfo', p0, callback); }