// 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 (propertyMarkViewed == null) var propertyMarkViewed = {}; propertyMarkViewed._path = '/dwrinsecure'; propertyMarkViewed.setServices = function(p0, callback) { dwr.engine._execute(propertyMarkViewed._path, 'propertyMarkViewed', 'setServices', p0, callback); } propertyMarkViewed.markViewedListing = function(p0, callback) { dwr.engine._execute(propertyMarkViewed._path, 'propertyMarkViewed', 'markViewedListing', p0, callback); } propertyMarkViewed.markFavoriteListing = function(p0, callback) { dwr.engine._execute(propertyMarkViewed._path, 'propertyMarkViewed', 'markFavoriteListing', p0, callback); } propertyMarkViewed.markUnFavoriteListing = function(p0, callback) { dwr.engine._execute(propertyMarkViewed._path, 'propertyMarkViewed', 'markUnFavoriteListing', p0, callback); }