$(document).ready(
	function() {
		$('#branding').innerfade({
		speed: 'slow',
		timeout: 6000,
		type: 'sequence',
		containerheight: '0'
	});
});

$(document).ready(
	function() {
		$('#news').innerfade({
		animationtype: 'fade',
		speed: 'slow',
		timeout: 4500,
		type: 'sequence',
		containerheight: '70px'
	});
});