$(document).ready(function() {
  if ($("#billy-scroller").length > 0) {
    $("ul#billy-indicators").empty();
    $("#billy-scroller").billy({
      autoAnimate: true,
      transition: 'fade',
      slidePause: 4000,
      indicators: $("ul#my-indicators"),
      customIndicators: true
    });
  }
  if ($('input.human_check').length > 0) $('input.human_check').val('yes');
//  return highlight_search_results();
});
