Drupal.behaviors.aad = function (context) {
  $("#controller-front-slide").jFlow({
    slides: "#slides",
    slideWrapper : "#jFlowSlide",
    controller: ".bt-slide-show",
    selectedWrapper: "bt-slide-show-selected",
    width: "880px",
    height: "250px",
    auto: true,
    duration: 1000,
    prev: ".jFlowPrev",
    next: ".jFlowNext"
  });
  var timer;
  $("#slides .views-row").hover(function() {clearInterval(timer);}, function() {dotimer();});
};

