// JavaScript Document

$.fn.cycle.defaults.speed   = 600;
$.fn.cycle.defaults.timeout = 2000;

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