if ($('.tiny-topic-active').length > 0) {
      $startingTopic = $('.tiny-topic-active').first();
    } else {
      $startingTopic = $('.topic').first();
    }