$(document).ready(function() {
	$('#testimonials_left').cycle({
		timeout: 20000,
		cleartype: 1,
		speed: 1500 
	});
	
	$('#testimonials_right').cycle({
		timeout: 20000,
		cleartype: 1,
		speed: 1500 
	});
	
	$("#contact_form").validate();
	
});