// Captions, credits and photos for The Season's Most Festive Holiday Outings 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_hippo.jpg";
SSPhotoCredit[z] = "Courtesy Michael Durham/Oregon Zoo";
SSPhotoCaption[z] = "ZooLights at Portland\'s Oregon Zoo features more than 200 illuminated animals, including this cute hippo.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_sanfran.jpg";
SSPhotoCredit[z] = "Courtesy Boston Properties";
SSPhotoCaption[z] = "San Francisco\'s Holiday Rink at the Embarcadero Center lets you skate just a few blocks away from the bay.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_squaretree.jpg";
SSPhotoCredit[z] = "Courtesy Crown Center";
SSPhotoCaption[z] = "At Kansas City\'s Crown Center Ice Terrace, a canopy gives skaters partial protection from the elements.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_philly.jpg";
SSPhotoCredit[z] = "Courtesy G. Widman for GPTMC";
SSPhotoCaption[z] = "The RiverRink at Penn\'s Landing in Philadelphia will have good views of the New Year\'s Eve fireworks.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_cloisters.jpg";
SSPhotoCredit[z] = "Courtesy Cloisters Museum";
SSPhotoCaption[z] = "At the Cloisters Museum in New York City, the main hall\'s doorways are adorned with arches of ivy, apples, hazelnuts, and rosehips.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_gifted.jpg";
SSPhotoCredit[z] = "Courtesy Jonathan Butler";
SSPhotoCaption[z] = "The upscale Gifted market, held inside the Brooklyn Masonic Temple, is full of carefully selected antiques, handmade items, toys, and jewelry.";
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 Season\'s Most Festive Holiday Outings<\/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_FestiveOutings/index.html&type=Newsletter&title=Festive_Holiday_Outings_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/12/11/AR2008121101566.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/11/06/AR2008110602148.html')>Holiday Travelers\' Survival Guide 2008<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2005/11/04/AR2005110400807.html')>Top 10 Ice-Skating Rinks<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2008/12/04/AR2008120402060.html')>20 Museum Gifts From Around the World<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2007/12/19/AR2007121901740.html')>World\'s Best New Year\'s Eve Parties<\/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/index.html')><strong>U.S. &amp; Canada<\/strong><\/a>.";
	finalHTML += "<\/div>";
