$(document).ready(
  function(){
    $('ul#sponsor-logos').innerfade({
        animationtype: 'fade',
        speed: 'normal',
        timeout: '3000',
        type: 'random_start',
        containerheight: '75px'
    });
    $('ul#home-header').innerfade({
        animationtype: 'fade',
        speed: 'normal',
        timeout: '4000',
        type: 'random_start',
        containerheight: '240px'
    });
  }
);
