// JavaScript Document

var slides2=[]; //SECOND SLIDESHOW
//configure the below images and descriptions to your own. 
slides2[0] = ["polarblog/shulman2.jpg", "Exquisite Christmas dinner seating.", ""];
slides2[1] = ["polarblog/shulman3.jpg", "Christmas day, everyone gathers in festive attire at the starting line for the big race around the Pole. ", ""];
slides2[2] = ["polarblog/shulman4.jpg", "The United States Geological Survey determined the exact location, and Vladimir Papitashvili, the NSF Representative, and Katherine Hess, Winter Site Manager, officially unveil the new South Pole marker that was designed andcrafted by two 2006-2007 winter-overs. ", ""];
slides2[3] = ["polarblog/shulman5.jpg", "Spool of Digital Optical Module (DOM) cable being threaded over the tower. ", ""];
slides2[4] = ["polarblog/shulman6.jpg", "Tex, winter-over science associate, posing with the morning’s 60 Digital Optical Modules to be installed. By the end of the season in February, this process will have been repeated 40 times since the start of the project in 2004, and will mark the halfway milestone for IceCube.", ""];
slides2[5] = ["polarblog/shulman7.jpg", "The deployment crew just before lowering the final Digital Optical Module on the 9th hole of the season.  This DOM is at the top of the string, and will be positioned nearly one mile below the surface.", ""];
//optional properties for these images:
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=0; //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=0; //set a random slide sequence on each page load
slides2.delay=7500; //set a random slide sequence on each page load

