$(document).ready(function(){

    var myOptions = {
        noImages: 9,
        path: "slide/",
        links: { 
            1:"http://www.avantauk.com/workshop_equipment/cupboards.html",
            2:"http://www.avantauk.com/mezzanine_floors/mezzanine_floors.html",
            3:"http://www.avantauk.com/shelving_systems/mobile_hd_shelving.html",
            4:"http://www.avantauk.com/office_interiors/office_desking.html",
			5:"http://www.avantauk.com/office_interiors/office_interiors.html",
			6:"http://www.avantauk.com/pallet_racking/pallet_racking.html",
			7:"http://www.avantauk.com/shelving_systems/shelving_systems.html",
			8:"http://www.avantauk.com/steel_partitions/steel_partitions.html",
			9:"http://www.avantauk.com/workshop_equipment/workshop_equipment.html"
        },
        timerInterval: 5000,
	randomise: false
    };

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

})
