// Captions, credits and photos for Bud Travel Breaks 10 Weird Foreign Laws
// 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_sweden.jpg";
SSPhotoCredit[z] = "Illustration by Mark Zingarelli";
SSPhotoCaption[z] = "In <strong>Sweden</strong>, ladies of the evening are well within their rights to practice their profession. However, the gentlemen paying for their services are at risk for punishments ranging from a fine to as much as six months in jail.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_denmark.jpg";
SSPhotoCredit[z] = "Illustration by Mark Zingarelli";
SSPhotoCaption[z] = "Thinking of an autumn trip to Scandinavia? Hoping to show them what an American Halloween is all about? Stick to the simple costumes. In <strong>Denmark</strong>, wearing a mask in public can lead to your arrest.";
SSBorder[z] = "no";
z++;

SSPhoto[z] = "ss_finland.jpg";
SSPhotoCredit[z] = "Illustration by Mark Zingarelli";
SSPhotoCaption[z] = "Listen up: In <strong>Finland</strong>, taxi drivers playing music in their cars are required to pay a copyright fee. The idea is that the music is being presented to the \"public\"&mdash;the cabs\' paying customers. So your cabbie might keep things quiet to save a few euros.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_singapore.jpg";
SSPhotoCredit[z] = "Illustration by Mark Zingarelli";
SSPhotoCaption[z] = "<strong>Singapore</strong> puts a great deal of effort into keeping its public toilets (along with many other things) pristine. And visitors are expected to help keep them gleaming. Failure to flush may result in fines.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_thailand.jpg";
SSPhotoCredit[z] = "Illustration by Mark Zingarelli";
SSPhotoCaption[z] = "Think foreigners in <strong>Thailand</strong> are exempt from the country\'s famous \"never insult the King\" laws? Think again. Tourists may discover that police are obliged to investigate every complaint, and prison terms can last up to 15 years. Talk about a royal pain.";
SSBorder[z] = "no";
z++;

SSPhoto[z] = "ss_philippines.jpg";
SSPhotoCredit[z] = "Illustration by Mark Zingarelli";
SSPhotoCaption[z] = "Traveling by scooter in many major cities of the <strong>Philippines</strong> has its challenges: You can get ticketed for driving in sandals or bare feet.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_cambodia.jpg";
SSPhotoCredit[z] = "Illustration by Mark Zingarelli";
SSPhotoCaption[z] = "New Year\'s in Southeast Asia is often a watery celebration, with lots of buckets, water balloons, and drenched revelers. But in <strong>Cambodia</strong>, officials will snatch away water guns on sight. Rumor has it that some ruffians filled their Super Soakers with, er, \"used\" water. <em>Eww</em>!";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_japan.jpg";
SSPhotoCredit[z] = "Illustration by Mark Zingarelli";
SSPhotoCaption[z] = "Over-the-counter medicines in the U.S. are sometimes illegal in <strong>Japan</strong>, and that includes some Vicks and Sudafed products and anything else containing pseudoephedrine. If authorities at customs catch you with such products, they may detain you.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_germany.jpg";
SSPhotoCredit[z] = "Illustration by Mark Zingarelli";
SSPhotoCaption[z] = "In <strong>Germany</strong>, dog breeds that the government considers dangerous aren\'t welcome for more than a four-week visit, and they aren\'t allowed to live there at all. Even a bit of mastiff, Rhodesian ridgeback, or Staffordshire terrier blood may mean no lederhosen for Puddles.";
SSBorder[z] = "no";
z++;

SSPhoto[z] = "ss_canada.jpg";
SSPhotoCredit[z] = "Illustration by Mark Zingarelli";
SSPhotoCaption[z] = "<strong>Canada</strong> has lots of pennies in circulation, but there's a limit on how many you can use at a time. The maximum number allowable per transaction is 25, so no getting cute with excessive change at the mini-mart. ";
SSBorder[z] = "no";
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>Bud Travel Breaks 10 Weird Foreign Laws<\/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/0909_ForeignLaws/index.html&type=Newsletter&title=Bud_Travel_Breaks_10_Weird_Foreign_Laws&site=newsletter&sent=no');\">E-mail this to a friend<\/a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href=\"javascript:parentCheck('/bt-dyn/content/article/2009/03/19/AR2009031902601.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/12/14/AR2006121400863.html')>Bud Travel: 10 Tips to a Sexy Hotel Room<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2007/11/04/AR2007110401032.html')>Bud Travel\'s Movie Quest<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2008/02/19/AR2008021901535.html')>Bud Travel Visits the World\'s Weirdest Hotels<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2009/08/10/AR2009081002267.html')>World\'s Weirdest Hotels, Part Deux<\/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>";
