jQuery(document).ready(function($)
{
	$('.innerfade').innerfade({
		speed: 'slow',
		timeout: 7000,
		containerheight: '8em'
	});
});