public function stories($page = 0, $limit = 25, $total = true) {
            $return = false;
            $mckey = "railpage:topic_id=" . $this->id . ".stories.page=" . $page . ".limit=" . $limit . ".total=" . (int)$total;
            $mcexp = strtotime("+1 hour");