// Captions, credits and photos for 10 Coolest Small Towns
// 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_portjervis.jpg";
SSPhotoCredit[z] = "Michael Mohr";
SSPhotoCaption[z] = "<b>Port Jervis, N.Y.</b> Population: 9,161. Nearest City: New York, 93 miles.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_manitousprings.jpg";
SSPhotoCredit[z] = "Michael Brands/The New York Times/Redux";
SSPhotoCaption[z] = "Bud Ford at his Cripple Creek Dulcimers shop in <b>Manitou Springs, Colo.</b> Population: 5,038. Nearest City: Colorado Springs, 6 miles.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_yellowsprings.jpg";
SSPhotoCredit[z] = "Ryan Kurtz";
SSPhotoCaption[z] = "Seared scallops at the Winds Cafe in <b>Yellow Springs, Ohio</b>. Population: 3,675. Nearest City: Dayton, 21 miles.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_mazomanie.jpg";
SSPhotoCredit[z] = "Nathan Kirkman";
SSPhotoCaption[z] = "Practicing circus tricks at Mazomanie Movement Arts Center in <b>Mazomanie, Wis.</b> Population: 1,522. Nearest City: Madison, 24 miles.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_pointreyes.jpg";
SSPhotoCredit[z] = "M.P. Morel/Figaro/GMAImages";
SSPhotoCaption[z] = "Toby's CoffeeBar in <b>Point Reyes Station, Calif.</b> Population: 818. Nearest City: San Francisco, 39 miles.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_belfast.jpg";
SSPhotoCredit[z] = "David Mclain";
SSPhotoCaption[z] = "Chase's Daily in <b>Belfast, Maine</b>. Population: 6,840. Nearest City: Portland, 102 miles.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_catskill.jpg";
SSPhotoCredit[z] = "Michael Mohr";
SSPhotoCaption[z] = "<b>Catskill, N.Y.</b>'s 1920 Community Theatre on Main Street. Population: 4,340. Nearest City: Albany, 35 miles.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_truth.jpg";
SSPhotoCredit[z] = "Karen Kuehn";
SSPhotoCaption[z] = "Twyla McBride's MoonGoddess shop in <b>Truth or Consequences, N.M.</b> Population: 7,163. Nearest City: El Paso, Tex., 123 miles.";
SSBorder[z] = "yes";
z++;


SSPhoto[z] = "ss_livingston.jpg";
SSPhotoCredit[z] = "Walter Bibikow/Age Fotostock";
SSPhotoCaption[z] = "Downtown <b>Livingston, Mont.</b>, in the shadow of the Rockies. Population: 7,062. Nearest City: Bozeman, 25 miles.";
SSBorder[z] = "yes";
z++;


SSPhoto[z] = "ss_whiteriverjunction.jpg";
SSPhotoCredit[z] = "Michael Piazza";
SSPhotoCaption[z] = "Revolution in <b>White River Junction, Vt.</b> Population: 2,569. Nearest City: Manchester, N.H., 76 miles.";
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>10 Coolest Small Towns<\/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/0809_CoolestSmallTowns/index.html&type=Newsletter&title=10_Coolest_Small_Towns&site=newsletter&sent=no');\">E-mail this to a friend<\/a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href=\"javascript:parentCheck('/bt-dyn/content/article/2008/08/02/AR2008080201203.html');\">Read the article<\/a>";
	finalHTML += "<\/div><div class=contentBlock>";
	finalHTML += "<strong>Related links:<\/strong><ul>";
		finalHTML += "<li><a href=javascript:parentCheck('/bt-srv/coolestsmalltowns/nominate_2010.html')>Nominate Your Own Coolest Small Town<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2008/07/15/AR2008071501189.html')>8 Coolest Attractions of the Future<\/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('/bt-dyn/content/article/2008/04/26/AR2008042601941.html')>Road Trip: Navajo Nation<\/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>";
