ComCore.SidebarCounters={friendsCounter:null,initCounters:function(){ComCore.SidebarCounters.initFriendsCounter();ComCore.SidebarCounters.initBrandsCounter();ComCore.SidebarCounters.initGroupsCounter()},initFriendsCounter:function(){if(!ComCore.SidebarCounters.friendsCounter){var B=$$("#pageManageBar #friendCount").first();var A=B;ComCore.SidebarCounters.friendsCounter=new ComCore.Counter(B,A)}},initBrandsCounter:function(){if(!ComCore.SidebarCounters.brandsCounter){var A=$$("#pageManageBar #brandCount").first();var B=A;ComCore.SidebarCounters.brandsCounter=new ComCore.Counter(A,B)}},initGroupsCounter:function(){if(!ComCore.SidebarCounters.groupsCounter){var B=$$("#pageManageBar #groupCount").first();var A=B;ComCore.SidebarCounters.groupsCounter=new ComCore.Counter(B,A)}},updateFriendsCounter:function(B,A){ComCore.SidebarCounters.initCounters();ComCore.SidebarCounters.friendsCounter.update(B,A)},updateBrandsCounter:function(B,A){ComCore.SidebarCounters.initCounters();ComCore.SidebarCounters.brandsCounter.update(B,A)},updateGroupsCounter:function(B,A){ComCore.SidebarCounters.initCounters();ComCore.SidebarCounters.groupsCounter.update(B,A)},showFriendsCounter:function(){ComCore.SidebarCounters._initCounters();ComCore.SidebarCounters.friendsCounter.showCounter()},hideFriendsCounter:function(){ComCore.SidebarCounters._initCounters();ComCore.SidebarCounters.friendsCounter.hideCounter()},showBrandsCounter:function(){ComCore.SidebarCounters._initCounters();ComCore.SidebarCounters.brandsCounter.showCounter()},hideBrandsCounter:function(){ComCore.SidebarCounters._initCounters();ComCore.SidebarCounters.brandsCounter.hideCounter()},showGroupsCounter:function(){ComCore.SidebarCounters._initCounters();ComCore.SidebarCounters.groupsCounter.showCounter()},hideGroupsCounter:function(){ComCore.SidebarCounters._initCounters();ComCore.SidebarCounters.groupsCounter.hideCounter()},hideCounters:function(){ComCore.SidebarCounters.hideFriendsCounter();ComCore.SidebarCounters.hideBrandsCounter();ComCore.SidebarCounters.hideGroupsCounter()},showCounters:function(){ComCore.SidebarCounters.showFriendsCounter();ComCore.SidebarCounters.showBrandsCounter();ComCore.SidebarCounters.showGroupsCounter()},_eoo:true};