jQuery(document).ready(function() {
  jQuery("#staffThumbnails").tabs({
    cache: true,
    spinner: 'Loading'
  });
});