$(function(){

	$('#list').innerfade({
		animationtype: 'slide',
		speed: 500,
		timeout: 3000,
		containerheight: '1em'
	});
	
});

