jQuery(document).ready(function($)
{
	$("#hero .innerFadeMe").innerfade(
	{
		speed: 1000,
		timeout: 7000,
		type: 'sequence',
		containerheight: '314px'			   
	});
	
	$(".entry-content .innerFadeMe").innerfade(
	{
		speed: 1000,
		timeout: 7000,
		type: 'random',
		containerheight: 'auto'			   
	}); 
});
