// Captions, credits and photos for Scouting Report 2008
// 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_willunga.jpg";
SSPhotoCredit[z] = "Dianna Mayfield/LPI";
SSPhotoCaption[z] = "Willunga, Australia.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_chapada.jpg";
SSPhotoCredit[z] = "Pedro Luz Cunha/Alamy";
SSPhotoCaption[z] = "Chapada dos Veadeiros, Brazil.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_graskop.jpg";
SSPhotoCredit[z] = "Jason Lowe";
SSPhotoCaption[z] = "Graskop, South Africa.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_weymouth.jpg";
SSPhotoCredit[z] = "Amanda Marsalis";
SSPhotoCaption[z] = "Weymouth, England.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_purnululu.jpg";
SSPhotoCredit[z] = "Jennifer MacFarlane";
SSPhotoCaption[z] = "Purnululu National Park, Australia.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_bergerac.jpg";
SSPhotoCredit[z] = "Martin Crook";
SSPhotoCaption[z] = "Bergerac, France.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_gaziantep.jpg";
SSPhotoCredit[z] = "Amanda Marsalis";
SSPhotoCaption[z] = "Gaziantep, Turkey.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_moravsky.jpg";
SSPhotoCredit[z] = "David Surowiecki";
SSPhotoCaption[z] = "Moravsk&yacute; Krumlov, Czech Republic.";
SSBorder[z] = "yes";
z++;


SSPhoto[z] = "ss_kansas.jpg";
SSPhotoCredit[z] = "Morgan & Owens";
SSPhotoCaption[z] = "Wilson, Kans.";
SSBorder[z] = "yes";
z++;


SSPhoto[z] = "ss_tanabe.jpg";
SSPhotoCredit[z] = "Tetsuya Miura";
SSPhotoCaption[z] = "Tanabe, Japan.";
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>Scouting Report 2008<\/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_ScoutingReport/index.html&type=Newsletter&title=Scouting_Report_2008&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/AR2008080200980.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/08/13/AR2008081302103.html')>Travel Lessons From the Scouts<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2007/08/09/AR2007080901238.html')>Scouting Report 2007<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2007/03/29/AR2007032901186.html')>15 Places Every Kid Should See<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2008/08/02/AR2008080201142.html')>7 Dream Islands<\/a><\/li>";
	finalHTML += "<\/ul><\/div><div class=contentBlock style=text-align:center;>";
	finalHTML += "Browse more popular destinations in <a href=javascript:parentCheck('/bt-dyn/content/destinations/europe/')><strong>Europe</strong><\/a>.";
	finalHTML += "<\/div>";