// Captions, credits and photos for America's Best Flea Markets
// 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_Alameda_ext.jpg";
SSPhotoCredit[z] = "Emily Nathan";
SSPhotoCaption[z] = "California\'s Alameda Point Antiques & Collectibles Faire for art and design objects.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_Alameda_dominos.jpg";
SSPhotoCredit[z] = "Levi Brown";
SSPhotoCaption[z] = "A vintage set of dominoes purchased at Alameda Point.";
SSBorder[z] = "no";
z++;

SSPhoto[z] = "ss_127Corridor_ext.jpg";
SSPhotoCredit[z] = "Joshua Paul";
SSPhotoCaption[z] = "A particularly leafy stretch of the 127 Corridor Sale, near Covington, Ky.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_Brimfield_ext.jpg";
SSPhotoCredit[z] = "Rebecca Greenfield";
SSPhotoCaption[z] = "To allow for easier browsing, most of the 21 fields at the Brimfield Antique & Flea Market Shops in Brimfield, Mass., are housed in large tents, arranged in a row beside a mile-long stretch of road.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_Brimfield_radio.jpg";
SSPhotoCredit[z] = "Levi Brown";
SSPhotoCaption[z] = "A portable radio purchased at Brimfield that swings closed into a ring shape so it can be carried around like a purse.";
SSBorder[z] = "no";
z++;

SSPhoto[z] = "ss_Springfield_ext.jpg";
SSPhotoCredit[z] = "Jon Jenkins/Courtesy Springfield Antique Show";
SSPhotoCaption[z] = "Ambitious shoppers can pay a small fee (usually about $10) to enter the Springfield Antique Show & Flea Market in Ohio early and start staking claims.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_Springfield_spices.jpg";
SSPhotoCredit[z] = "Ryan Benyi";
SSPhotoCaption[z] = "Classic Americana is a highlight at the Springfield Antique Show.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_BrooklynFlea_ext.jpg";
SSPhotoCredit[z] = "Tory Williams";
SSPhotoCaption[z] = "Kelsi Ammon is one of a pool of vendors that changes weekly at the Brooklyn Flea.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_BrooklynFlea_calendar.jpg";
SSPhotoCredit[z] = "Levi Brown";
SSPhotoCaption[z] = "A desk calendar purchased at the Brooklyn Flea from seller Three Potato Four.";
SSBorder[z] = "no";
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>America\'s Best Flea Markets<\/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/0909_FleaMarkets/index.html&type=Newsletter&title=Best_Flea_Markets&site=newsletter&sent=no');\">E-mail this to a friend<\/a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href=\"javascript:parentCheck('/bt-dyn/content/article/2009/08/10/AR2009081001929.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/08/10/AR2009081001936.html')>Top 20 Flea Markets Worldwide<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2009/08/10/AR2009081001940.html')>How to Shop Every Market Like a Pro<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2009/05/04/AR2009050401642.html')>Experts\' Favorite Food Markets<\/a><\/li>";
	finalHTML += "<\/ul><\/div><div class=contentBlock style=text-align:center;>";
	finalHTML += "Browse more popular <a href=javascript:parentCheck('/bt-dyn/content/destinations/')><strong>destinations</strong><\/a>.";
	finalHTML += "<\/div>";