// JavaScript Document

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

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

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

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

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

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