$(document).ready(function(){

    // Set up our options for the slideshow...
    var myOptions = {
        noImages: 5,
        path: "index_bestanden/slideshowindex/slideshow_images/",  // Relative path with trailing slash.
        captions: {                 
            1:'<div></div>',
            2:'<div></div>',
            3:'<div></div>',
            4:'<div></div>',
			5:'<div></div>',
	  },
        
        linksOpen:'newWindow',
        timerInterval: 6500, // 6500 = 6.5 seconds
	randomise: false // Start with random image?
    };

    // Woo! We have a jquery slideshow plugin!
    $('#slideshowindex_container').Slides(myOptions);

})
