// Captions, credits and photos for Road Trip: National Parks (Minus the Crowds)
// 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_mountrainier.jpg";
SSPhotoCredit[z] = "Justin Bailie/Aurora Photos";
SSPhotoCaption[z] = "Paradise meadow, where hikers set out for Mount Rainier.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_olympicpark.jpg";
SSPhotoCredit[z] = "Marc Muench";
SSPhotoCaption[z] = "Olympic National Park, near Seattle.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_hohrivervalley.jpg";
SSPhotoCredit[z] = "Georgette Douwma/Getty";
SSPhotoCaption[z] = "Walking the Hoh River Valley in Olympic National Park.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_southwindowarch.jpg";
SSPhotoCredit[z] = "Tara Donne";
SSPhotoCaption[z] = "Utah\'s South Window Arch.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_navajoloop.jpg";
SSPhotoCredit[z] = "Christian Heeb/laif/Redux";
SSPhotoCaption[z] = "The Navajo Loop, one of a dozen trails in Bryce Canyon.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_zionroad.jpg";
SSPhotoCredit[z] = "Morgan & Owens";
SSPhotoCaption[z] = "Zion's road less traveled, Kolob Terrace, leads to Lava Point.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_smokymts.jpg";
SSPhotoCredit[z] = "Tara Donne";
SSPhotoCaption[z] = "Hundreds of native tree species blanket the Great Smoky Mountains.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_stateline.jpg";
SSPhotoCredit[z] = "Tara Donne";
SSPhotoCaption[z] = "The state line splits Great Smoky Mountains park.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_acadiashoreline.jpg";
SSPhotoCredit[z] = "Paul Rezendes";
SSPhotoCaption[z] = "Acadia\'s 40 miles of shoreline offer abundant tidepooling.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_isleauhaut.jpg";
SSPhotoCredit[z] = "Paul Rezendes";
SSPhotoCaption[z] = "Spruce forests meet cobblestoned beaches on Isle au Haut.";
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>Road Trip: National Parks (Minus the Crowds)<\/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/0907_RTNationalParks/index.html&type=Newsletter&title=Road_Trip:_National_Parks_(Minus_the_Crowds)_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/2009/06/08/AR2009060801444.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/2006/06/13/AR2006061301246.html')>Beat the Crowds to National Parks<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2008/08/02/AR2008080201203.html')>America\'s 10 Coolest Small Towns<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2005/06/04/AR2005060400813.html')>Road Trip: Mount Rainier and the North Cascades<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2008/04/26/AR2008042601640.html')>America\'s Favorite Restaurants<\/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/usandcanada/')><strong>U.S. & Canada</strong><\/a>.";
	finalHTML += "<\/div>";
