$.fn.carousel.noConflict = function () {
    $.fn.carousel = old
    return this
  }