$(document).ready(function() { 
    
	$('#headanimation').innerfade({ 
        speed: 2000,
        timeout: 3000,
        type: 'sequence', 
        containerheight: '200px' 
    });
	
}); 
