$(document).ready(function() {
    $('#homepage-cycle').cycle({
		fx: 'fade',
		timeout: 10000
	});	
});
