$(function() {
$('#jqueryPic').cycle({
    fx:     'fade',
    speed: 900
    //easing: 'bounceout',
    //timeout: 4000
});
});
