$(document).ready(function() {
	$('.rotatenews').innerfade({ 
	 animationtype: 'fade',
		speed: 'slow', 
		timeout: 10000, 
		type: 'sequence', 
		containerheight: '175px' 
		});
		
	}); 