$(document).ready(function() {

   // cycle through header images
   $('#headerSlideshow').cycle( {
      fx: 'fade',
      delay: 2000,
      timeout: 4000
   });


});

