// Captions, credits and photos for 10 Great Places to Propose
// 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_basilique.jpg";
SSPhotoCredit[z] = "Ric Ergenbright/Corbis";
SSPhotoCaption[z] = "The white stone steps of the famous <strong>Basilique du Sacr&eacute;-Coeur</strong>, at the top of Montmartre, have the best view of Paris that doesn\'t require either an admission fee or a lengthy wait.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_basilique3.jpg";
SSPhotoCredit[z] = "Gavin Hellier/Robert Harding World Imagery/Corbis";
SSPhotoCaption[z] = "If you time your walk back down through Montmartre right, you\'ll be able to catch the Eiffel Tower when it\'s lit up for 10 minutes at the start of the hour.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_centralpark.jpg";
SSPhotoCredit[z] = "Image Source/Corbis";
SSPhotoCaption[z] = "Ice-skating in <strong>Central Park</strong>\'s Wollman Rink is a great way to get your sweetheart\'s pulse racing before popping the question.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_centralpark2.jpg";
SSPhotoCredit[z] = "Mike Zens/Corbis";
SSPhotoCaption[z] = "When the weather\'s warm, the lake in Central Park fills with rowboats rented from the Loeb Boathouse nearby. Farther north, the Conservatory Garden\'s six acres are an equally romantic spot.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_piazzale2.jpg";
SSPhotoCredit[z] = "Atlantide Phototravel/Corbis";
SSPhotoCaption[z] = "A bronze replica of Michelangelo\'s <em>David</em> anchors the <strong>Piazzale Michelangelo</strong>. You can get here via public bus, but a half-hour stroll through the Oltrarno district is a lot more romantic.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_piazzale3.jpg";
SSPhotoCredit[z] = "John D. Norman/Corbis";
SSPhotoCaption[z] = "Piazzale Michelangelo\'s beauty attracts lots of tourists, so for the best effect make sure that your beloved is looking out at Florence below, rather than at your potential audience. (The bridge shown in front here, the Ponte Vecchio, dates back to medieval times.)";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_grandcanyon.jpg";
SSPhotoCredit[z] = "Robert Glusic/Corbis";
SSPhotoCaption[z] = "At 277 river miles long, the <strong>Grand Canyon</strong> has no lack of secluded spots for a proposal.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_grandcanyon2.jpg";
SSPhotoCredit[z] = "Ron Watts/Corbis";
SSPhotoCaption[z] = "The colors brought out at sundown make the Grand Canyon\'s sunsets some of the most beautiful in the world.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_authorslounge.jpg";
SSPhotoCredit[z] = "Courtesy Mandarin Oriental, Bangkok";
SSPhotoCaption[z] = "The <strong>Authors\' Lounge</strong>, in Bangkok\'s Mandarin Oriental hotel, is the perfect place for a sophisticated proposal.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_siasconset.jpg";
SSPhotoCredit[z] = "Panoramic Images/Getty";
SSPhotoCaption[z] = "<strong>Siasconset</strong>, a village in the eastern part of Nantucket, has rustic good looks to spare. A walk along the grassy lanes lets you admire its cottages up close.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_siasconset2.jpg";
SSPhotoCredit[z] = "Kelly-Mooney Photography/Corbis";
SSPhotoCaption[z] = "\'Sconset, as it\'s sometimes called, has houses that look especially gorgeous in late summer, when the hydrangeas are in bloom.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_wailuafalls.jpg";
SSPhotoCredit[z] = "Michael T. Sedam/Corbis";
SSPhotoCaption[z] = "<strong>Wailua Falls</strong>, on the east side of the island of Kauai, is one of the most scenic places at which to propose in Hawaii. You may recognize the location from the opening credits of the frequently romantic (and even more frequently campy) TV show <em>Fantasy Island</em>.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_burningman.jpg";
SSPhotoCredit[z] = "Reuters/Corbis";
SSPhotoCaption[z] = "The annual <strong>Burning Man</strong> festival draws nearly 50,000 people to Black Rock Desert in Nevada for partying and making art. A marriage proposal here guarantees a large number of witnesses&mdash;and some highly memorable photos.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_burningman3.jpg";
SSPhotoCredit[z] = "C. Lyttle/zefa/Corbis";
SSPhotoCaption[z] = "You may want to propose closer to the start of Burning Man rather than near its final, eighth day&mdash;showering here can be difficult.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_kentuckyderby.jpg";
SSPhotoCredit[z] = "Steve Boyle/NewSport/Corbis";
SSPhotoCaption[z] = "The <strong>Kentucky Derby</strong>, \"the most exciting two minutes in sports,\" has all the pageantry you\'d need for a memorable proposal.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_kentuckyderby2.jpg";
SSPhotoCredit[z] = "Molly Riley/Reuters/Corbis";
SSPhotoCaption[z] = "It\'s best to spring for grandstand tickets if you intend to propose at the Kentucky Derby; here you can sip mint juleps out of commemorative glasses while checking out the large, expensive, and frequently bizarre hats.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_macworld.jpg";
SSPhotoCredit[z] = "David Paul Morris/Getty";
SSPhotoCaption[z] = "For relationships that are filled with iPods, computers, and other technology, the <strong>Macworld</strong> trade show, held in San Francisco, makes for a fun, completely geeky place to propose at. If the conference itself doesn\'t seem romantic enough, you can always escape to Crissy Field and its view of the Golden Gate Bridge.";
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 Great Places to Propose<\/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/0902_EngagingSpots/index.html&type=Newsletter&title=10_Great_Places_to_Propose_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/2009/01/29/AR2009012902216.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/01/17/AR2008011701631.html')>14 Romantic Hotels<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2008/01/07/AR2008010701796.html')>Tips for Traveling Couples<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2006/12/12/AR2006121200866.html')>True Stories: The Romance Edition<\/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>";
