$(document).ready(function(){

    // Set up our options for the slideshow...
    var myOptions = {
        noImages: 8,
        path: "/images/home/",  // Relative path with trailing slash.
        captions: {
			1:'<b>Lake Eyre Tours - The best way to see the flood waters flowing - from $1360pp </b> ',
		    2:'<b>Adelaide Central Market Tour - top morning gourmet walking tour $55pp</b> ',
			3:'<b>Cleland Wildlife Park – hand feed a Kangaroo $59pp</b> ',
			4:'<b>Ultimate Barossa Valley Wine Tour - Discover Barossa`s prestigious wines $129pp</b>',
			5:'<b>Victor Harbor and McLaren Vale - gorgeous beaches, historic ports $99pp</b> ',
			6:'<b>River Murray Highlights  - cruise the majestic Murray $139pp </b> ',
			7:'<b>Adelaide City Highlights Morning Tour $59pp + optional Pandas</b> ',
            8:'<b>Kangaroo Island Highlights from $238pp - cruise and fly options</b> '
        },
        links: { // Each image number must be listed here, unless no links are required at all, then links option can be ommitted.
        	1:"/lakeeyre.html",
            2:"/tours/AS16.htm",
            3:"/tours/AS11.htm",
			4:"/tours/AS2.htm",
			5:"/tours/AS18.htm",
            6:"/tours/AS23.htm",
            7:"/tours/AS14.htm",
            8:"/tours/HTCC.htm"
        },
        //linksOpen:'newWindow',
        timerInterval: 8500, // 6500 = 6.5 seconds
	randomise: false // Start with random image?
    };

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

})


 
