// JavaScript Document

var slides2=[]; //SECOND SLIDESHOW
//configure the below images and descriptions to your own. 
slides2[0] = ["polarblog8/1.jpg", "James Roth (right) saying goodbye to Terry Hannaford. The LC-130 for our trip north is in the background.", ""];
slides2[1] = ["polarblog8/2.jpg", "Aerial view of the South Pole Station (upper left) after takeoff. The area in the foreground with roads in the snow is our experiment, IceTop.  The group of buildings in front is the IceCube drill camp. The building in lower center is the IceCube laboratory.", ""];
slides2[2] = ["polarblog8/3.jpg", "The Trans-Antarctic Mountain Range from the cockpit of the LC-130.", ""];
//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

