$(document).ready(
function(){
	$('#illustration').innerfade({
		speed: 'slow',
		timeout: 3000,
		type: 'sequence',
		containerheight: '1em'
	});
});
