$(document).ready(function(){

    var myOptions = {
        noImages: 15,
        path: "http://www.historicshopfronts.co.uk/webgfx/random_images/",
        timerInterval: 8000,
	randomise: true
    };

    
    $('#imageBox').easySlides(myOptions);

})
