// Captions, credits and photos for Wine Country Contenders
// 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] = "Navarro_andersonvalley.jpg";
SSPhotoCredit[z] = "Courtesy Navarro Vineyards";
SSPhotoCaption[z] = "View of Anderson Valley from the Middle Ridge vineyard at Navarro Vineyards on Highway 128 in northern California.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "Navarro_babydollsheep.jpg";
SSPhotoCredit[z] = "Courtesy Navarro Vineyards";
SSPhotoCaption[z] = "Babydoll sheep at Navarro Vineyards.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "Navarro_picnic.jpg";
SSPhotoCredit[z] = "Courtesy Navarro Vineyards";
SSPhotoCaption[z] = "A tasting room picnic with wine and cheese at Navarro Vineyards.";
SSBorder[z] = "no";
z++;

SSPhoto[z] = "LazyCreek_barrels.jpg";
SSPhotoCredit[z] = "Courtesy Lazy Creek Vineyards";
SSPhotoCaption[z] = "Wine barrels at Lazy Creek Vineyards in Anderson Valley, Calif.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "LazyCreek_flowers.jpg";
SSPhotoCredit[z] = "Courtesy Lazy Creek Vineyards";
SSPhotoCaption[z] = "Lazy Creek Vineyards.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "LazyCreek_wine.jpg";
SSPhotoCredit[z] = "Courtesy Lazy Creek Vineyards";
SSPhotoCaption[z] = "Bottles of wine at Lazy Creek Vineyards.";
SSBorder[z] = "no";
z++;

SSPhoto[z] = "Husch_ext.jpg";
SSPhotoCredit[z] = "Courtesy Husch Vineyards";
SSPhotoCaption[z] = "Husch Vineyards, in Anderson Valley, Calif.";
SSBorder[z] = "no";
z++;

SSPhoto[z] = "Husch_harvest.jpg";
SSPhotoCredit[z] = "Courtesy Husch Vineyards";
SSPhotoCaption[z] = "Harvesting at Husch Vineyards.";
SSBorder[z] = "no";
z++;

SSPhoto[z] = "Husch_crusher.jpg";
SSPhotoCredit[z] = "Courtesy Husch Vineyards";
SSPhotoCaption[z] = "A crusher at Husch Vineyards.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "Husch_picnic.jpg";
SSPhotoCredit[z] = "Courtesy Husch Vineyards";
SSPhotoCaption[z] = "A picnic at Husch Vineyards.";
SSBorder[z] = "no";
z++;

SSPhoto[z] = "StoneHill_aerial.jpg";
SSPhotoCredit[z] = "Courtesy Stone Hill Winery";
SSPhotoCaption[z] = "Stone Hill Winery, along the Hermann Wine Trail in Missouri.";
SSBorder[z] = "no";
z++;

SSPhoto[z] = "StoneHill_cellar.jpg";
SSPhotoCredit[z] = "Courtesy Stone Hill Winery";
SSPhotoCaption[z] = "The cellar at Stone Hill Winery.";
SSBorder[z] = "no";
z++;

SSPhoto[z] = "StoneHill_texture.jpg";
SSPhotoCredit[z] = "Courtesy Stone Hill Winery";
SSPhotoCaption[z] = "Examining the texture of the wine at Stone Hill Winery.";
SSBorder[z] = "no";
z++;

SSPhoto[z] = "FatDuck_ext.jpg";
SSPhotoCredit[z] = "Courtesy Fat Duck Inn";
SSPhotoCaption[z] = "Fat Duck Inn, in Walla Walla Valley, Wash.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "FatDuck_int.jpg";
SSPhotoCredit[z] = "Courtesy Fat Duck Inn";
SSPhotoCaption[z] = "Fat Duck Inn.";
SSBorder[z] = "no";
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>Wine Country Contenders<\/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/0908_WineCountry/index.html&type=Newsletter&title=Wine_Country_Contenders&site=newsletter&sent=no');\">E-mail this to a friend<\/a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href=\"javascript:parentCheck('/bt-dyn/content/article/2009/08/12/AR2009081201328.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/2009/08/10/AR2009081001794.html')>The Good Fork: New York's Long Island<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2009/01/03/AR2009010301199.html')>The Toast of Argentina: Mendoza<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2008/01/06/AR2008010602191.html')>Portugal: Under the Alentejan Sun<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2007/08/28/AR2007082801309.html')>Vintage Australia: Yarra Valley<\/a><\/li>";
	finalHTML += "<\/ul><\/div><div class=contentBlock style=text-align:center;>";
	finalHTML += "Browse more popular <a href=javascript:parentCheck('/bt-dyn/content/tripideas/wine/')><strong>wine destinations</strong><\/a>.";
	finalHTML += "<\/div>";
