$(document).ready(function(){

    // Set up our options for the slideshow...
    var myOptions = {
        noImages: 4,
        path: "slideshow_images/",  // Relative path with trailing slash.
        captions: {                 
            1:'<p align="left"><font face="Arial"><b>Redesigning Your Data Center?<br></b><font size="2">We can help with over 25 years of industry experience</font></font></p>',
            2:'<p align="left"><font face="Arial"><b>Diagnose the Problem Before Its Too Late!</b></font><font face="Arial" size="2"><br>We will ensure that you continue to operate at peak performance</font></p>',
            3:'<p align="left"><font face="Arial"><b>Need to Expand Your Data Center?<br></b><font size="2">We work quickly and effectively to ensure your continued success</font></font></p>',
            4:'<p align="left"><font face="Arial"><b>Do You Have a Backup Plan?<br></b></font><font face="Arial" size="2">Our UPS Systems and Generator Sets make sure that your information will not be lost</font></p>'
        },
        links: { // Each image number must be listed here, unless no links are required at all, then links option can be ommitted.
            1:"data_center_planning.php",
            2:"service_calls.php",
            3:"data_center_planning.php#Turnkey Projects",
            4:"power_systems.php"

        },
        linksOpen:'',
        timerInterval: 6500, // 6500 = 3 seconds
	randomise: false // Start with random image?
    };

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

})
