// JavaScript Document

var slides2=[]; //SECOND SLIDESHOW
//configure the below images and descriptions to your own. 
slides2[0] = ["polarblog2/1.jpg", "My trip began with flying from Philadelphia, PA to Los Angeles, CA. The Grand Canyon was one of the many spectacular views across our great nation", ""];
slides2[1] = ["polarblog2/2.jpg", "We left LAX on the evening of  Nov. 10th flying on a Qantas Longreach 747. After crossing the International Date Line, we arrived in Auckland, NZ at 7:10 a.m. on Nov. 12th.", ""];
slides2[2] = ["polarblog2/3.jpg", "The final phase of our trip was a domestic flight from Auckland, NZ to Christchurch (Cheech for short). ", ""];
slides2[3] = ["polarblog2/4.jpg", "Pack Ice as we approach Antarctica!", ""];
slides2[4] = ["polarblog2/5.jpg", "Ivan the Terra-Bus, our shuttle to MacTown.", ""];
slides2[5] = ["polarblog2/6.jpg", "A spectacular view of the Trans Antarctic Mountains.", ""];
slides2[6] = ["polarblog2/7.jpg", "Welcome to your South Pole Elevated Station accommodations.", ""];
slides2[7] = ["polarblog2/8.jpg", "I’m breathing harder than it looks!", ""];
slides2[8] = ["polarblog2/9.jpg", "The Dome entrance during my first trip to the Pole in 2003.", ""];
slides2[9] = ["polarblog2/10.jpg", "Inside the Dome entrance, it’s always -55.", ""];
//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

