// Captions, credits and photos for 15 Places Every Kid Should See 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_grandcanyon.jpg";
SSPhotoCredit[z] = "courtesy Lisa Love";
SSPhotoCaption[z] = "Erica Love, 5, of Brookhaven, Pa., with her grandmother at the Grand Canyon in April 2005.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_statueofliberty.jpg";
SSPhotoCredit[z] = "courtesy Heather Muratore";
SSPhotoCaption[z] = "Grace Muratore, 5, of Beaufort, S.C., at the Statue of Liberty in June 2006.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_williamsburg.jpg";
SSPhotoCredit[z] = "courtesy Jennifer Hamm";
SSPhotoCaption[z] = "Nicolas Hamm, 5, of Burke, Va., at Colonial Williamsburg in June 2005.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_lincolnmemorial.jpg";
SSPhotoCredit[z] = "";
SSPhotoCaption[z] = "Marley Jordan, 9, of Nottingham, N.H., at the Lincoln Memorial.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_niagarafalls.jpg";
SSPhotoCredit[z] = "courtesy Kathryn Bolton";
SSPhotoCaption[z] = "From left: Elizabeth Bolton, 11, and her sister Sarah, 13, of Baltimore, Md., at Niagara Falls in 2006.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_gettysburgh.jpg";
SSPhotoCredit[z] = "courtesy Nancy Mueller";
SSPhotoCaption[z] = "Elliott Mueller, 7, of LaFayette, N.Y., at Gettysburg in April 2004.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_alamo.jpg";
SSPhotoCredit[z] = "courtesy Becky Bridges";
SSPhotoCaption[z] = "From left: Sarah Bridges and her sister Brittany, of Midland, Tex., at the Alamo.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_pearlharbor.jpg";
SSPhotoCredit[z] = "courtesy Steve Davi";
SSPhotoCaption[z] = "Jessica Davi, 13, and her brother Kyle, 10, of Leominster, Mass., at Pearl Harbor in July 2006.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_monticello.jpg";
SSPhotoCredit[z] = "courtesy Jennifer Hamm";
SSPhotoCaption[z] = "The Hamm family, of Burke, Va., at Monticello in September 2006.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_disneyworld.jpg";
SSPhotoCredit[z] = "courtesy Jackie Fisher";
SSPhotoCaption[z] = "Emma Hills, 6, of Kettle Falls, Wash., at Walt Disney World in February 2004.";
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>15 Places Every Kid Should See<\/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/0705_15Before15_v2/index.html&type=Newsletter&title=15_Before_15_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/2007/03/29/AR2007032901186.html');\">Read the article<\/a>";
	finalHTML += "<\/div><div class=contentBlock>";
	finalHTML += "<strong>More on Family Travel:<\/strong><ul>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2007/03/30/AR2007033001530.html')>American's Most Scenic Train Rides<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-srv/misc/bornintheusa/index.html')>Born in the USA: Where 50 Important Americans Grew Up<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2007/03/30/AR2007033001725.html')>Kid-Friendly Stores to Play In<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2007/04/13/AR2007041300879.html')>Art That's Not Boring: Five Innovative Museums<\/a><\/li>";
	finalHTML += "<\/ul><\/div><div class=contentBlock style=text-align:center;>";
	finalHTML += "Browse more photos of popular destinations in <a href=javascript:parentCheck('/bt-dyn/content/funstuff/slideshows/index.html')><strong>Slide Shows</strong><\/a>.";
	finalHTML += "<\/div>";