// Captions, credits and photos for Italy: 6 Ways to Spend the Night
// 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_cortepellegrini.jpg";
SSPhotoCredit[z] = "David Cicconi";
SSPhotoCaption[z] = "The Autunno room at Azienda Agrituristica Corte Pellegrini.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_venturelli.jpg";
SSPhotoCredit[z] = "David Cicconi";
SSPhotoCaption[z] = "Elena Venturelli, a guest at the <em>agriturismo</em> Corte Pellegrini, near Verona, at the property\'s front entrance.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_piazzalemichelangelo.jpg";
SSPhotoCredit[z] = "David Cicconi";
SSPhotoCaption[z] = "A view from the Piazzale Michelangelo in Florence.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_local.jpg";
SSPhotoCredit[z] = "David Cicconi";
SSPhotoCaption[z] = "Live like the locals do in Florence.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_brunelleschi.jpg";
SSPhotoCredit[z] = "David Cicconi";
SSPhotoCaption[z] = "The Brunelleschi room at La Residenza del Proconsolo in Florence.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_monks.jpg";
SSPhotoCredit[z] = "David Cicconi";
SSPhotoCaption[z] = "Monks in procession at Il Santuario della Verna, in Tuscany.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_roccapacia.jpg";
SSPhotoCredit[z] = "David Cicconi";
SSPhotoCaption[z] = "The comforts of home at the Roccapacia villa in Umbria.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_piazzarepubblica.jpg";
SSPhotoCredit[z] = "David Cicconi";
SSPhotoCaption[z] = "Florence\'s Piazza della Repubblica.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_frescosalon.jpg";
SSPhotoCredit[z] = "David Cicconi";
SSPhotoCaption[z] = "One of several frescoed salons at Roccapacia villa.";
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>Italy: 6 Ways to Spend the Night<\/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/0907_Italy/index.html&type=Newsletter&title=Italy:_6_Ways_to_Spend_the_Night_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/2009/06/08/AR2009060801528.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/2008/05/26/AR2008052600962.html')>Italy: The Town That Became a Hotel<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2006/11/08/AR2006110801165.html')>How to Rent an Apartment in Venice<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2007/05/29/AR2007052901264.html')>Secret Hotels of Sicily<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2008/03/10/AR2008031002185.html')>Rome Hotels at a Price That's Right<\/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>";
