// 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 (ToothrDWR == null) var ToothrDWR = {}; ToothrDWR._path = '/dwr'; ToothrDWR.getToothrByPicture = function(p0, p1, callback) { dwr.engine._execute(ToothrDWR._path, 'ToothrDWR', 'getToothrByPicture', p0, p1, callback); } ToothrDWR.getToothrsOnPicture = function(p0, p1, callback) { dwr.engine._execute(ToothrDWR._path, 'ToothrDWR', 'getToothrsOnPicture', p0, p1, callback); } ToothrDWR.getLastActivity = function(p0, p1, callback) { dwr.engine._execute(ToothrDWR._path, 'ToothrDWR', 'getLastActivity', p0, p1, callback); }