
	   $(document).ready(
				function(){
					$('#numbersContent').innerfade({
						animationtype: 'fade',
						speed: 'slow',
						timeout: 5000,
						type: 'sequence',
						containerheight: '95px'
					});
				});
	   $(document).ready(
				function(){
					$('#atozContent').innerfade({
						animationtype: 'fade',
						speed: 'slow',
						timeout: 7500,
						type: 'sequence',
						containerheight: '90px'
					});
				});
		$(document).ready(
				function(){
					$('#timelineContent').innerfade({
						animationtype: 'fade',
						speed: 'slow',
						timeout: 6000,
						type: 'sequence',
						containerheight: '90px'
					});
				});

