// JavaScript Document

$(document).ready(function()
{
    $('#cycle').cycle({
    fx:     'fade', 
    speed:  'slow',
    timeout: 6000
});
});
