Ext.ns("SP.profile");SP.profile.doView=function(uid){};SP.profile.doViewByName=function(dName){window.location="/r/"+SP.active.brandPID+"/m/"+dName};SP.profile.getFans=function(uid,props){getProps={params:{uID:uid},success:function(obj,response,opts){if(props.success)props.success(obj.records)}};SP.link.ajaxAction("profile","fanActions","getFanList",getProps)};
SP.profile.getFoes=function(uid,props){getProps={params:{uID:uid},success:function(obj,response,opts){if(props.success)props.success(obj.records)}};SP.link.ajaxAction("profile","fanActions","getFoeList",getProps)};SP.profile.getFollowers=function(uid,props){getProps={params:{uID:uid},success:function(obj,response,opts){if(props.success)props.success(obj.records)}};SP.link.ajaxAction("profile","fanActions","getFollowerList",getProps)};SP.profile.showMemberFans=Ext.emptyFn;
SP.profile.showMemberFoes=Ext.emptyFn;SP.profile.showMemberFollowers=Ext.emptyFn;

