exports.good = function (req, res, next) {
    var topicId = req.params.tid;
    var referer = req.get('referer');

    Topic.getTopic(topicId, function (err, topic) {