$(document).ready(function() {
  $('#page div.view-content-features').innerfade({
    animationtype: 'fade',
	speed: 'normal',
	timeout: 8000,
	index: '#page div.view-footer-features div.item-list ul'
  });

  $('#latest-insights ul').innerfade({
    animationtype: 'slide',
	speed: 'normal',
	timeout: 5000
  });
});

