$(document).ready(
 function(){
	$('#news').innerfade({ 
		animationtype: 'slide', 
		speed: 750, 
		timeout: 4000, 
		type: 'random', 
		containerheight: '1em' 
	});
	
	$('#banners').innerfade({ 
		speed: 'slow', 
		timeout: 6000, 
		type: 'sequence', 
		containerheight: '461px' 
	});
}

); 