// load function
$(window).load(function (){
    $('#container').hide();
    $('#container').fadeIn(2000).delay(2000).fadeOut(400, function () {
        $('#book').attr({ 
              src: "http://www.editionslep.ch/contenu/index_pub/nuitBlancheB.jpg",
              alt: "Nuit Blanche"
            });
        $('#container').fadeIn(1000).delay(3000).fadeOut(400, function () {
            window.location = "http://www.andreraboud.ch/index2.php?accueil";
        });
    });
});
/*$('#book').click(function(){
  window.location = "http://www.editionslep.ch/catalogue.php?recherche=Nuit+blanche&catalogue=OK";
});
*/
