// Captions, credits and photos for Vancouver Goes for the Green
// 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] = "RichmondOval.jpg";
SSPhotoCredit[z] = "Courtesy City of Richmond/Cannon Design";
SSPhotoCaption[z] = "<b>Richmond Oval.</b>";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "UBCThunderbird.jpg";
SSPhotoCredit[z] = "Courtesy VANOC";
SSPhotoCaption[z] = "<b>UBC Thunderbird Arena.</b>";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "VancouverOlympicParalympicCtr.jpg";
SSPhotoCredit[z] = "Courtesy VANOC";
SSPhotoCaption[z] = "<b>Vancouver Olympic/Paralympic Centre.</b>";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "OlympicVillage.jpg";
SSPhotoCredit[z] = "Courtesy City of Vancouver";
SSPhotoCaption[z] = "<b>Vancouver\'s Olympic Village.</b>";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "WhistlerSlidingCentre.jpg";
SSPhotoCredit[z] = "Courtesy VANOC";
SSPhotoCaption[z] = "<b>The Whistler Sliding Centre.</b>";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ConventionCentre.jpg";
SSPhotoCredit[z] = "Courtesy Vancouver Convention Centre";
SSPhotoCaption[z] = "<b>Vancouver Convention Centre.</b>";
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>Vancouver Goes for the Green<\/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/0809_VancouverVenues/index.html&type=Newsletter&title=Vancouver_Goes_for_the_Green&site=newsletter&sent=no');\">E-mail this to a friend<\/a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href=\"javascript:parentCheck('/bt-dyn/content/article/2008/09/26/AR2008092602459.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/2006/03/10/AR2006031001204.html')>Vintage Fashion in Vancouver That Qualifies as New<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2006/03/14/AR2006031400753.html')>The Canadian Gal&aacute;pagos: The Queen Charlotte Islands<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2007/02/06/AR2007020600878.html')>Trip Coach: Canada by Train<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('http://current.newsweek.com/budgettravel/2008/07/lowdown_on_passport_cards.html')>Blog: The Lowdown on Passport Cards<\/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/')><strong>U.S. & Canada</strong><\/a>.";
	finalHTML += "<\/div>";