// JavaScript Document
//Scroll function for testimonials
$(document).ready(function(){
	$('#scroll ul').cycle({ 
		fx:    'scrollRight', 
		timeout: 5000,
		speed: 2000,
		random: 1,
		pause: 1,
		next: '#scroll',
	});
});
