// 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 (CheckImageAction == null) var CheckImageAction = {}; CheckImageAction._path = '/cardsite/dwr'; CheckImageAction.getStatus = function(p0, callback) { dwr.engine._execute(CheckImageAction._path, 'CheckImageAction', 'getStatus', p0, callback); }