$(document).ready(function(){

    var myOptions = {
        noImages: 3,
        path: "images/home/",
        links: { 
            1:"#",
            2:"#",
            3:"#"
        },
        timerInterval: 3500,
	randomise: false
    };

    // Woo! We have example number 2!
    $('#example_2_container').easySlides(myOptions);

})
