$(document).ready(function() {



$('#scrollDown').cycle('scrollDown');

$('#cover').cycle({
    fx:      'cover',
    speed:    1000,
    timeout:  5000
});

$('#fade').cycle({
    fx:      'fade',
    speed:    1000,
    timeout:  2000
});

$('#fadeZoom').cycle({
    fx:      'fadeZoom',
    speed:    1000,
    timeout:  5000
});


});
