$(document).ready(function(){
var myOptions = {
    noImages: 3,
    path: "layout/",
    links: {
        1:"",
	2:"",
	3:"",
        
       
    },
    timerInterval: 9500,
    randomise: true
};

// 
$('#example_2_container').easySlides(myOptions);

})
