$(document).ready( function(){ 
	$('.rollingHome').innerfade({ 
	speed: 'slow', 
	timeout: 7000, 
	type: 'sequence',
	containerheight:  '92px' 
	});
	
	} );
	
