// Captions, credits and photos for Trattoria Heaven in Tuscany
// 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_dardano.jpg";
SSPhotoCredit[z] = "Galilea Nin";
SSPhotoCaption[z] = "<b>Trattoria Dardano</b> Paolo Castelli and his mother, Ilva, greet customers at their trattoria, housed in a rustic stone building that dates to the Middle Ages. Paolo runs the front of the house and Ilva whips up the pasta and desserts, while the rest of the family hunts the wild game and grows the fresh produce.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_papperdelle.jpg";
SSPhotoCredit[z] = "Galilea Nin";
SSPhotoCaption[z] = "<b>Ristoro di Lamole</b> The signature dish, <i>pappardelle</i> with wild boar sauce, takes 14 hours to prepare&mdash;the meat alone soaks in wine for up to 12 hours.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_lamole.jpg";
SSPhotoCredit[z] = "Galilea Nin";
SSPhotoCaption[z] = "<b>Ristoro di Lamole</b> The antipasto platter, served on local olive-tree wood, comes with pecorino, prosciutto, and two garnishes: a pepper preserve and a tangy honey infused with truffles.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_pietrafitta.jpg";
SSPhotoCredit[z] = "Galilea Nin";
SSPhotoCaption[z] = "<b>Ristorante di Pietrafitta</b> The terrace&mdash;with its classic Tuscan views of vineyards and olive groves&mdash;is a popular spot, so it\'s best to make reservations a few days in advance.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_bardantespecials.jpg";
SSPhotoCredit[z] = "Galilea Nin";
SSPhotoCaption[z] = "<b>Bar Dante</b> Along with more than 15 kinds of pastries each morning, the Ferruccis serve five types of bruschetta, the house specialty, for lunch and dinner.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_bardante.jpg";
SSPhotoCredit[z] = "Galilea Nin";
SSPhotoCaption[z] = "<b>Bar Dante</b> Every day, Fabrizio prepares roughly 80 panini, including several of these, made with fresh tomato, basil, and mozzarella.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_santantonio.jpg";
SSPhotoCredit[z] = "Galilea Nin";
SSPhotoCaption[z] = "<b>Buca di Sant\'Antonio</b> At the end of the meal, guests are treated to <i>biscotti della buca</i>, made with pine nuts, olive oil, and <i>vin santo</i>. Oh, and those pots? They\'re just for show.";
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>Trattoria Heaven in Tuscany<\/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/0812_Trattoria/index.html&type=Newsletter&title=Trattoria_Heaven_in_Tuscany&site=newsletter&sent=no');\">E-mail this to a friend<\/a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href=\"javascript:parentCheck('/bt-dyn/content/article/2008/11/03/AR2008110302122.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/02/07/AR2006020700907.html')>Dream Trip: Leaning Tower of Pisa<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2005/06/10/AR2005061001421.html')>Secret Hotels of Tuscany<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('http://current.newsweek.com/cgi-bin/mt/mt-search.cgi?tag=italy&blog_id=2')>Blog: All of Our Italy Coverage<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2008/05/26/AR2008052600962.html')>Italian Villages That Became Hotels<\/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/europe/')><strong>Europe</strong><\/a>.";
	finalHTML += "<\/div>";