// Captions, credits and photos for From Cartagena, With Love
// 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_flag.jpg";
SSPhotoCredit[z] = "Ana Nance";
SSPhotoCaption[z] = "The flag atop San Felipe de Barajas fortress.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_doorknocker.jpg";
SSPhotoCredit[z] = "Ana Nance";
SSPhotoCaption[z] = "One of the city\'s distinctive door knockers.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_buildings.jpg";
SSPhotoCredit[z] = "Ana Nance";
SSPhotoCaption[z] = "Colonial-style buildings around Plaza de los Coches.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_confections.jpg";
SSPhotoCredit[z] = "Ana Nance";
SSPhotoCaption[z] = "Confections on display at Portal de los Dulces.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_coffeevendor.jpg";
SSPhotoCredit[z] = "Ana Nance";
SSPhotoCaption[z] = "Cartagena\'s roving coffee vendors sell their brews for about 50&cent; a cup.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_restaurant.jpg";
SSPhotoCredit[z] = "Ana Nance";
SSPhotoCaption[z] = "Built on top of the city wall, the restaurant Casa de la Cerveza has excellent views of the Caribbean&mdash;and lots of couches for relaxing.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_chess.jpg";
SSPhotoCredit[z] = "Ana Nance";
SSPhotoCaption[z] = "Plaza de la Trinidad, where the locals like to hang.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_casacarretero.jpg";
SSPhotoCredit[z] = "Ana Nance";
SSPhotoCaption[z] = "Casa El Carretero.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_fruitseller.jpg";
SSPhotoCredit[z] = "Ana Nance";
SSPhotoCaption[z] = "A tropical-fruit seller in Plaza de Bol&iacute;var.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_waters.jpg";
SSPhotoCredit[z] = "Ana Nance";
SSPhotoCaption[z] = "The turquoise waters off Isla del Pirata.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_bungalow.jpg";
SSPhotoCredit[z] = "Ana Nance";
SSPhotoCaption[z] = "One of Hotel Isla del Pirata\'s bungalows.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_bus.jpg";
SSPhotoCredit[z] = "Ana Nance";
SSPhotoCaption[z] = "A colorful bus in Getseman&iacute;.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_cafehavana.jpg";
SSPhotoCredit[z] = "Ana Nance";
SSPhotoCaption[z] = "Caf&eacute; Havana doesn\'t heat up until the early morning hours, but the club\'s mojitos are strong enough to keep you wide awake.";
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>From Cartagena, With Love<\/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/0811_Cartagena/index.html&type=Newsletter&title=From_Cartagena,_With_Love&site=newsletter&sent=no');\">E-mail this to a friend<\/a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href=\"javascript:parentCheck('/bt-dyn/content/article/2008/10/05/AR2008100501308.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/06/11/AR2008061101683.html')>Colombia Uncut<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2007/03/30/AR2007033001312.html')>Slide Show: What $100 Buys in Cartagena<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2007/11/08/AR2007110800990.html')>The Colombia of the Movie <i>Love in the Time of Cholera</i><\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2008/08/02/AR2008080200989.html')>Best Places You Haven\'t Heard Of 2008<\/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/southamerica/')><strong>South America</strong><\/a>.";
	finalHTML += "<\/div>";
