$(document).ready(function(){

    // Set up our options for the slideshow...
    var myOptions = {
        noImages: 8,
        path: "../../../images/",  // Relative path with trailing slash.
        captions: {                 
            1:'',
            2:'',
            3:'',
            4:'',
            5:'',
            6:'',
            7:'<br><br><br>Designmod by 98fahrenheit.de',
            8:'<br><br><br>Web to Date Forum - Mach mehr aus deinem Web to Date...'
              },
     
        links: { 
               1:'',
            2:'',
            3:"",
            4:"",
            5:"",
            6:"",
            7:"http://www.98fahrenheit.de",
            8:"http://www.webtodateforum.de"               
        },
        linksOpen:'newWindow',
        timerInterval: 9500, // 6500 = 6.5 seconds
	randomise: true // Start with random image?
    };

    // Woo! We have a jquery slideshow plugin!
    $('#eyecatcher').easySlides(myOptions);

})
