// JavaScript Document

var slides2=[]; //SECOND SLIDESHOW
//configure the below images and descriptions to your own. 
slides2[0] = ["polarblog1/1.jpg", "Stoyan ready to board the C-17 in Christchurch for the flight to McMurdo.  Photo by Stoyan Stoyanov.", ""];
slides2[1] = ["polarblog1/2.jpg", "Inside the C-17 cargo jet on the way to McMurdo. Photo by Stoyan Stoyanov.", ""];
slides2[2] = ["polarblog1/3.jpg", "IceTop cargo being unloaded from an LC-130 at the South Pole. Photo by Tom Gaisser.", ""];
slides2[3] = ["polarblog1/4.jpg", "View of McMurdo on the southern tip of Ross Island, with the mountains of Antarctica in the background and the ice runway with four LC-130 aircraft ready for the 850-mile flight to the South Pole. Photo by Tom Gaisser.", ""];
//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=1; //set a random slide sequence on each page load
slides2.delay=7500; //set a random slide sequence on each page load

