// JavaScript Document

var slides2=[]; //SECOND SLIDESHOW
//configure the below images and descriptions to your own. 
slides2[0] = ["http://www.udel.edu/research/features/1.jpg", "UD students explore the art and science of research.", "http://www.udel.edu/udaily/2009/mar/artconservators031909.html"];
slides2[1] = ["http://www.udel.edu/research/features/2.jpg", "UD researchers are on the path to a new energy future.", "http://www.udel.edu/udaily/2010/oct/inventors101509.html"];
slides2[2] = ["http://www.udel.edu/research/features/3.jpg", "Building research partnerships that improve people’s lives.", "http://www.delawarehsa.org/"];
slides2[3] = ["http://www.udel.edu/research/features/4.jpg", "UD researchers garner stimulus funding.", "http://www.udel.edu/recovery/"];
slides2[4] = ["http://www.udel.edu/research/features/5.jpg", "Exceptional faculty conduct cutting-edge research at UD.", "http://www.udel.edu/udaily/2010/nov/alison110509.html"];
slides2[5] = ["http://www.udel.edu/research/features/6.jpg", "UD operates world-class research facilities.", "http://www.ceoe.udel.edu/marine/rvSharp.shtml"];
slides2[6] = ["http://www.udel.edu/research/features/7.jpg", "Engaging the power of a curious mind.", "http://www.udel.edu/research/kids/index.html"];
slides2[7] = ["http://www.udel.edu/research/features/8.jpg", "Catch the excitement of UD's discoveries.", "http://www.udel.edu/research/news-features/"];
//optional properties for these images:
slides2.no_descriptions=1; //use for no descriptions displayed
slides2.desc_prefix=''; //string prefix for image descriptions display 
slides2.pause=1; //use for pause onmouseover
slides2.no_controls=1; //use for top controls
slides2.counter=1; //use to show image count
slides2.use_alt=1; //use for descriptions as images alt attributes
slides2.use_title=1; //use for descriptions as images title attributes
slides2.border=2; //set border width for images
slides2.border_color='lightblue'; //set border color for images
slides2.random=1; //set a random slide sequence on each page load
slides2.delay=5000; //set a random slide sequence on each page load

