function get_inception()
{
    bb_log_deprecated('function', __FUNCTION__, 'bb_get_inception( \'timestamp\' )');
    return bb_get_inception('timestamp');
}
function bb_get_topic_tags_per_day()
{
    return bb_get_total_topic_tags() / ceil((time() - bb_get_inception('timestamp')) / 3600 / 24);
}