$(document).ready(
	function(){	
		$('.homefeed').innerfade({
			animationtype:'fade',
			speed: 'normal',
			timeout: 10000,
			type: 'sequence',
			containerheight: '30px'
		});
	}
);
