jQuery(window).ready(function() {
	
	jQuery("#header-image").cycle({
		timeout: 5000
	});
	
});
