$(document).ready( function(){ 
	$('#content-fade').innerfade({ 
		  speed: 'slow', 
		  timeout: 4000, 
		  type: 'random', 
		  containerheight: '554px' 
	}); 
} );
