//This File is used for the javascript slideshows on the Department Homepages
$(document).ready(function() {
  jQuery('.slideshow').cycle({ 
      timeout: 8000,
      cleartype:  1,
      fx: 'fade' 
  });
});