    /***********************************************
    * Ultimate Fade In Slideshow v2.0- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
    * This notice MUST stay intact for legal use
    * Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
    ***********************************************/
	
	// this is for the slideshow on the home page

	var mygallery=new fadeSlideShow({
        wrapperid: "slideshow", //ID of blank DIV on page to house Slideshow
        dimensions: [900, 600], //width/height of gallery in pixels. Should reflect dimensions of largest image
        imagearray: [
            ["images/loadingdockweb2.jpg", "", "", ""],
            ["images/jennvanessweb.jpg", "", "", ""],
            ["images/loadingdockweb.jpg", "", "", ""],
            ["images/loadingdockweb3.jpg", "", "", ""],
            ["images/loadingdockweb4.jpg", "", "", ""],
            ["images/outside1.jpg", "", "", ""],
            ["images/outside2.jpg", "", "", ""],
            ["images/outside3.jpg", "", "", ""],
            ["images/outside4.jpg", "", "", ""],
            ["images/outside5.jpg", "", "", ""],
            ["images/praying.jpg", "", "", ""],
            ["images/waterweb.jpg", "", "", ""]
        ],
        displaymode: {type:'auto', pause:4500, cycles:0, wraparound:false},
        persist: true, //remember last viewed slide and recall within same session?
        fadeduration: 500, //transition duration (milliseconds)
        descreveal: "ondemand",
        togglerid: "photo"
    })
	
