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

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




