$(document).ready(function(){
  $('#heropic ul').innerfade({
    animationtype: 'fade',
    speed: 'slow',
    timeout: 8000,
    type: 'sequence'
  });
});
