$(document).ready(function() {
	
	$('#foottestimonial .textwidget').cycle({
		fx: 'scrollDown', 
		easing: 'easeInOutExpo',
	  speed: 700
  });
	
	$('#mask').cycle({ 
	  fx:     'fade', 
	  speed:  300,
	  easing: 'easeInOutExpo',
	  next:   '#mask', 
	  timeout: 0 
	});
  
});

