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