// Captions, credits and photos for Tourist Traps You Love 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] = "0804_TouristTraps_MardiGrasWorld.jpg";
SSPhotoCredit[z] = "Courtesy Mardi Gras World";
SSPhotoCaption[z] = "<b>Mardi Gras World<\/b> \"I took my brother there during his recent visit, and we had more fun than two adults should&#151;playing dress up in the costumes then taking photos beside our favorite floats. We laughed like we were kids!\"&#151;<i>Melissa Combs</i>";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "0804_TouristTraps_CliffHouse.jpg";
SSPhotoCredit[z] = "Courtesy Cliff House";
SSPhotoCaption[z] = "<b>Cliff House</b> \"The Cliff House is great! Actually, not so much the actual house, but&hellip;there's a walk-in camera obscura!\" &#151;<i>Sarah Blanke</i>";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "0804_TouristTraps_FortMackinac.jpg";
SSPhotoCredit[z] = "Courtesy Mackinac State Historic Parks";
SSPhotoCaption[z] = "<b>Fort Mackinac and Mackinac Island</b> \"Mackinac Island is a total tourist trap, and I love it. Renting a bike and riding around the island. Touring the fort and watching the guides fire the cannon. And, of course, buying fudge.\" &#151;<i>Carol Feider</i>";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "0804_TouristTraps_WallDrug.jpg";
SSPhotoCredit[z] = "Courtesy Wall Drug Store";
SSPhotoCaption[z] = "<b>Wall Drug Store</b> \"It's so campy and nostalgic, it just makes us laugh. Reading the billboards all across the state is still the most interesting thing about the drive to the Black Hills.\" &#151;<i>Corie Lindemann</i>";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "0804_TouristTraps_DixieStampede.jpg";
SSPhotoCredit[z] = "Courtesy Dolly Parton\'s Dixie Stampede";
SSPhotoCaption[z] = "<b>Dolly Parton\'s Dixie Stampede</b> \"Pigeon Forge, Tenn., is absolute fun and enjoyment. Lots of shows: breakfast shows, lunch shows, dinner shows&hellip;. Plenty to keep you and your family entertained. Don\'t miss the Dixie Stampede show.\" &#151;<i>Carl Wisnesky</i>";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "0804_TouristTraps_HooverDam.jpg";
SSPhotoCredit[z] = "Courtesy U.S. Bureau of Reclamation";
SSPhotoCaption[z] = "<b>Hoover Dam</b> \"It's really a fascinating tour, and the enormity of the structure is awesome. Plus the souvenir T-shirts are great: \'I went on the dam tour at Hoover Dam.\'\" &#151;<i>Sally Ridenour</i>";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "0804_TouristTraps_Sunset.jpg";
SSPhotoCredit[z] = "Courtesy Bob Krist/Florida Keys News Bureau";
SSPhotoCaption[z] = "<b>Sunset Celebration</b> \"The sunsets are always something special to watch, but the fun is in watching the street performers as well as their audiences, who both entertain while you wait.\" &#151;<i>Patti Porco</i>";
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=0804_TouristTraps_Last.jpg alt=\"Click here to watch the slide show again\" class=borderyes \/><\/a>";
	finalHTML += "<h2>Tourist Traps You Love<\/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/0804_TouristTraps/index.html&type=Newsletter&title=Tourist_Traps_You_Love&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/16/AR2008041601703.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/02/04/AR2008020402741.html')>Dream Trips 2008<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2008/02/28/AR2008022804396.html')>The 2008 Fun List<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2008/02/05/AR2008020502192.html')>Art Hotels<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2007/10/31/AR2007103102297.html')>Road Trip: Florida<\/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>";
