(function($){

	$(".callout dl:eq(2)").addClass('last');
	$(".callout dl:eq(0)").addClass('first');
	


	$('img.wp-post-image').removeAttr('title').removeAttr('alt'); 
	
	$('.testimonials').cycle({
		speed: 1000,
		timeout: 5000,
		pause: 1
	
		});

	
})(window.jQuery);
























