$(document).ready(
function(){
	$('#scroller').innerfade({
		animationtype: 'slide',
		speed: 2000,
		timeout: 8000,
		type: 'sequence',
		containerheight: '1em'
	});
});
