// Captions, credits and photos for Napa's Top Secrets
// 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] = "landscape.jpg";
SSPhotoCredit[z] = "Thayer Allyson Gowdy";
SSPhotoCaption[z] = "Napa Valley'\s vineyards.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "bartender.jpg";
SSPhotoCredit[z] = "Thayer Allyson Gowdy";
SSPhotoCaption[z] = "Lindsey Altamura, co-owner of the Yountville Coffee Caboose at the Napa Valley Railway Inn.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "wallart.jpg";
SSPhotoCredit[z] = "Thayer Allyson Gowdy";
SSPhotoCaption[z] = "Eclectic shopping at Ubuntu Annex.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "eatingoutside.jpg";
SSPhotoCredit[z] = "Thayer Allyson Gowdy";
SSPhotoCaption[z] = "Visitors at Cliff Lede Vineyards, one of several wineries that put prized private collections of art on free display.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "mananddog.jpg";
SSPhotoCredit[z] = "Thayer Allyson Gowdy";
SSPhotoCaption[z] = "At Gamble Family Vineyards, owner Tom Gamble takes you on a hay-bale ride through his organic and sustainable vineyards, on land his grandfather first farmed almost a century ago.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "pond.jpg";
SSPhotoCredit[z] = "Thayer Allyson Gowdy";
SSPhotoCaption[z] = "The Buddha Pond at Indian Springs Resort and Spa.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "cupcakes.jpg";
SSPhotoCredit[z] = "Thayer Allyson Gowdy";
SSPhotoCaption[z] = "Kara\'s Cupcakes at the Oxbow Public Market.";
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>Napa\'s Top Secrets<\/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/0911_Napa/index.html&type=Newsletter&title=Napa&site=newsletter&sent=no');\">E-mail this to a friend<\/a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href=\"javascript:parentCheck('/bt-dyn/content/article/2009/10/03/AR2009100303349.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/02/19/AR2007021900429.html')>Secret Hotels of California Wine Country<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2009/08/12/AR2009081201328.html')>4 Emerging U.S. Wine Regions<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('http://www.girlgetaways.com/articles/2007/AR2007031901039.html')>Wine Country Etiquette<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2008/09/09/AR2008090902389.html')>20 Photos: San Francisco, My Cut<\/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>";
