$(document).ready(function(){

    var myOptions = {
        noImages: 6,
        path: "http://www.caloun.fr/wp-content/themes/caloun/images/fond/",
        timerInterval: 3000,
				randomise: true
    };

    $('#slide').easySlides(myOptions);

})
