// JavaScript Document

var slides2=[]; //SECOND SLIDESHOW
//configure the below images and descriptions to your own. 
slides2[0] = ["http://www.udel.edu/research/news-features/features/1.jpg", "UD research team studies missteps, falls and fractures", "http://www.udel.edu/udaily/2010/nov/falls111809.html"];
slides2[1] = ["http://www.udel.edu/research/news-features/features/2.jpg", "Starburst galaxy sheds light on longstanding cosmic mystery", "http://www.udel.edu/udaily/2010/nov/veritas110209.html"];
slides2[2] = ["http://www.udel.edu/research/news-features/features/3.jpg", "UD start-up company prepares to commercialize novel detector for medical, military applications", "http://www.udel.edu/udaily/2010/oct/pair102809.html"];
slides2[3] = ["http://www.udel.edu/research/news-features/features/4.jpg", "Plants can recognize their siblings, and UD scientists know how", "http://www.udel.edu/udaily/2010/oct/plantsiblings101409.html"];
slides2[4] = ["http://www.udel.edu/research/news-features/features/5.jpg", "UD launches Center for Political Communication", "http://www.udel.edu/udaily/2010/nov/cpc111909.html"];
slides2[5] = ["http://www.udel.edu/research/news-features/features/6.jpg", "New magazine showcases research at UD", "http://www.udel.edu/udaily/2010/sep/research091609.html"];
slides2[6] = ["http://www.udel.edu/research/news-features/features/7.jpg", "UD, Gamesa reach agreement to install coastal wind turbine", "http://www.udel.edu/udaily/2010/jul/gamesa072709.html"];
slides2[7] = ["http://www.udel.edu/research/news-features/features/8.jpg", "UD's Early Learning Center enables implementation of mobility immersion", "http://www.udel.edu/udaily/2010/aug/mobility080309.html"];
slides2[8] = ["http://www.udel.edu/research/news-features/features/9.jpg", "New Critical Zone Observatory seeks to answer climate change questions", "http://www.udel.edu/udaily/2010/sep/observatory092809.html"];
slides2[9] = ["http://www.udel.edu/research/news-features/features/10.jpg", "Technique reveals buried image in N.C. Wyeth painting", "http://www.udel.edu/udaily/2010/aug/wyeth082009.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

