function show()
 {
     $featured_nicks = common_config('nickname', 'featured');
     if (empty($featured_nicks)) {
         return;
     }
     parent::show();
 }
 function __construct($out, $group)
 {
     parent::__construct($out);
     $this->group = $group;
 }