  $(document).ready(
  function(){
  $('#servers').innerfade({
  animationtype: 'fade',
  speed: 750,
  timeout: 5000,
  type: 'sequence',
  containerheight: '196px'
  });
  } );