$(document).ready(function(){

    var myOptions = {
        noImages: 21,
        path: "http://www.championdoor.com/images/slideshow/",
        links:null,
		
        timerInterval: 3000,
	randomise: true
    };

    // Woo! We have example number 2!
    $('#example_1_container').easySlides(myOptions);

})
