
/***********************************************
* These are the images and links for the fading slide show on the home page
*to add or remove images create or remove a fadeimages[#] item where # is the sortorder for the image
* parameter 1 is the source of the image
* parameter 2 is the link when clicking on the image - can leave this blank
* parameter 3 can link to a new window by enter _new. leave blank to stay in window
***********************************************/

var fadeimages=new Array()
//SET IMAGE PATHS
fadeimages[0] = ["/Images/Slideshow/building-front.jpg", "", ""];
fadeimages[1] = ["/Images/Slideshow/group1.jpg", "", ""];
fadeimages[2] = ["/Images/Slideshow/April_Krissy.jpg", "", ""];
fadeimages[3] = ["/Images/Slideshow/April1.jpg", "", ""];
fadeimages[4] = ["/Images/Slideshow/group3.jpg", "", ""];
fadeimages[5] = ["/Images/Slideshow/Jenna_Chelsea.jpg", "", ""];
fadeimages[5] = ["/Images/Slideshow/walkbridge.jpg", "", ""];

var fadebgcolor="#FFF";