	  $(function() {
	    $('#animation').crossSlide({
	      sleep: 2,
	      fade: 1
	    }, [
	      { src: 'templates/images/animation/00.jpg', href: '2-accueil-page.html' },
	      { src: 'templates/images/animation/01.jpg', href: '2-accueil-page.html' },
	      { src: 'templates/images/animation/02.jpg', href: '2-accueil-page.html' },
	      { src: 'templates/images/animation/03.jpg', href: '2-accueil-page.html' },
	      { src: 'templates/images/animation/04.jpg', href: '2-accueil-page.html' },
	      { src: 'templates/images/animation/05.jpg', href: '2-accueil-page.html' },
	      { src: 'templates/images/animation/06.jpg', href: '2-accueil-page.html' },
	      { src: 'templates/images/animation/07.jpg', href: '2-accueil-page.html' },
	      { src: 'templates/images/animation/08.jpg', href: '2-accueil-page.html' },
	      { src: 'templates/images/animation/10.jpg', href: '2-accueil-page.html' }
	    ]);
	  });

   function Timer() {
			window.location.href = '2-accueil-page.html';
   }

setTimeout("Timer()",30000);