$(document).ready(function(){

    // Set up our options for the slideshow...
    var myOptions = {
        noImages: 4,
        path: "homeslide/slideshow_images/",  // Relative path with trailing slash.
        captions: {                 
            1:'<b>Welcome to Armada House Conference &amp; Events</b> <div style="font-size:14px;margin-top:5px;">Bristol City Centre&#39;s only dedicated conference &amp; events venue</div>',
            2:'<b>Welcome to Armada House Conference &amp; Events</b> <div style="font-size:14px;margin-top:5px;">Armada House with its Edwardian elegance oozes character from every pore</div>',
            3:'<b>Welcome to Armada House Conference & Events</b> <div style="font-size:14px;margin-top:5px;">Our food is freshly prepared daily on-site</div>',
            4:'<b>Welcome to Armada House Conference &amp; Events</b> <div style="font-size:14px;margin-top:5px;">A warm welcome awaits you and your guests</div>',
            5:'<b>Welcome to Armada House Conference &amp; Events</b<div style="font-size:14px;margin-top:5px;">Bristol City Centre&#39;s only dedicated conference &amp; events venue</div>',
            6:'<b>Welcome to Armada House Conference &amp; Events</b> <div style="font-size:14px;margin-top:5px;">Bristol City Centre&#39;s only dedicated conference &amp; events venue</div>'
        },
        links: { // Each image number must be listed here, unless no links are required at all, then links option can be ommitted.
            1:"http://www.armadahouse.co.uk/new/website/rooms/index.htm",
            2:"http://www.armadahouse.co.uk/new/website/rooms/index.htm",
            3:"http://www.armadahouse.co.uk/new/website/rooms/index.htm",
            4:"http://www.armadahouse.co.uk/new/website/rooms/index.htm",
            5:"http://www.armadahouse.co.uk/new/website/rooms/index.htm",
            6:"http://www.armadahouse.co.uk/new/website/rooms/index.htm"
        },

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

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

})
