// Captions, credits and photos for Road Trip: The Berkshires, Massachusetts
// 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_ArtInstitute.jpg";
SSPhotoCredit[z] = "Michael Piazza";
SSPhotoCaption[z] = "On the grounds of the Sterling and Francine Clark Art Institute in Williamstown.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_EdithWharton.jpg";
SSPhotoCredit[z] = "Michael Piazza";
SSPhotoCaption[z] = "Edith Wharton\'s Mount Estate & Gardens.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_MorningGlories.jpg";
SSPhotoCredit[z] = "Courtesy The Sterling and Francine Clark Art Institute";
SSPhotoCaption[z] = "<em>Detail of Morning Glories</em>, by Suzuki Kiitsu, at the Sterling and Francine Clark Art Institute.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_Moca.jpg";
SSPhotoCredit[z] = "Michael Piazza";
SSPhotoCaption[z] = "One of MASS MoCa\'s 26 buildings.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_StoneHillCenter.jpg";
SSPhotoCredit[z] = "Courtesy The Sterling and Francine Clark Art Institute";
SSPhotoCaption[z] = "The Tadao Ando&ndash;designed Stone Hill Center at the Sterling and Francine Clark Art Institute.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_NormalRockewellPainting.jpg";
SSPhotoCredit[z] = "Michael Piazza";
SSPhotoCaption[z] = "Norman Rockwell\'s <em>Freedom from Want</em>, at the Norman Rockwell Museum.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_NormalRockewellBrushes.jpg";
SSPhotoCredit[z] = "Michael Piazza";
SSPhotoCaption[z] = "Brushes in Norman Rockwell\'s studio.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_ShakerClothing.jpg";
SSPhotoCredit[z] = "Michael Piazza";
SSPhotoCaption[z] = "A staff member in traditional clothing at Hancock Shaker Village.";
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: The Berkshires, Massachusetts<\/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/0910_RTMassachusetts/index.html&type=Newsletter&title=Road_Trip:_The Berkshires,_Massachusetts&site=newsletter&sent=no');\">E-mail this to a friend<\/a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href=\"javascript:parentCheck('/bt-dyn/content/article/2009/09/09/AR2009090901960.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/03/09/AR2006030901249.html')>Coolest Small Towns: Great Barrington, Mass.<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2008/10/07/AR2008100701998.html')>Eat Like a Local: Boston<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2007/08/28/AR2007082801208.html')>Road Trip: Cape Cod Uncrowded<\/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 += "<\/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>";
