$(function() { 
$("ul#customer-testimonials").cycle({ 
fx: "scrollDown", 
speed: 1000, 
timeout: 3000, 
height: "auto", 
easing: "easeInOutBack", 
cleartypeNoBg: true,
pause: 1
}); 
});