$(document).ready(
          function(){ 
              $("#slider").easySlider({
                  auto: true,
                  continuous: true 
              });
          }); 
  
$(document).ready(
  function(){
    $('#testimonials').innerfade({
  animationtype: 'fade',          
  speed: 1000,
  timeout: 6000,
  type: 'random_start',
  containerheight: '105px'
  });
});
