$(document).ready(function(){
	$('#site_pic1').cycle({
			fx:    'fade',
			timeout: 6000,
			containerheight: '233px'
		});
		
		$('#site_pic2').cycle({
			fx:    'fade',
			timeout: 6000,
			delay:200,
			containerheight: '233px'
		});
		
		$('#site_pic3').cycle({
			fx:    'fade',
			timeout: 6000,
			delay:400,
			containerheight: '233px'
		});
		
		$('#site_pic4').cycle({
			fx:    'fade',
			timeout: 6000,
			delay:600,
			containerheight: '233px'
		}); 
});