// Captions, credits and photos for The Town That Became a Hotel slide show.
// 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_cover.jpg";
SSPhotoCredit[z] = "Amanda Marsalis";
SSPhotoCaption[z] = "Amanda Marsalis took our cover shot of Santo Stefano, Italy, from a nearby hillside. She says, \"It looks like a painting in every direction!\" Amanda stayed in the <em>albergo diffuso<\/em> Sextantio for the shoot: \"The owner puts out a huge breakfast spread for guests every day.\"";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_abruzzi.jpg";
SSPhotoCredit[z] = "Amanda Marsalis";
SSPhotoCaption[z] = "The Abruzzi mountains as seen from the town of Santo Stefano.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_palazzo.jpg";
SSPhotoCredit[z] = "Amanda Marsalis";
SSPhotoCaption[z] = "Santo Stefano once again hums with life. The building is the Palazzo delle Logge, home to six Sextantio rooms.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_roomsextantio.jpg";
SSPhotoCredit[z] = "Amanda Marsalis";
SSPhotoCaption[z] = "Reclaimed materials give Sextantio\'s rooms a sense of authenticity&mdash;as do the linens, created after interviews with local weavers about their traditional patterns.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_resident.jpg";
SSPhotoCredit[z] = "Amanda Marsalis";
SSPhotoCaption[z] = "A resident of Santo Stefano.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_tower.jpg";
SSPhotoCredit[z] = "Amanda Marsalis";
SSPhotoCaption[z] = "The 14th-century tower, usually left open so visitors can savor the view.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_breakfast.jpg";
SSPhotoCredit[z] = "Amanda Marsalis";
SSPhotoCaption[z] = "The hotel\'s breakfast.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_key.jpg";
SSPhotoCredit[z] = "Amanda Marsalis";
SSPhotoCaption[z] = "A hotel-room key (though locals never lock their doors).";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_sign.jpg";
SSPhotoCredit[z] = "Amanda Marsalis";
SSPhotoCaption[z] = "The sign outside the tiny reception office.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_kihlgren.jpg";
SSPhotoCredit[z] = "Amanda Marsalis";
SSPhotoCaption[z] = "Sextantio founder Daniele Kihlgren, with Santo Stefano in the distance.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_laundry.jpg";
SSPhotoCredit[z] = "Amanda Marsalis";
SSPhotoCaption[z] = "A resident\'s laundry.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_room.jpg";
SSPhotoCredit[z] = "Amanda Marsalis";
SSPhotoCaption[z] = "A ground-floor room.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_breakfastarea.jpg";
SSPhotoCredit[z] = "Amanda Marsalis";
SSPhotoCaption[z] = "The breakfast area for guests in the Palazzo delle Logge.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_bathroom.jpg";
SSPhotoCredit[z] = "Amanda Marsalis";
SSPhotoCaption[z] = "A guest-room bathroom.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_pacifico.jpg";
SSPhotoCredit[z] = "Amanda Marsalis";
SSPhotoCaption[z] = "Manager Giovanni Pacifico.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_stairway.jpg";
SSPhotoCredit[z] = "Amanda Marsalis";
SSPhotoCaption[z] = "The stairway leading to Sextantio\'s restaurant is lit with candles at dusk. The chef only cooks with Abruzzesi ingredients.";
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 Town That Became a Hotel<\/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/0807_MedievalItaly/index.html&type=Newsletter&title=The_Town_That_Became_a_Hotel_slide_show&site=newsletter&sent=no');\">E-mail this to a friend<\/a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href=\"javascript:parentCheck('/bt-dyn/content/article/2008/05/26/AR2008052600962.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/08/09/AR2007080901238.html')>Castelmezzano: 2007 Scouting Report<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2005/06/04/AR2005060400486.html')>Apulia: Once Upon a Time in Italy<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2005/10/14/AR2005101400811.html')>Rome: Live Like a Local<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2005/06/10/AR2005061001421.html')>Secret Hotels of Tuscany<\/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/index.html')><strong>Europe<\/strong><\/a>.";
	finalHTML += "<\/div>";