/*======= Copyright 2011 : The Consumer Credit Repair Agency  =======*/
/*======= Testimonials jquery-config  =======*/



$(document).ready(function() {
   	$('.in-testimonials').cycle({fx:'fade', timeout:7000,  speed:2000});
});	

