$(document).ready(function() {
    $('#head_logo').cycle({
		fx: 'fade',
		timeout:  3300
	});
    $('#head_img').cycle({
		fx:'fade',
	});
	$('#h1').cycle({
		fx: 'fade',
		timeout:  5000
	});
	$('#h2').cycle({
		fx: 'fade',
		timeout:  4500
	});
	$('#h3').cycle({
		fx: 'fade',
		timeout:  3100
	});
	$('#h4').cycle({
		fx: 'fade',
		timeout: 4700
	});
	$('#h5').cycle({
		fx: 'fade',
		timeout:  5200
	});
	$('#h6').cycle({
		fx: 'fade',
		timeout:  4800
	});
});