$(document).ready(function(){



    // Set up our options for the slideshow...

    var myOptions = {

        noImages: 3,

        path: "Assets/homepage_slide-images/",  // Relative path with trailing slash.

        captions: {                 

            1:'<h4>Research Services</h4> <div style="font-size:10px;margin-top:2px;">Data collection and analysis by experts you can trust</div>',

            2:'<h4>Our Core Services</h4> <div style="font-size:10px;margin-top:2px;">Research Services, Economic Services, Economic Evaluation, Healthcare Services and Strategic analysis</div>',

            3:'<h4>Connect with us</h4> <div style="font-size:12px;margin-top:2px;"><a href"http://www.cajeserve.com/contact.php">Contact us today</a></div>'

        },

        links: { // Each image number must be listed here, unless no links are required at all, then links option can be ommitted.

            1:"",

            2:"",

            3:""

        },

        linksOpen:'newWindow',

        timerInterval: 6500, // 6500 = 6.5 seconds

	randomise: false // Start with random image?

    };



    // Woo! We have a jquery slideshow plugin!

    $('#homepage_slide_container').easySlides(myOptions);



})
