$(document).ready(function() {
	var myOptions = {
    noImages: 25,
    path: "images/slide/",
    links: { 
        1:"/piece,1-centime.html",
        2:"/piece,2-centimes.html",
        3:"/piece,3-centimes.html",
        4:"/piece,5-centimes.html",
        5:"/piece,un-decime.html",
        6:"/piece,10-centimes.html",
        7:"/piece,2-decimes.html",
        8:"/piece,20-centimes.html",
        9:"/piece,quart-de-franc.html",
        10:"/piece,25-centimes.html",
        11:"/piece,demi-franc.html",
        12:"/piece,50-centimes.html",
        13:"/piece,1-franc.html",
        14:"/piece,2-francs.html",
        15:"/piece,5-francs.html",
        16:"/piece,10-francs.html",
        17:"/piece,20-francs.html",
        18:"/piece,50-francs.html",
        19:"/piece,100-francs.html",
        20:"/piece,5-francs-or.html",
        21:"/piece,10-francs-or.html",
        22:"/piece,20-francs-or.html",
        23:"/piece,40-francs-or.html",
        24:"/piece,50-francs-or.html",
        25:"/piece,100-francs-or.html"
              
        
    },
    timerInterval: 4000, 
    randomise: true
};

$('#slide_monnaies').easySlides(myOptions);
	
})
