var fadeimages=new Array()
//SET IMAGE PATHS. Extend or contract array as needed 

fadeimages[0]=["/images/hatcpage/1.jpg", "/hatc/about", ""] //plain image syntax
fadeimages[1]=["/images/hatcpage/2.jpg", "http://www.wncc.net/hatc/images/communityeducation.pdf", ""] //image with link syntax
fadeimages[2]=["/images/hatcpage/3.jpg", "/hatc/about", ""] // use "_new" for image with link and target syntax
fadeimages[3]=["/images/hatcpage/4.jpg", "http://www.wncc.net/hatc/images/communityedsidney.pdf", ""] // use "_new" for image with link and target syntax
fadeimages[4]=["/images/hatcpage/5.jpg", "/hatc/upcomingevents/", ""]
fadeimages[5]=["/images/hatcpage/6.jpg", "http://www.wncc.net/hatc/images/communityedalliance.pdf", ""]

