// 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 (AttentionDWR == null) var AttentionDWR = {}; AttentionDWR._path = '/dwr'; AttentionDWR.Test = function(callback) { dwr.engine._execute(AttentionDWR._path, 'AttentionDWR', 'Test', callback); } AttentionDWR.doDelCompanycollection = function(p0, callback) { dwr.engine._execute(AttentionDWR._path, 'AttentionDWR', 'doDelCompanycollection', p0, callback); } AttentionDWR.addAttention = function(p0, callback) { dwr.engine._execute(AttentionDWR._path, 'AttentionDWR', 'addAttention', p0, false, callback); } AttentionDWR.getCompanyQuote = function(p0, callback) { dwr.engine._execute(AttentionDWR._path, 'AttentionDWR', 'getCompanyQuote', p0, false, callback); } AttentionDWR.htmlUrl = function(p0, p1, callback) { dwr.engine._execute(AttentionDWR._path, 'AttentionDWR', 'htmlUrl', p0, p1, false, callback); }