$(document).ready(function(){

    var myOptions = {
        noImages: 3,
        path: "images/slide/",
        timerInterval: 4000,
        links: { 
            1:"http://www.plombier-pontchateau-la-turballe.com/depannage-plomberie.html",
			2:"http://www.plombier-pontchateau-la-turballe.com/installation-electricite.html",
			3:"http://www.plombier-pontchateau-la-turballe.com/chauffage-chaudiere.html"
        },
	randomise: false
    };

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