$(document).ready(function(){

    var Options = {
        noImages: 3,
        path: "images/",
        links: { 
            1:"index.html",
            2:"index.html",
            3:"index.html"
        },
          timerInterval: 4000,
          randomise: true
    };

    $('#slider_container').easySlides(Options);

})
