var fadeimages=new Array()
//SET IMAGE PATHS. Extend or contract array as needed
//Syntax ARRAYNAME[ARRAYINDES]=["IMAGELOCATION", "URL", "WINDOW OPERATION"]
//ARRAYNAME - This value is used to to reference a specific list of images.
//ARRAYINDEX - the sequential numbered list of images
//IMAGELOCATION - The location of the image relative to the page where the script will be used.
//URL - Used if you want to hyperlink an image.  The user will travel to the URL when they click on the image.
//WINDOW OPERATION - The method used to view the URL.  Default (left blank) is to open the link in the current window.

//Example fadeimages[0]=["/slideshow/photo1.jpg", "/library/sc/index.html", "_blank"]  Clicking on this image loades the Special collections frontpage in a new window
//		  fadeimages[0]=["/slideshow/photo1.jpg", "", ""] This will only display the image.  Not clickable.
//		  fadeimages[0]=["/slideshow/photo1.jpg", "http://www.google.com", ""] This will open Google in the current window when the image is clicked. 
fadeimages[0]=["/library/sc/images/frontimages/slideshow/photo1.jpg", "/library/sc/gcsuexhibit/26campusview.html", ""] 
fadeimages[1]=["/library/sc/images/frontimages/slideshow/photo2.jpg", "/library/sc/gcsuexhibit/waves.html", ""] 
fadeimages[2]=["/library/sc/images/frontimages/slideshow/photo3.jpg", "/library/sc/collections/coverdell/index.html", ""] 
fadeimages[3]=["/library/sc/images/frontimages/slideshow/photo4.jpg", "/library/sc/gcsuexhibit/mainblg.html", ""]
fadeimages[4]=["/library/sc/images/frontimages/slideshow/photo5.jpg", "/library/sc/collections/oconnor/focart.html", ""]
fadeimages[5]=["/library/sc/images/frontimages/slideshow/photo6.jpg", "/library/sc/foc.html", ""]
fadeimages[6]=["/library/sc/images/frontimages/slideshow/photo7.jpg", "/library/sc/gcsuexhibit/atkinson.html", ""]
fadeimages[7]=["/library/sc/images/frontimages/slideshow/photo8.jpg", "/library/sc/gcsuexhibit/slife70.html", ""]
fadeimages[8]=["/library/sc/images/frontimages/slideshow/photo9.jpg", "/library/sc/collections/coverdell.html", ""]