$(document).ready(function() {
	$("#kudos").innerfade({
		animationtype:		'fade',
		speed:				'slow',
		timeout:			'9000',
		type:				'random',
		containerheight:	'auto'
	}); 
});