 $(document).ready(
			function(){
				$('#header').innerfade({
					animationtype: 'fade',
					speed: 3500,
					timeout: 7000,
					type: 'sequence',
					containerheight: '380px'
				});
		});
