$(document).ready( function(){
    $('ul#sliderSponsor').innerfade({
  speed: 1000,
  timeout: 2000,
  type: 'random_start',
  animationSpeed: 2000,
  animationtype: 'fade',
  bgFrame: 'none',
  controlBox: 'none',
  displayTitle: 'none'
  });
} );
