$(document).ready( function(){
	$('.fade').innerfade({
		 speed: 'slow', timeout: 3000, type: 'sequence', containerheight: '1.5em'
		});
	}
);