$(function(){
	$('#slideshow1').cycle();
	$('#customer-comments').cycle();
	$('#shuffle').cycle({
    fx:     'shuffle',
    easing: 'backout',
    delay:  -4000
});	
});
