$(document).ready(function(){

    // Set up our options for the slideshow...
    var myOptions = {
        noImages: 8,
        path: "../../../images/",  // Relative path with trailing slash.
        captions: {                 
            1:'Willkommen bei JMS Software.',
            2:'Software - Service - Support',
            3:'[Software erleben, wenn es mit Standardprogrammen nicht mehr weitergeht]',
            4:'Was können wir für Sie tun?',
            5:'Softwareentwicklung - Projektmanagement - Netzwerktechnik',
            6:'Seit 15 Jahren kreativ.',
            7:'Lotus Notes/Domino - SQL Server - Sybase SQLAnywhere - MS Access',
            8:'MS .NET, Lotus @Formula/LotusScript, VB/VBA, Delphi, SQL'
              },
     
        links: { 
               1:'',
            2:'',
            3:"",
            4:"",
            5:"",
            6:"",
            7:"",
            8:"http://www.jmsoft.de"               
        },
        linksOpen:'newWindow',
        timerInterval: 9500, // 6500 = 6.5 seconds
	randomise: false // Start with random image?
    };

    // Woo! We have a jquery slideshow plugin!
    $('#eyecatcher').easySlides(myOptions);

})
