// 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 Scientist take research to the extreme.", "http://www.udel.edu/research/polar"];
slides2[1] = ["http://www.udel.edu/research/features/2.jpg", "Exceptional faculty conduct cutting-edge research at UD.", "http://www.udel.edu/PR/Messenger/06/02/RHigh.html"];
slides2[2] = ["http://www.udel.edu/research/features/3.jpg", "Inventing technologies of benefit to the world.", "http://www.udel.edu/research/techmarketplace/index.html"];
slides2[3] = ["http://www.udel.edu/research/features/4.jpg", "Building research partnerships that improve people’s lives.", "http://www.udel.edu/PR/UDaily/2007/may/genetics053107.html"];
slides2[4] = ["http://www.udel.edu/research/features/5.jpg", "Our research centers target real-world issues", "http://www.udel.edu/research/centers/"];
slides2[5] = ["http://www.udel.edu/research/features/6.jpg", "UD operates world-class research facilities.", "http://www.ocean.udel.edu/marine/rvhugh/index.shtml"];
slides2[6] = ["http://www.udel.edu/research/features/7.jpg", "At UD, students explore the art and science of research.", "http://www.udel.edu/PR/UDaily/2008/aug/art082807.html"];
slides2[7] = ["http://www.udel.edu/research/features/8.jpg", "UD scientists are pioneering a new age of discovery.", "http://www.udel.edu/PR/UDaily/2008/oct/spintronics102607.html"];
slides2[8] = ["http://www.udel.edu/research/features/9.jpg", "Catch the excitement of UD's discoveries.", "http://www.udel.edu/research/news-features/"];
slides2[9] = ["http://www.udel.edu/research/features/10.jpg", "Engaging the power of a curious mind.", "http://www.udel.edu/research/kids/index.html"];
//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

