// Captions, credits and photos for Wacky American Festivals
// 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] = "0707_WackyFestivals_01.jpg";
SSPhotoCredit[z] = "Courtesy Tug Fest LeClaire, Iowa";
SSPhotoCaption[z] = "Locals in LeClaire, Iowa, get red in the face during the annual Tug Fest.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "0707_WackyFestivals_02.jpg";
SSPhotoCredit[z] = "Courtesy Bill Strange";
SSPhotoCaption[z] = "The cooking heats up at the Gilroy Garlic Festival in California, which goes through two tons of garlic in one weekend.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "0707_WackyFestivals_03.jpg";
SSPhotoCredit[z] = "Courtesy Chandler Chamber of Commerce";
SSPhotoCaption[z] = "An ostrich, one of many competing in the Chandler, Arizona, ostrich races, gives the camera a steely gaze.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "0707_WackyFestivals_04.jpg";
SSPhotoCredit[z] = "Courtesy World Grits Festival";
SSPhotoCaption[z] = "The folks in St. George, South Carolina, love their grits&mdash;some even bathe in them.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "0707_WackyFestivals_05.jpg";
SSPhotoCredit[z] = "Courtesy Don and Mike of the RR Museum of Long Island";
SSPhotoCaption[z] = "Hobos like this one gather in Britt, Iowa, each August for music, a flea market, and poetry readings.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "0707_WackyFestivals_06.jpg";
SSPhotoCredit[z] = "Courtesy Sand 2004";
SSPhotoCaption[z] = "Sea creatures of all sorts saunter down Surf Avenue at the Coney Island Mermaid Parade in New York City.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "0707_WackyFestivals_07.jpg";
SSPhotoCredit[z] = "Courtesy Coalinga Area Chamber of Commerce";
SSPhotoCaption[z] = "Horned toads are the center of attention at this annual Coalinga, California, derby.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "0707_WackyFestivals_08.jpg";
SSPhotoCredit[z] = "Courtesy Steven Lankford Photography";
SSPhotoCaption[z] = "A nimble competitor at the Lumberjack World Champions in Hayward, Wisconsin, where men and women chop, saw, roll, and climb logs.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "0707_WackyFestivals_09.jpg";
SSPhotoCredit[z] = "Courtesy World Championship Punkin Chunkin Association";
SSPhotoCaption[z] = "At the Punkin Chunkin event in Millsboro, Delaware, participants use homemade contraptions to launch pumpkins.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "0707_WackyFestivals_10.jpg";
SSPhotoCredit[z] = "Courtesy Luc Collee";
SSPhotoCaption[z] = "Chefs from around the globe descend on Abbeville, Louisiana, for a festival that culminates in the cooking of a 5,000-egg giant Cajun omelette.";
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=0707_WackyFestivals_Last.jpg alt=\"Click here to watch the slide show again\" class=borderno \/><\/a>";
	finalHTML += "<h2>Wacky American Festivals<\/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/0707_WackyFestivals_v2/index.html&type=Newsletter&title=Wacky_American_Festivals&site=newsletter&sent=no');\">E-mail this to a friend<\/a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href=\"javascript:parentCheck('/bt-dyn/content/article/2007/06/05/AR2007060501428.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/04/26/AR2008042601640.html')>America\'s Favorite Restaurants<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('http://girlgetaways.com/articles/2008spring/50_quick_trips.html')>50 States, 50 Quick Escapes<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2007/08/06/AR2007080600775.html')>America\'s Coolest Small Towns<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2008/04/16/AR2008041601703.html')>Tourist Traps You Love<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('http://www.girlgetaways.com/articles/2007/AR2007031601626.html')>6 Wine Country Weekends<\/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>";