// JavaScript Document



$(document).ready(function() {
//Get the Cycle Plugin Started
	

$('#endorsementScroller').cycle({ 
		
    	fx:    'fade', 
        speed:  5000 
		
		
	});




});
 
