// 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 (CommunityService == null) var CommunityService = {}; CommunityService._path = '/Community/services/dwr'; CommunityService.getMedia = function(p0, callback) { dwr.engine._execute(CommunityService._path, 'CommunityService', 'getMedia', p0, callback); } CommunityService.getRatings = function(p0, callback) { dwr.engine._execute(CommunityService._path, 'CommunityService', 'getRatings', p0, callback); } CommunityService.getMonthly = function(p0, callback) { dwr.engine._execute(CommunityService._path, 'CommunityService', 'getMonthly', p0, callback); } CommunityService.getMedium = function(p0, callback) { dwr.engine._execute(CommunityService._path, 'CommunityService', 'getMedium', p0, callback); } CommunityService.getMultipleMedium = function(p0, callback) { dwr.engine._execute(CommunityService._path, 'CommunityService', 'getMultipleMedium', p0, callback); } CommunityService.getComments = function(p0, callback) { dwr.engine._execute(CommunityService._path, 'CommunityService', 'getComments', p0, callback); } CommunityService.getAllBlogAuthors = function(callback) { dwr.engine._execute(CommunityService._path, 'CommunityService', 'getAllBlogAuthors', callback); } CommunityService.submitComment = function(p0, callback) { dwr.engine._execute(CommunityService._path, 'CommunityService', 'submitComment', p0, callback); } CommunityService.rateMedia = function(p0, callback) { dwr.engine._execute(CommunityService._path, 'CommunityService', 'rateMedia', p0, callback); } CommunityService.submitBlogEntry = function(p0, callback) { dwr.engine._execute(CommunityService._path, 'CommunityService', 'submitBlogEntry', p0, callback); } CommunityService.getPopularMedia = function(p0, callback) { dwr.engine._execute(CommunityService._path, 'CommunityService', 'getPopularMedia', p0, callback); } CommunityService.getMemberProfile = function(p0, callback) { dwr.engine._execute(CommunityService._path, 'CommunityService', 'getMemberProfile', p0, callback); } CommunityService.getTags = function(p0, callback) { dwr.engine._execute(CommunityService._path, 'CommunityService', 'getTags', p0, callback); } CommunityService.getTwitterFeed = function(callback) { dwr.engine._execute(CommunityService._path, 'CommunityService', 'getTwitterFeed', callback); } CommunityService.getYoutubeMedia = function(p0, callback) { dwr.engine._execute(CommunityService._path, 'CommunityService', 'getYoutubeMedia', p0, callback); } CommunityService.getFacebookEvents = function(p0, callback) { dwr.engine._execute(CommunityService._path, 'CommunityService', 'getFacebookEvents', p0, callback); } CommunityService.getFacebookAttendeesForEvent = function(p0, callback) { dwr.engine._execute(CommunityService._path, 'CommunityService', 'getFacebookAttendeesForEvent', p0, callback); } CommunityService.getFaceoff = function(p0, callback) { dwr.engine._execute(CommunityService._path, 'CommunityService', 'getFaceoff', p0, callback); } CommunityService.getPollsFeed = function(callback) { dwr.engine._execute(CommunityService._path, 'CommunityService', 'getPollsFeed', callback); }