$(document).ready(function(){

    // Set up our options for the slideshow...
    var myOptions = {
        noImages: 9,
        path: "../../../images/",  // Relative path with trailing slash.
        captions: {                 
            1:'',
            2:'',
            3:'',
            4:'',
            5:'',
            6:'',
            7:'',
            8:'',
            9:'',
            10:'',
            11:'',
            12:'',
            13:'',
            14:''
              },
     
        links: { 
       	    1:'',
            2:'',
            3:'',
            4:'',
            5:'',
            6:'',
            7:'',
            8:'',
            9:'',
            10:'',
            11:'',
            12:'',
            13:'',
            14:''             
        },
        linksOpen:'newWindow',
        timerInterval: 9500, // 6500 = 6.5 seconds
	randomise: true // Start with random image?
    };

    // Woo! We have a jquery slideshow plugin!
    $('#eyecatcher').easySlides(myOptions);

})
