
// Provide a default path to dwr.engine
if (typeof this['dwr'] == 'undefined') this.dwr = {};
if (typeof dwr['engine'] == 'undefined') dwr.engine = {};

if (typeof this['AdvancedSearchDWRController'] == 'undefined') this.AdvancedSearchDWRController = {};

AdvancedSearchDWRController._path = '/dwr';

AdvancedSearchDWRController.refreshSearchFields = function(p0, p1, callback) {
  dwr.engine._execute(AdvancedSearchDWRController._path, 'AdvancedSearchDWRController', 'refreshSearchFields', p0, p1, callback);
};



