// Captions, credits and photos for The Good Fork: Wineries of Long Island, N.Y.
// 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_owner.jpg";
SSPhotoCredit[z] = "Michael Mohr";
SSPhotoCaption[z] = "Perry Weiss, of the Old Field Vineyards in Southold, N.Y., where an old carriage house is now a tasting room.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_settable.jpg";
SSPhotoCredit[z] = "Michael Mohr";
SSPhotoCaption[z] = "At the Old Field Vineyards in Southold.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_house.jpg";
SSPhotoCredit[z] = "Michael Mohr";
SSPhotoCaption[z] = "Edgewater Cottage in Orient.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_honey.jpg";
SSPhotoCredit[z] = "Michael Mohr";
SSPhotoCaption[z] = "Flavored honey sticks at Wickham\'s Fruit Farm in Cutchogue.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_umbrella.jpg";
SSPhotoCredit[z] = "Michael Mohr";
SSPhotoCaption[z] = "The courtyard at Croteaux Vineyards in Southold.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_blueshop.jpg";
SSPhotoCredit[z] = "Michael Mohr";
SSPhotoCaption[z] = "The store at Catapano Dairy Farm just off route 48 in Peconic.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_restaurant.jpg";
SSPhotoCredit[z] = "Michael Mohr";
SSPhotoCaption[z] = "The lunch specials at Love Lane Kitchen, in Mattituck.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_outside.jpg";
SSPhotoCredit[z] = "Michael Mohr";
SSPhotoCaption[z] = "The porch and tasting area of Shinn Estate Vineyards, in Mattituck.";
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>The Good Fork: Wineries of Long Island, N.Y.<\/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/0909_NorthFork/index.html&type=Newsletter&title=The_Good_Fork:_Wineries_of_Long_Island,_N.Y.&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/10/AR2009081001794.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/12/AR2009081201328.html')>4 More Emerging U.S. Wine Regions<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2006/09/05/AR2006090500783.html')>Wine Shops With Samples<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('http://www.girlgetaways.com/articles/2007/AR2007031901039.html')><em>Girlfriend Getaways</em>: Wine-Tasting Etiquette<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('http://www.girlgetaways.com/articles/2007/AR2007031900952.html')><em>Girlfriend Getaways</em>: Gear for a Picnic With Wine<\/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>";
