// Captions, credits and photos for Uncharted Isles slide show.
// If there is no photo credit for a specific photo, you still need a credit defined, but make it blank like this: SSPhotoCredit[1] = "";
// Acceptable border values are 'yes' or 'no'

var SSPhoto = new Array();
var SSPhotoCredit = new Array();
var SSPhotoCaption = new Array();
var SSBorder = new Array();

var z = 0;

SSPhoto[z] = "ss_skomerisland.jpg";
SSPhotoCredit[z] = "Sue Parkhill";
SSPhotoCaption[z] = "Crisscrossed with hiking trails, <strong>Skomer Island</strong> is protected by the Wildlife Trust of South and West Wales. A maximum of 250 people may visit per day, but there\'s only room for 15 overnight guests in a converted barn (shown here) where scientists conduct most of their research.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_cornislands.jpg";
SSPhotoCredit[z] = "Wilhem Scholz";
SSPhotoCaption[z] = "Even the pirates of the Caribbean took a vacation from plundering, and to this day, their hideaway has remained a fairly hidden treasure. Forty miles off mainland Nicaragua, the <strong>Corn Islands</strong> are still populated by the descendants of buccaneers.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_kithiraisland.jpg";
SSPhotoCredit[z] = "Aggelos Kaltsis/Invision Images/drr.net";
SSPhotoCaption[z] = "Except for the six weeks starting in mid-July, Greece\'s <strong>K&iacute;thira Island</strong> is a sleepy place with compact medieval villages that are home to ancient grain mills, Byzantine chapels, and cheerful wooden beehives that are painted yellow, blue, or white.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_rottnestisland.jpg";
SSPhotoCredit[z] = "Theron Kirkman";
SSPhotoCaption[z] = "After a 70-year stretch as a penal colony, <strong>Rottnest Island</strong>, 12 miles off mainland Australia, has become a popular day trip from Perth.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_fakaravaisland.jpg";
SSPhotoCredit[z] = "Dave Lauridsen";
SSPhotoCaption[z] = "Unlike its more populated neighbors Bora-Bora and Tahiti, French Polynesia\'s <strong>Fakarava Island</strong> is home to about 500 residents.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_sumbaisland.jpg";
SSPhotoCredit[z] = "Jez O\'Hare/indonesiaphotography.com";
SSPhotoCaption[z] = "The natives\' warrior reputation convinced European traders to avoid <strong>Sumba Island</strong> in southern Indonesia, leaving it relatively undeveloped for centuries.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_amantaniisland.jpg";
SSPhotoCredit[z] = "Martin Strobl";
SSPhotoCaption[z] = "After living in relative isolation for centuries, residents on Peru\'s <strong>Amantan&iacute; Island</strong> began to allow overnight stays about 10 years ago.";
SSBorder[z] = "yes";
z++;

var SSLength = SSPhoto.length;

// THis is the HTML for final page of slide show.

var finalHTML = "";
	finalHTML += "<div id=finalSlide>";
	finalHTML += "<div id=finalSlideHeader>";
	finalHTML += "<a href=index.html?jumpToPic=0><img src=final_image.jpg alt=\"Click here to watch the slide show again\" class=borderyes \/><\/a>";
	finalHTML += "<h2>Uncharted Isles<\/h2>";
	finalHTML += "<a href=index.html?jumpToPic=0>Watch the slide show again<\/a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href=\"javascript:parentCheck('/ac-bt/bt-dyn/admin/emaillink?link=http://www.budgettravel.com/bt-srv/gallery/0809_UnchartedIsles/index.html&type=Newsletter&title=Uncharted_Isles_slide_show&site=newsletter&sent=no');\">E-mail this to a friend<\/a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href=\"javascript:parentCheck('/bt-dyn/content/article/2008/08/02/AR2008080201142.html');\">Read the article<\/a>";
	finalHTML += "<\/div><div class=contentBlock>";
	finalHTML += "<strong>Related Links:<\/strong><ul>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2008/02/04/AR2008020402618.html')>Dream Trips: A Deserted Beach<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2007/02/07/AR2007020701384.html')>Overwater Bungalows: Stay Literally on the Ocean<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2007/03/26/AR2007032600728.html')>Secret Hotels of the Greek Isles<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2005/06/04/AR2005060400810.html')>More Great Islands You\'ve Never Heard Of<\/a><\/li>";
	finalHTML += "<\/ul><\/div><div class=contentBlock style=text-align:center;>";
	finalHTML += "Browse more popular <a href=javascript:parentCheck('/bt-dyn/content/destinations/index.html')><strong>Destinations<\/strong><\/a>.";
	finalHTML += "<\/div>";