$(document).ready( 
	function(){ 
		$('#news').innerfade(
		{
			animationtype: 'slide', 
			speed: 750, 
			timeout: 2000, 
			type: 'random', 
			containerheight: '220px' 
		}); 
		$('#portfolio').innerfade(
		{ 
			speed: 'slow', 
			timeout: 4000, 
			type: 'sequence', 
			containerheight: '220px' 
		}); 
		$('#fade').innerfade(
		{ 
			speed: 1500, 
			timeout: 3000, 
			type: 'sequence', 
			containerheight: '220px' 
		});
});
