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