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