$(document).ready(function() {
	$('#head_image1').show();
	$('#head_image2').show();
	$('#head_image3').show();
	$('#head_image4').show();
	
	$('#head_image1').cycle({ 
		fx:     'fade', 
		speed:   2500, 
		delay:   0,
		timeout: 2000, 
		random:  1,
		next:   '#head_image1', 
		pause:   0 
	 });
	
	$('#head_image2').cycle({ 
		fx:     'fade', 
		speed:   2500, 
		delay:   0,
		timeout: 12000, 
		random:  1,
		next:   '#head_image2', 
		pause:   0 
	 });
	
	$('#head_image3').cycle({ 
		fx:     'fade', 
		speed:   2500, 
		delay:   0,
		timeout: 5000, 
		random:  1,
		next:   '#head_image3', 
		pause:   0 
	 });
	
	$('#head_image4').cycle({ 
		fx:     'fade', 
		speed:   2500, 
		delay:   0,
		timeout: 7000, 
		random:  1,
		next:   '#head_image4', 
		pause:   0 
	 });

 });
