// Captions, credits and photos for Stingray: Bathrooms 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] = "PurpleMeans.jpg";
SSPhotoCredit[z] = "";
SSPhotoCaption[z] = "\"In Japan, I excused myself from a business meeting to use the restroom. I looked for the handle to flush, but instead saw a keypad in Japanese. I chose a button, and a jet of water from inside the bowl sprayed all over me. I soaked up as much as I could with paper towels. My polite Japanese hosts continued the meeting without a word about my issues.\" <i>Dave Blake, Chandler, Ariz.</i>";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "SometimesTheSolution.jpg";
SSPhotoCredit[z] = "";
SSPhotoCaption[z] = "\"We bought a bottle of white wine to take back to our hotel in Sorrento, Italy. Since the wine wasn't chilled, I went to the lobby bar and tried to ask for ice and a receptacle. I was given a glass with 10 very small cubes. I scoured the room for a makeshift bucket. The bathroom sink was too small, but the bidet&mdash;filled with cold water and the ice cubes&mdash;worked just fine!\" <i>Sue Nelson, Portland, Ore.</i>";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "NextTimeMakeEm.jpg";
SSPhotoCredit[z] = "";
SSPhotoCaption[z] = "\"At our hotel in Nice, France, I told our daughters to wash their hands before dinner. They had been in the bathroom for five minutes when I asked what was taking so long. \'Mom, we washed up so well in the baby sink!\' they said with pride. I explained that the \'baby sink\' was a bidet, upon which they asked the inevitable question: \'What\'s a bidet?\'\" <i>Christina McGraw, Sammamish, Wash.</i>";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "IfYouWereABidet.jpg";
SSPhotoCredit[z] = "";
SSPhotoCaption[z] = "\"As we settled into our Florence hotel, we discovered an out-of-control frothing bidet. I found a maid, whose eyes got big when she saw the mess. She yelled down the hall, and another maid came. They exchanged a few words, glanced at me, and burst into laughter. I suspect they said something like, \'Was she trying to shampoo her hair in the bidet?\'\" <i>Maryka Biaggio, Portland, Ore.</i>";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "SafePhoneSex.jpg";
SSPhotoCredit[z] = "";
SSPhotoCaption[z] = "\"While in a Peruvian village, my friend Gladys used the bathroom&mdash;a hole in the ground. Later she realized she was missing her phone. We ran back and fished around with sticks. We submerged the phone in a Clorox bath and wrapped it in a bag. The phone rang! It was her husband. We told him our story&mdash;but all he could really hear was a crinkling bag.\" <i>Bonnie Laycock, Wichita, Kans.</i>";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "TooMuchBathtub.jpg";
SSPhotoCredit[z] = "";
SSPhotoCaption[z] = "\"My mother and my aunt weren't about to let their age stop them from their Cosmos tour to Europe. The pair of octogenarians took part in every activity and enjoyed the friendship of their much younger tour companions. And after a day spent touring the Vatican proved too much for her tired, aching feet, my mom even improvised a refreshing spa treatment.\" <i>Merry Noel Reed, Portland, Ore.</i>";
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=Last.jpg alt=\"Click here to watch the slide show again\" class=borderyes \/><\/a>";
	finalHTML += "<h2>Slide Show: Bad Bathroom Behavior<\/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/0806_Stingray_Bathrooms/index.html&type=Newsletter&title=Slide_Show:_Bad_Bathroom_Behavior&site=newsletter&sent=no');\">E-mail this to a friend<\/a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href=\"javascript:parentCheck('/bt-dyn/content/article/2008/06/13/AR2008061302290.html');\">Read the article<\/a>";
	finalHTML += "<\/div><div class=contentBlock>";
	finalHTML += "<strong>Related links:<\/strong><ul>";
	finalHTML += "<li>Buy the book, <i>A Stingray Bit My Nipple</i>, on <a href=http://www.amazon.com/Stingray-Bit-My-Nipple-Travelers/dp/0740771213/ target=_blank>Amazon.com</a> or <a href=http://search.barnesandnoble.com/Stingray-Bit-My-Nipple/Erik-Torkells/e/9780740771217/?itm=1 target=_blank>Barnesandnoble.com</a><\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2008/05/28/AR2008052801746.html')>Excerpt: When Art and Life Collide<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2008/03/31/AR2008033101606.html')>Excerpt: You Ate <i>What</i>?!<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2008/04/24/AR2008042401887.html')>Excerpt: Animals Gone Wild<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2008/04/24/AR2008042402279.html')>Excerpt: On the Road With Mom or Dad<\/a><\/li>";
	finalHTML += "<\/ul><\/div><div class=contentBlock style=text-align:center;>";
	finalHTML += "Browse more things to read in <a href=javascript:parentCheck('/bt-dyn/content/tips/books/')><strong>Books</strong><\/a>.";
	finalHTML += "<\/div>";