$(document).ready(function(){

    var myOptions = {
        noImages: 8,
        path: "images/slide/",
        timerInterval: 4000,
        links: { 
            1:"http://www.leperoncreations.com/carports.html",
            2:"http://www.leperoncreations.com/carports.html",
            3:"http://www.leperoncreations.com/abris-de-jardin.html",
            4:"http://www.leperoncreations.com/carports.html",
            5:"http://www.leperoncreations.com/garage.html",
            6:"http://www.leperoncreations.com/preaux.html",
            7:"http://www.leperoncreations.com/preaux.html",
			8:"http://www.leperoncreations.com/garage.html"
        },
	randomise: false
    };

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