// 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", "Chickens dieting to help Delaware’s waterways", "http://www.udel.edu/PR/UDaily/2008/jul/diet073107.html"];
slides2[1] = ["http://www.udel.edu/research/news-features/features/2.jpg", "UD-led team sets solar cell record", "http://www.udel.edu/PR/UDaily/2008/jul/solar072307.html"];
slides2[2] = ["http://www.udel.edu/research/news-features/features/3.jpg", "Babies driving robots at University of Delaware.", "http://www.udel.edu/PR/UDaily/2008/nov/robot110907.html"];
slides2[3] = ["http://www.udel.edu/research/news-features/features/4.jpg", "A bold step into the new age of spintronics", "http://www.udel.edu/PR/UDaily/2008/oct/spintronics102607.html"];
slides2[4] = ["http://www.udel.edu/research/news-features/features/5.jpg", "UD scientists invent novel hydrogels", "http://www.udel.edu/PR/UDaily/2008/jul/gels071807.html"];
slides2[5] = ["http://www.udel.edu/research/news-features/features/6.jpg", "UD plant biologists uncover top wetland invader’s hidden weapon", "http://www.udel.edu/PR/UDaily/2008/oct/invader101107.html"];
slides2[6] = ["http://www.udel.edu/research/news-features/features/7.jpg", "UD tissue-engineering research focuses on vocal cords", "http://www.udel.edu/PR/UDaily/2008/jul/vocal073107.html"];
slides2[7] = ["http://www.udel.edu/research/news-features/features/8.jpg", "Space tourism to rocket in this century, researchers predict", "http://www.udel.edu/PR/UDaily/2008/feb/rockets022108.html"];
slides2[8] = ["http://www.udel.edu/research/news-features/features/9.jpg", "UD researchers discover new technique for repairing gene defect that causes spinal muscular atrophy", "http://www.udel.edu/PR/UDaily/2008/feb/sma021108.html"];
slides2[9] = ["http://www.udel.edu/research/news-features/features/10.jpg", "Listen-up ladies: Don't postpone knee-replacement surgery", "http://www.udel.edu/PR/UDaily/2008/jan/knees010908.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

