// Captions, credits and photos for Road Trip: New Hampshire
// 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_castleclouds.jpg";
SSPhotoCredit[z] = "Brad DeCecco";
SSPhotoCaption[z] = "Taking in the scenery at Castle in the Clouds, a historic mountaintop estate.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_weirsbeach.jpg";
SSPhotoCredit[z] = "Brad DeCecco";
SSPhotoCaption[z] = "1950s sign at Weirs Beach.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_yumyum.jpg";
SSPhotoCredit[z] = "Brad DeCecco";
SSPhotoCaption[z] = "The Yum Yum Shop sells raspberry tarts and other baked goods.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_pinball.jpg";
SSPhotoCredit[z] = "Brad DeCecco";
SSPhotoCaption[z] = "Half Moon Amusement Arcades.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_gilleys.jpg";
SSPhotoCredit[z] = "Brad DeCecco";
SSPhotoCaption[z] = "Gilley\'s PM Lunch, a food stand from the 1940s.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_railway.jpg";
SSPhotoCredit[z] = "Brad DeCecco";
SSPhotoCaption[z] = "Built in the 1860s, the Mount Washington Cog Railway was the first in the world to be able to climb a mountain.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_pumpkinpatch.jpg";
SSPhotoCredit[z] = "Brad DeCecco";
SSPhotoCaption[z] = "A pumpkin patch near Weirs Beach.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_cruiseship.jpg";
SSPhotoCredit[z] = "Brad DeCecco";
SSPhotoCaption[z] = "<em>Mount Washington</em> cruise ship on Lake Winnipesaukee.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_hawk.jpg";
SSPhotoCredit[z] = "Brad DeCecco";
SSPhotoCaption[z] = "A red-tailed hawk at Squam Lakes Natural Science Center.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_diner.jpg";
SSPhotoCredit[z] = "Brad DeCecco";
SSPhotoCaption[z] = "The Littleton Diner, built in a 1930s train car.";
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: New Hampshire<\/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/0810_RTNewEngland/index.html&type=Newsletter&title=New_Hampshire_Road_Trip_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/09/07/AR2008090701327.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/2007/08/06/AR2007080600798.html')>America\'s Coolest Small Towns: Peterborough, N.H.<\/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/2006/05/31/AR2006053101504.html')>Walkable City: Portland, Maine<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2006/05/24/AR2006052401217.html')>Gas Watch: Resources for Driving More Efficiently<\/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/index.html')><strong>U.S. &amp; Canada<\/strong><\/a>.";
	finalHTML += "<\/div>";