$(document).ready(function(){


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

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


  $("a[rel='cbox'], a[rel='cbox2'], a[rel='floorplans']").colorbox();
  
  // Walkscore colorbox
  $(".cboxwalkscore").colorbox({width:"540px", height:"356px", inline:true, href:"#thewalkscore"});
  

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

}); // end
