$(document).ready(function() {
	$("#rotations").innerfade({
		speed: 'slow',
		timeout: 5000,
		type: 'sequence',
		containerheight: '30px'
	});
});

