$(document).ready(function() {
	$('.speech-bubble-innerfade').innerfade({
		speed: 'slow',
		timeout: 7000,
		type: 'sequence',
		containerheight: '6.5em'
	});
});