// 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 (RemoteCourseinformationService == null) var RemoteCourseinformationService = {}; RemoteCourseinformationService._path = '/dwr'; RemoteCourseinformationService.renderHtmlFragment = function(p0, p1, callback) { dwr.engine._execute(RemoteCourseinformationService._path, 'RemoteCourseinformationService', 'renderHtmlFragment', p0, p1, callback); } RemoteCourseinformationService.loadArea = function(p0, callback) { dwr.engine._execute(RemoteCourseinformationService._path, 'RemoteCourseinformationService', 'loadArea', p0, callback); } RemoteCourseinformationService.loadAreas = function(callback) { dwr.engine._execute(RemoteCourseinformationService._path, 'RemoteCourseinformationService', 'loadAreas', callback); } RemoteCourseinformationService.loadAreasByType = function(p0, callback) { dwr.engine._execute(RemoteCourseinformationService._path, 'RemoteCourseinformationService', 'loadAreasByType', p0, callback); } RemoteCourseinformationService.loadCourseNamesForArea = function(p0, callback) { dwr.engine._execute(RemoteCourseinformationService._path, 'RemoteCourseinformationService', 'loadCourseNamesForArea', p0, callback); } RemoteCourseinformationService.renderCourseCalendar = function(p0, callback) { dwr.engine._execute(RemoteCourseinformationService._path, 'RemoteCourseinformationService', 'renderCourseCalendar', p0, callback); }