$(document).ready(function(){

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

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