$(document).ready(function(){


    var myOptions = {
        noImages: 4,
        path: "scripts/slideshow_images/",
        links: { 
            1:"",
            2:"",
            3:"",
            4:""
        },
        timerInterval: 4000,
	randomise: false
    };


    // Woo! We have a jquery slideshow plugin!
    $('#example_1_container').easySlides(myOptions);

})
