// JavaScript Document

$.fn.cycle.defaults.speed   = 1000;
$.fn.cycle.defaults.timeout = 3500;

$(function() {
    // run the code in the markup!
    $('#fade').cycle();
  
});