$(document).ready( 
	function(){
 		$('#index-content').innerfade({ 
 			speed: 1500, 
 			timeout: 4500, 
 			type: 'sequence', 
 			containerheight: '220px' 
 		});
	}
);

