// Captions, credits and photos for Spectacular New Year's Eve Parties
// 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] = "0712_NewYears_Berlin.jpg";
SSPhotoCredit[z] = "Courtesy <a href=http://www.visitBerlin.de target=_blank>VisitBerlin.de</a>";
SSPhotoCaption[z] = "Fireworks at the Brandenburg Gate, Berlin.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "0712_NewYears_CopacabanaBeach.jpg";
SSPhotoCredit[z] = "Courtesy Brazilian Tourist Board";
SSPhotoCaption[z] = "Copacabana Beach, Rio de Janeiro.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "0712_NewYears_CopacabanaHotel.jpg";
SSPhotoCredit[z] = "Courtesy Brazilian Tourist Board";
SSPhotoCaption[z] = "Copacabana Palace Hotel, Rio de Janeiro.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "0712_NewYears_EdinConcert.jpg";
SSPhotoCredit[z] = "Courtesy Edinburgh's Winter Festivals";
SSPhotoCaption[z] = "A concert at the Princes Street Gardens, Edinburgh.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "0712_NewYears_EdinHogmanay.jpg";
SSPhotoCredit[z] = "Courtesy Edinburgh's Winter Festivals";
SSPhotoCaption[z] = "Fireworks celebrating the four-day Hogmanay festival, in Edinburgh.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "0712_NewYears_HongKongFount.jpg";
SSPhotoCredit[z] = "Courtesy Hong Kong Tourism Board";
SSPhotoCaption[z] = "Water fountains in Tsim Sha Tsui East, Hong Kong.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "0712_NewYears_HongKongView.jpg";
SSPhotoCredit[z] = "Courtesy Hong Kong Tourism Board";
SSPhotoCaption[z] = "The Symphony of Lights as seen from the Avenue of Stars, Hong Kong.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "0712_NewYears_NewOrleans.jpg";
SSPhotoCredit[z] = "Jean-Paul Gisclair/<a href=http://www.NewOrleansOnline.com target=_blank>NewOrleansOnline.com</a>";
SSPhotoCaption[z] = "Fireworks over the Mississippi River in New Orleans.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "0712_NewYears_Reykjavik.jpg";
SSPhotoCredit[z] = "Courtesy Visit Reykjav&iacute;k";
SSPhotoCaption[z] = "A bonfire celebration in Reykjav&iacute;k.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "0712_NewYears_SydneySmiley.jpg";
SSPhotoCredit[z] = "Courtesy Tourism New South Wales";
SSPhotoCaption[z] = "Illuminated ships float under a light show on the Sydney Harbour Bridge.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "0712_NewYears_SydneyBridge.jpg";
SSPhotoCredit[z] = "Courtesy Tourism New South Wales";
SSPhotoCaption[z] = "Fireworks on the Sydney Harbour Bridge.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "0712_NewYears_LasVegas.jpg";
SSPhotoCredit[z] = "Courtesy Las Vegas News Bureau";
SSPhotoCaption[z] = "Last year on Fremont Street in Las Vegas, revelers partied under a four-block-long canopy. This year, they\'ll pay $20 a head to see Tribute-Palooza, a set of eight bands that imitate major acts like U2, Kiss, and Elton John.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "0712_NewYears_Bangkok.jpg";
SSPhotoCredit[z] = "Courtesy Hands Bangkok Countdown";
SSPhotoCaption[z] = "Last year, Thailand began a new tradition with a midnight ball drop outside of the giant CentralWorld shopping mall. The city plans to repeat the successful event this year. After several concerts, expect light and sound effects at midnight.";
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>Spectacular New Year\'s Eve Parties<\/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/0712_NewYearsV2/index.html&type=Newsletter&title=Spectacular%20New%20Year%20Parties&site=newsletter&sent=no');\">E-mail this to a friend<\/a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href=\"javascript:parentCheck('/bt-dyn/content/article/2007/12/19/AR2007121901740.html');\">Read the article<\/a>";
	finalHTML += "<\/div><div class=contentBlock>";
	finalHTML += "<strong>Related links:<\/strong><ul>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-srv/nonstopcaribbean/')>Nonstop Caribbean  2008<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2008/08/02/AR2008080200989.html')>The Best Places You\'ve Never Heard Of<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2008/08/02/AR2008080201203.html')>Ten Coolest Small Towns<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2008/05/15/AR2008051502899.html')>Travel Like 007<\/a><\/li>";
	finalHTML += "<\/ul><\/div><div class=contentBlock style=text-align:center;>";
	finalHTML += "Browse more popular <a href=javascript:parentCheck('/bt-dyn/content/destinations/')><strong>destinations</strong><\/a>.";
	finalHTML += "<\/div>";