$(function() {
$('#fades').cycle({ 
	fx:     'fade',
    timeout:  5000
});
});
