$(document).ready(function(){

    var myOptions = {
        noImages: 5,
        path: "images/slide/",
        timerInterval: 5000,
        links: { 
            1:"http://www.autoecole-morbihan.com/",
			2:"http://www.autoecole-morbihan.com/",
			3:"http://www.autoecole-morbihan.com/",
			4:"http://www.autoecole-morbihan.com/",
			5:"http://www.autoecole-morbihan.com/"
        },
	randomise: false
    };

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