$(document).ready(function(){

    // Set up our options for the slideshow...
    var myOptions = {
        noImages: 20,
        path: "/modules/editorial/poze/",  // Relative path with trailing slash.
        captions: {                 
            1:'',
			2:'',
			3:'',
			4:'',
			5:'',
			6:'',
			7:'',
			8:'',
			9:'',
			10:'',
			11:'',
			12:'',
			13:'',
			14:'',
			15:'',
			16:'',
			17:'',
			18:'',
			19:'',
			20:''
        },
        links: { // Each image number must be listed here, unless no links are required at all, then links option can be ommitted.
            1:"http://cocarde-nunta.ro/31-swarovski-nunta-botez",
            2:"http://cocarde-nunta.ro/8-marturii-nunta",
            3:"http://cocarde-nunta.ro/9-corsaje",
            4:"http://cocarde-nunta.ro/23-marturii-botez",
            5:"http://cocarde-nunta.ro/5-cocarde",
            6:"http://cocarde-nunta.ro/26-accesorii-diverse",
			7:"http://cocarde-nunta.ro/8-marturii-nunta",
			8:"http://cocarde-nunta.ro/26-accesorii-diverse",
			9:"http://cocarde-nunta.ro/7-cosulete",
			10:"http://cocarde-nunta.ro/26-accesorii-diverse",
			11:"http://cocarde-nunta.ro/26-accesorii-diverse",
			12:"http://cocarde-nunta.ro/9-corsaje",
			13:"http://cocarde-nunta.ro/8-marturii-nunta",
			14:"http://cocarde-nunta.ro/12-pernute-verighete",
			15:"http://cocarde-nunta.ro/13-jartiere-mireasa",
			16:"http://cocarde-nunta.ro/5-cocarde",
			17:"http://cocarde-nunta.ro/5-cocarde",
			18:"http://cocarde-nunta.ro/7-cosulete",
			19:"http://cocarde-nunta.ro/7-cosulete",
			20:"http://cocarde-nunta.ro/10-seturi-tort"
        },
        linksOpen:'newWindow',
        timerInterval: 6500, // 6500 = 6.5 seconds
	randomise: false // Start with random image?
    };

    // Woo! We have a jquery slideshow plugin!
    $('#slide-uri').easySlides(myOptions);

})