$(document).ready(
	function(){
		$('#header').innerfade({
			speed: 4000,
			timeout: 7000,
			type: 'sequence',
			containerheight: '210px'
		});
	}
);