// Captions, credits and photos for Readers' Fall Foliage Photos
// 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] = "Prochnow.jpg";
SSPhotoCredit[z] = "Courtesy David Prochnow";
SSPhotoCaption[z] = "Scotts Run Nature Preserve in McLean, Va.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "Delri.jpg";
SSPhotoCredit[z] = "Courtesy Delri Hanson";
SSPhotoCaption[z] = "Top of the Blarney Castle, Ireland.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "Hannah.jpg";
SSPhotoCredit[z] = "Courtesy Cheryl Hannah";
SSPhotoCaption[z] = "Independence Pass, east of Aspen, Colo.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "Chaney.jpg";
SSPhotoCredit[z] = "Courtesy Jane Chaney";
SSPhotoCaption[z] = "Gunnison County, Colo.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "Spaid.jpg";
SSPhotoCredit[z] = "Courtesy Candace Spaid";
SSPhotoCaption[z] = "Maine. ";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "Newton.jpg";
SSPhotoCredit[z] = "Courtesy Alan Newton";
SSPhotoCaption[z] = "Fall at Michigan Legacy Art Park, adjacent to Crystal Mountain in Thompsonville, Mich.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "Peace.jpg";
SSPhotoCredit[z] = "Courtesy Nicole Luciana-Epperson";
SSPhotoCaption[z] = "Washington, D.C.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "VasquezSilo.jpg";
SSPhotoCredit[z] = "Courtesy Jody Vasquez";
SSPhotoCaption[z] = "Chino, Calif.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "Woolf.jpg";
SSPhotoCredit[z] = "Courtesy Julie Woolf";
SSPhotoCaption[z] = "Covered bridge in Woodstock, Vt.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "Mirza.jpg";
SSPhotoCredit[z] = "Courtesy Abdul Mirza";
SSPhotoCaption[z] = "New Hampshire.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "Raum.jpg";
SSPhotoCredit[z] = "Courtesy David Raum";
SSPhotoCaption[z] = "White River National Forest in Colorado.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "Phan.jpg";
SSPhotoCredit[z] = "Courtesy Phuong Phan";
SSPhotoCaption[z] = "Jiuzhaigou National Park, China.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "Mayne.jpg";
SSPhotoCredit[z] = "Courtesy Jesse Mosston";
SSPhotoCaption[z] = "Mount Washington Valley, N.H.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "Vasquez.jpg";
SSPhotoCredit[z] = "Courtesy Jody Vasquez";
SSPhotoCaption[z] = "Chino, Calif.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "Sapienza.jpg";
SSPhotoCredit[z] = "Courtesy Ryan Sapienza";
SSPhotoCaption[z] = "Kaaterskill Falls, N.Y.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "Sherman.jpg";
SSPhotoCredit[z] = "Courtesy Amy Sherman";
SSPhotoCaption[z] = "Kyoto, Japan";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "Spaid_Cemetery.jpg";
SSPhotoCredit[z] = "Courtesy Candace Spaid";
SSPhotoCaption[z] = "Maine.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "Brandt.jpg";
SSPhotoCredit[z] = "Courtesy Alex Brandt";
SSPhotoCaption[z] = "Mount Gretna, Pa.";
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>Readers\' Fall Foliage Photos<\/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_ReaderFallFoliageFull/index.html&type=Newsletter&title=Reader_Fall_Foliage_Photos&site=newsletter&sent=no');\">E-mail this to a friend<\/a>";
	finalHTML += "<\/div><div class=contentBlock>";
	finalHTML += "<strong>Related links:<\/strong><ul>";
	finalHTML += "<li>Experts\' Leaf-Peeping Advice: <a href=javascript:parentCheck('http://current.newsweek.com/budgettravel/2008/09/planning_to_visit_maine_read_t.html')>Maine<\/a>, <a href=javascript:parentCheck('http://current.newsweek.com/budgettravel/2008/09/an_experts_guide_to_leafpeepin.html')>Vermont<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2006/08/08/AR2006080800512.html')>Road Trip: Lake Champlain, Vt.<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2008/09/07/AR2008090701327.html')>Road Trip: New Hampshire, Old Haunts<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2008/08/02/AR2008080201205.html')>America\'s Coolest Small Towns<\/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>";