// Captions, credits and photos for Road Trip: One-Tank Escapes
// 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] = "beach_haven.jpg";
SSPhotoCredit[z] = "Keith Beecham";
SSPhotoCaption[z] = "Beach Haven, on southern Long Beach Island, N.J.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "fantasy.jpg";
SSPhotoCredit[z] = "James Nocito/<a href=http://www.CanobieFan.com target=_blank>www.CanobieFan.com</a>";
SSPhotoCaption[z] = "A vintage coaster at Fantasy Island Amusement Park on Long Beach Island.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "stanleys_bbq.jpg";
SSPhotoCredit[z] = "&copy; 2009/Tom Turner Photography";
SSPhotoCaption[z] = "Stanley's Famous Pit Bar-B-Q in Tyler, Tex.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "whidbey_island.jpg";
SSPhotoCredit[z] = "Michael Hanson";
SSPhotoCaption[z] = "On Hill Road at Ebey's Landing, Whidbey Island, Wash.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "whidbey2.jpg";
SSPhotoCredit[z] = "Michael Hanson";
SSPhotoCaption[z] = "The Captain Whidbey Inn on Whidbey Island.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "lake_rabun.jpg";
SSPhotoCredit[z] = "Courtesy <a href=http://www.mcintoshmountains.com target=_blank>mcintoshmountains.com</a>";
SSPhotoCaption[z] = "Handcrafted chairs at the remodeled Lake Rabun Hotel, Lake Rabun, Ga.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "tallulah_gorge.jpg";
SSPhotoCredit[z] = "Courtesy <a href=http://www.mcintoshmountains.com target=_blank>mcintoshmountains.com</a>";
SSPhotoCaption[z] = "Tallulah Gorge State Park, Ga.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "joshua_tree.jpg";
SSPhotoCredit[z] = "Amanda Marsalis";
SSPhotoCaption[z] = "Driving through the northwest corner of Joshua Tree National Park in California.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "joshua_tree2.jpg";
SSPhotoCredit[z] = "Amanda Marsalis";
SSPhotoCaption[z] = "On the grounds of California's 800,000-acre Joshua Tree National Park.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "plum_island.jpg";
SSPhotoCredit[z] = "Morgan & Owens";
SSPhotoCaption[z] = "At the 74-year-old Clam Box, in Ipswich, Mass.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "river_road.jpg";
SSPhotoCredit[z] = "Dave G. Houser/Houserstock";
SSPhotoCaption[z] = "The Mississippi River, as seen from Highway 79, south of Hannibal, Mo.";
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>Road Trip: One-Tank Escapes<\/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/0906_OneTankEscapes/index.html&type=Newsletter&title=Road_Trip:_One-Tank_Escapes&site=newsletter&sent=no');\">E-mail this to a friend<\/a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href=\"javascript:parentCheck('/bt-dyn/content/article/2009/05/04/AR2009050401528.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/08/02/AR2008080201203.html')>America's Coolest Small Towns<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2006/05/24/AR2006052401217.html')>Gas Watch: How to Save at the Pump<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2005/06/04/AR2005060400465.html')>59 Jaw-Dropping Roadside Attractions<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2007/03/30/AR2007033001772.html')>Staying Healthy on the Road<\/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>";