$(document).ready(function(){

var myOptions = {
    noImages: 5,
    path: "images/home/",
    timerInterval: 4500, 
    randomise: true
};

$('#home-slideshow').easySlides(myOptions);

})
