// 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 (DWRMethods == null) var DWRMethods = {}; DWRMethods._path = 'http://beta.map.sysomos.com/dwr/'; DWRMethods.qbd = function(p0, p1, callback) { dwr.engine._execute(DWRMethods._path, 'DWRMethods', 'qbd', p0, p1, callback); } DWRMethods.translate = function(p0, p1, callback) { dwr.engine._execute(DWRMethods._path, 'DWRMethods', 'translate', p0, p1, callback); } DWRMethods.testSearchQuery = function(p0, p1, p2, callback) { dwr.engine._execute(DWRMethods._path, 'DWRMethods', 'testSearchQuery', p0, p1, p2, callback); } DWRMethods.getDemographicsProgress = function(p0, callback) { dwr.engine._execute(DWRMethods._path, 'DWRMethods', 'getDemographicsProgress', p0, callback); } DWRMethods.getFolderItemComment = function(p0, p1, callback) { dwr.engine._execute(DWRMethods._path, 'DWRMethods', 'getFolderItemComment', p0, p1, callback); } DWRMethods.getJobProgress = function(p0, callback) { dwr.engine._execute(DWRMethods._path, 'DWRMethods', 'getJobProgress', p0, callback); } DWRMethods.isFolderItemStarred = function(p0, p1, callback) { dwr.engine._execute(DWRMethods._path, 'DWRMethods', 'isFolderItemStarred', p0, p1, callback); } DWRMethods.numNewTweet = function(p0, p1, callback) { dwr.engine._execute(DWRMethods._path, 'DWRMethods', 'numNewTweet', p0, p1, callback); } DWRMethods.getYoutubeVideoComment = function(p0, p1, p2, callback) { dwr.engine._execute(DWRMethods._path, 'DWRMethods', 'getYoutubeVideoComment', p0, p1, p2, callback); } DWRMethods.summarize = function(p0, p1, p2, callback) { dwr.engine._execute(DWRMethods._path, 'DWRMethods', 'summarize', p0, p1, p2, callback); } DWRMethods.favoriteTweet = function(p0, p1, p2, callback) { dwr.engine._execute(DWRMethods._path, 'DWRMethods', 'favoriteTweet', p0, p1, p2, callback); } DWRMethods.createTwitterNotification = function(p0, p1, p2, callback) { dwr.engine._execute(DWRMethods._path, 'DWRMethods', 'createTwitterNotification', p0, p1, p2, callback); } DWRMethods.createFriendship = function(p0, p1, p2, callback) { dwr.engine._execute(DWRMethods._path, 'DWRMethods', 'createFriendship', p0, p1, p2, callback); } DWRMethods.tweetSomething = function(p0, p1, p2, callback) { dwr.engine._execute(DWRMethods._path, 'DWRMethods', 'tweetSomething', p0, p1, p2, callback); }