$(document).ready(function() {
	// Slideshow implementation
	$('.home_slideshow')
	
		.cycle({
				timeout:  7000, 
			fx:		'fade'
			
		});
	
});

$(document).ready(function() {
	// Slideshow implementation
	$('.comms_right')
	
		.cycle({
				timeout:  4000, 
			fx:		'fade'
			
		});
	
});
