$(function() {
  $('#slide-1').cycle({
    timeout:3000
  });
});
$(function() {
  $('#slide-2').cycle({
    timeout:3000
  });
});
$(function() {
  $('#slide-3').cycle({
    timeout:3000
  });
});

