$(document).ready(function(){


// Initiate Crossfading Slideshow
 
  $.preload( '#slideshow img', {
    onFinish: function() {
      $('#slideshow img').removeClass('gone');
      $('#slideshow').slideshow({ timeout: 4000, fadetime: 600, type: 'sequence' });
    }
  });

  //***********************************


//***********************************

}); // end
