$(document).ready(function() {
   $('#home-slide').cycle({
      fx: 'fade',
      speed: 2000,
      timeout: 4000,
      pause: 1
   });
});

$(document).ready(function() {
   $('.band-pic a').cycle({
      fx: 'fade',
      speed: 2000,
      timeout: 4000,
      pause: 1
   });
});
