$(document).ready(function(){
	$('.testimonial:nth-child(odd)').addClass('odd');
});