$(document).ready(function() {


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


});

