﻿$(document).ready(function(){
  $('#testimonials').innerfade({
    speed: 1000,
    timeout: 6000,
    type: 'random',
    containerheight: '100px'
  });

  $('.list-messageboard a').tooltip({ 
      track: true, 
      delay: 0, 
      showURL: false, 
      showBody: "",
      fade: 250
  });  
});
