$(document).ready(function(){
	$('#animation').animatedinnerfade({
		speed: 1000,
		timeout: 8000,
		type: '',
		containerheight: '155px',
		containerwidth: '212px',
		animationSpeed: 8000,
		animationtype: 'fade',
		bgFrame: 'none',
		controlBox: 'none',
		displayTitle: 'yes'
	});
});
