jQuery(document).ready(function(){
jQuery('#Diapo').cycle({
    speed:    800, 
    timeout:  4000
});
});
