$(document).ready( function(){

    $('#latestNewsContainer').innerfade({
		speed: 'slow',
		timeout: 5000,
		type: 'sequence',
		containerheight: '150px'
	});


});
