// JavaScript Document


$(document).ready(
  function(){
/*
    $('#nww_slideshow').innerfade({
      speed: 3000,
      timeout: 5000,
      type: 'sequence',
      containerheight: '152px'
      });
*/
      
    $('#nww_testimonials_content').innerfade({
     speed: 1000,
     timeout: 4000,
     type: 'sequence',
     containerheight: '340px'
     });

    }
  );

function choose_slide(offset){
  $('#nww_testimonials_content').innerfade({
     speed: 1000,
     timeout: 4000,
     type: 'sequence',
     containerheight: '340px',
     offset:offset
  });
}
