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

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

SimpleSearchDWRController._path = '/dwr';

SimpleSearchDWRController.searchSpecies = function(p0, callback) {
  dwr.engine._execute(SimpleSearchDWRController._path, 'SimpleSearchDWRController', 'searchSpecies', p0, callback);
};


