$(document).ready( function() {
	$('#news').innerfade( {
		animationtype : 'fade',
		speed : 1000,
		timeout : 4500,
		type : 'random',
		containerheight : '1em'
	});
	$('#portfolio').innerfade( {
		speed : 'slow',
		timeout : 6000,
		type : 'sequence',
		containerheight : '270px'
	});
});


