// Captions, credits and photos for Leaf Peepers' Delight
// 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] = "0710_FallFoliage_TreeBelow.jpg";
SSPhotoCredit[z] = "Kristy-Anne Glubish/Design Pics/Corbis";
SSPhotoCaption[z] = "Autumn woods.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "0710_FallFoliage_Bridge.jpg";
SSPhotoCredit[z] = "Robert Glusic/Corbis";
SSPhotoCaption[z] = "Covered bridge on a rural road near Kokomo, Indiana.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "0710_FallFoliage_Pumpkin.jpg";
SSPhotoCredit[z] = "Dency Kane/Beateworks/Corbis";
SSPhotoCaption[z] = "Autumn pumpkins and gourds.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "0710_FallFoliage_LakeMtns.jpg";
SSPhotoCredit[z] = "Keith Lanpher/VTC";
SSPhotoCaption[z] = "Peaks of Otter, Abbott Lake, Blue Ridge Parkway, Virginia.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "0710_FallFoliage_Church.jpg";
SSPhotoCredit[z] = "Mark Karrass/Corbis";
SSPhotoCaption[z] = "Church and commons in Townshend, Vermont.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "0710_FallFoliage_Lake.jpg";
SSPhotoCredit[z] = "Jim Zuckerman/Corbis";
SSPhotoCaption[z] = "Water reflecting autumn leaves, Vermont.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "0710_FallFoliage_Apples.jpg";
SSPhotoCredit[z] = "Darren Greenwood/Design Pics/Corbis";
SSPhotoCaption[z] = "Bushels of freshly picked apples.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "0710_FallFoliage_Mtns.jpg";
SSPhotoCredit[z] = "MedioImages/Corbis";
SSPhotoCaption[z] = "View of mountains in Sonora Pass, California.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "0710_FallFoliage_YellowTree.jpg";
SSPhotoCredit[z] = "Momatiuk-Eastcott/Corbis";
SSPhotoCaption[z] = "Vermont sugar maple.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "0710_FallFoliage_View.jpg";
SSPhotoCredit[z] = "Jack Hollingsworth/VTC";
SSPhotoCaption[z] = "Big Meadows Lodge, Shenandoah National Park, Virginia.";
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>Leaf Peepers' Delight<\/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/0710_FallFoliage2/index.html&type=Newsletter&title=Slide_Show:_Fall_Foliage&site=newsletter&sent=no');\">E-mail this to a friend<\/a>";
	finalHTML += "<\/div><div class=contentBlock>";
	finalHTML += "<strong>Related links:<\/strong><ul>";
		finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2006/03/09/AR2006030901249.html')>Coolest Small Towns: Great Barrington, Mass.<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2006/08/08/AR2006080800512.html')>Road Trips: Lake Champlain, Vt.<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2007/08/28/AR2007082801208.html')>Road Trips: Cape Cod Uncrowded<\/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>";