<!--
jQuery(function($) {
$('#cycle').cycle({
    fx:      'fade',
    speedIn:  2000,
    speedOut: 1000,
    easeIn:  'bounceout',
    easeOut: 'backin',
    delay:   -2000
});
});
//--> 

