// 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 (lookIntoService == null) var lookIntoService = {}; lookIntoService._path = '/dwr'; lookIntoService.main = function(p0, callback) { dwr.engine._execute(lookIntoService._path, 'lookIntoService', 'main', p0, callback); } lookIntoService.setLookInto = function(p0, callback) { dwr.engine._execute(lookIntoService._path, 'lookIntoService', 'setLookInto', p0, callback); } lookIntoService.getLookIntoResult = function(callback) { dwr.engine._execute(lookIntoService._path, 'lookIntoService', 'getLookIntoResult', callback); }