  $(function() {
    $('#slideshow').crossSlide({
      sleep: 2,
      fade: 2
    }, [
      { src: 'http://www.lechaletducormet.com/images/phototheque/image1.png' },
	  { src: 'http://www.lechaletducormet.com/images/phototheque/image2.png' },
	  { src: 'http://www.lechaletducormet.com/images/phototheque/image3.png' },
	  { src: 'http://www.lechaletducormet.com/images/phototheque/image4.png' },
	  { src: 'http://www.lechaletducormet.com/images/phototheque/image5.png' },
	  { src: 'http://www.lechaletducormet.com/images/phototheque/image6.png' },
	  { src: 'http://www.lechaletducormet.com/images/phototheque/image7.png' },
	  { src: 'http://www.lechaletducormet.com/images/phototheque/image8.png' },
	  { src: 'http://www.lechaletducormet.com/images/phototheque/image9.png' },
	  { src: 'http://www.lechaletducormet.com/images/phototheque/image10.png' },
	  { src: 'http://www.lechaletducormet.com/images/phototheque/image11.png' },
	  { src: 'http://www.lechaletducormet.com/images/phototheque/image12.png' }
    ])
  });
