$(document).ready(
    function(){
      $('#hero').innerfade({ 
        animationtype:    'fade',
      	speed: 4000, 
      	timeout: 10000,
      	type: 'sequence',		
      	containerheight: '200px'
      });	
});

