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

    if (topic_id.length !== 24) {