// Captions, credits and photos for Top U.S. Water Parks
// 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] = "wilderness2.jpg";
SSPhotoCredit[z] = "Courtesy Wilderness Territory Waterpark Resort";
SSPhotoCaption[z] = "Wilderness Territory Waterpark Resort, Wisconsin Dells, Wis.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "wilderness1.jpg";
SSPhotoCredit[z] = "Courtesy Wilderness Territory Waterpark Resort";
SSPhotoCaption[z] = "A slide at Wilderness Territory Waterpark Resort, Wisconsin Dells, Wis.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "Kalahari.jpg";
SSPhotoCredit[z] = "Courtesy Kalahari Waterpark";
SSPhotoCaption[z] = "Kalahari Waterpark, Sandusky, Ohio.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "GeaugaLake.jpg";
SSPhotoCredit[z] = "Courtesy Wildwater Kingdom";
SSPhotoCaption[z] = "Geauga Lake\'s Wildwater Kingdom, Geauga Lake, Ohio.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "Aquatica.jpg";
SSPhotoCredit[z] = "Courtesy SeaWorld";
SSPhotoCaption[z] = "Aquatica by SeaWorld, Orlando, Fla.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "daytonalagoon.jpg";
SSPhotoCredit[z] = "Courtesy Daytona Lagoon";
SSPhotoCaption[z] = "Daytona Lagoon, Daytona Beach, Fla.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "splashisland.jpg";
SSPhotoCredit[z] = "Courtesy Splash Island Water Park";
SSPhotoCaption[z] = "Splash Island Water Park, Winter Haven, Fla.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "Waterworld.jpg";
SSPhotoCredit[z] = "Courtesy Water World";
SSPhotoCaption[z] = "Water World, Denver, Colo.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "GulfIslands.jpg";
SSPhotoCredit[z] = "Courtesy Gulf Islands Waterpark";
SSPhotoCaption[z] = "Gulf Islands Waterpark, Gulfport, Miss.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "MountainCreek.jpg";
SSPhotoCredit[z] = "Courtesy Mountain Creek Waterpark";
SSPhotoCaption[z] = "Mountain Creek Waterpark, Vernon, N.J.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "SplishSplash.jpg";
SSPhotoCredit[z] = "Courtesy Splish Splash";
SSPhotoCaption[z] = "Splish Splash, Riverhead, Long Island, N.Y.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "WaterParkofAm.jpg";
SSPhotoCredit[z] = "Courtesy Water Park of America";
SSPhotoCaption[z] = "Water Park of America, Bloomington, Minn.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "sanjose4.jpg";
SSPhotoCredit[z] = "Courtesy Raging Waters";
SSPhotoCaption[z] = "Raging Waters, San Jose, Calif.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_splashtown.jpg";
SSPhotoCredit[z] = "Courtesy Splashtown";
SSPhotoCaption[z] = "Splashtown Waterpark, San Antonio, Tex.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "Wetnwild.jpg";
SSPhotoCredit[z] = "Courtesy Wet \'n Wild";
SSPhotoCaption[z] = "Wet \'n Wild Emerald Pointe, Greensboro, N.C.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "sixwhitewater.jpg";
SSPhotoCredit[z] = "Courtesy Six Flags";
SSPhotoCaption[z] = "Six Flags White Water, Atlanta, Ga.";
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=Last.jpg alt=\"Click here to watch the slide show again\" class=borderyes \/><\/a>";
	finalHTML += "<h2>Top U.S. Water Parks<\/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/0806_FT_WaterParks/index.html&type=Newsletter&title=Top_U.S._Water_Parks&site=newsletter&sent=no');\">E-mail this to a friend<\/a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href=\"javascript:parentCheck('/bt-dyn/content/article/2008/04/26/AR2008042601716.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/2009/04/23/AR2009042301954.html')>The Most Beautiful Ferry Rides in the U.S.<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-srv/zoobabies2009/browse.html')>Zoo Babies 2009<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2009/05/04/AR2009050401421.html')>All New Summer Thrills!<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2007/03/29/AR2007032901186.html')>15 Places Every Kid Should See<\/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. and Canada</strong><\/a>.";
	finalHTML += "<\/div>";