// Captions, credits and photos for Spooky Walking Tours 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] = "ss_guadalupe.jpg";
SSPhotoCredit[z] = "RWP/Alamy";
SSPhotoCaption[z] = "Albuquerque, N.M., offers a nightly Ghost Tour of Old Town, focusing on the city\'s spookiest district. Many of the buildings on the tour route are eerie at night, including <strong>Our Lady of Guadalupe Chapel</strong>.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_poe.jpg";
SSPhotoCredit[z] = "The Marsden Archive/Alamy";
SSPhotoCaption[z] = "Baltimore\'s Westminster Burying Grounds and Catacombs is the <strong>final resting place of Edgar Allan Poe</strong>. On the weekends before and after Halloween, trained Baltimore historians take visitors into the cemetery\'s catacombs.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_hull.jpg";
SSPhotoCredit[z] = "Courtesy Weird Chicago";
SSPhotoCaption[z] = "In Chicago, the <strong>Jane Addams Hull House</strong> is a featured stop on one of Weird Chicago\'s walking tours. About a century ago, rumor had it that a child of the devil landed on its doorstep. The early twentieth-century social activist Jane Addams denied the rumor.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_stlouis.jpg";
SSPhotoCredit[z] = "Photodisc/Alamy";
SSPhotoCaption[z] = "At night, street lighting causes a statue to cast a spooky shadow in front of the Gothic <strong>St Louis Cathedral</strong> in New Orleans. See it when you take the New Orleans Vampire Tour, which embarks nightly at 8:30 from this spot in Jackson Square.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_stmarks.jpg";
SSPhotoCredit[z] = "AEP/Alamy";
SSPhotoCaption[z] = "If you take Manhattan\'s Ghosts of the City tour, be sure to ask about the dilapidated <strong>St. Mark\'s Church-in-the-Bowery</strong>, where the 17th-century Dutch settler Peter Stuyvesant is interred&mdash;and where his spirit may still roam.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_tombstone.jpg";
SSPhotoCredit[z] = "Joe Devenney/Alamy";
SSPhotoCaption[z] = "This <strong>colonial American tombstone</strong> shows an angel of death, symbolized by a winged skull, and can be found in the Old Burying Ground Cemetery in Salem, Mass. Learn about other scary spots in this hamlet by taking the Haunted Footsteps Ghost Tour.";
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>Spooky Walking Tours<\/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/0810_SpookyTours/index.html&type=Newsletter&title=Spooky_Walking_Tours_slide_show&site=newsletter&sent=no');\">E-mail this to a friend<\/a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href=\"javascript:parentCheck('/bt-dyn/content/article/2008/10/07/AR2008100701984.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/2006/05/03/AR2006050300876.html')>Underground Tours!<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('http://current.newsweek.com/budgettravel/2007/10/ready_set_coffin_race.html')>Blog: Ready, Set, Coffin Race!<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('http://current.newsweek.com/budgettravel/2008/10/the_worlds_most_mysterious_sit.html')>Blog: The Most Mysterious Places in the World?<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2007/07/16/AR2007071600964.html')>Bud Travel: Top Secret Tourism<\/a><\/li>";
	finalHTML += "<\/ul><\/div><div class=contentBlock style=text-align:center;>";
	finalHTML += "Browse more popular destination in <a href=javascript:parentCheck('/bt-dyn/content/destinations/usandcanada/index.html')><strong>U.S. &amp; Canada<\/strong><\/a>.";
	finalHTML += "<\/div>";
