// 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 (profileService == null) var profileService = {}; profileService._path = '/jsserv'; profileService.getMySporePublicData = function(p0, callback) { dwr.engine._execute(profileService._path, 'profileService', 'getMySporePublicData', p0, callback); } profileService.getSporeProfileTabData = function(p0, callback) { dwr.engine._execute(profileService._path, 'profileService', 'getSporeProfileTabData', p0, callback); } profileService.getSporeEP1TabData = function(p0, callback) { dwr.engine._execute(profileService._path, 'profileService', 'getSporeEP1TabData', p0, callback); }