$(document).ready(
function(){
$('div#scroll').innerfade({
	speed: 800,
	timeout: 7000,
	type: 'sequence',
	containerheight: '1em'
	});
});
