function ProfileManager() { } ProfileManager._path = '/dwr'; ProfileManager.fetchMyProfile = function(callback) { DWREngine._execute(ProfileManager._path, 'ProfileManager', 'fetchMyProfile', false, callback); } ProfileManager.fetchProfileForUser = function(p0, callback) { DWREngine._execute(ProfileManager._path, 'ProfileManager', 'fetchProfileForUser', p0, false, callback); }