// Captions, credits and photos for Bud Travel Visits the World's Weirdest Hotels 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] = "0805_BudTravel_Treehouse.jpg";
SSPhotoCredit[z] = "Illustration by Mark Zingarelli";
SSPhotoCaption[z] = "Near Cave Junction, Ore., you\'ll find the <b><a href=http://www.treehouses.com target=_blank>Out \'n\' About Treesort & Treehouse Institute</a></b>. You can spend the night in one of 18 tree houses&#151;most are 35 feet off the ground and have sinks and fridges. Many of the rooms are open to the air.";
SSBorder[z] = "no";
z++;

SSPhoto[z] = "0805_BudTravel_DogBark.jpg";
SSPhotoCredit[z] = "Illustration by Mark Zingarelli";
SSPhotoCaption[z] = "The <a href=http://www.dogbarkparkinn.com target=_blank><b>Dog Bark Park Inn</b></a> is a beagle-shaped B&B in Cottonwood, Idaho. The main quarters are in the belly of the beast; the sleeping loft is in the pooch\'s head. And, yes, pets are allowed.";
SSBorder[z] = "no";
z++;

SSPhoto[z] = "0805_BudTravel_DasPark.jpg";
SSPhotoCredit[z] = "Illustration by Mark Zingarelli";
SSPhotoCaption[z] = "An artist punched holes in three drain pipes to create skylights, added some amenities, and opened <a href=http://dasparkhotel.net/index.php?lang=EN target=_blank><b>Das Park Hotel</b></a> by the Danube. The hotel has no fixed rates. Pay whatever amount you think is fair.";
SSBorder[z] = "no";
z++;

SSPhoto[z] = "0805_BudTravel_Giraffe.jpg";
SSPhotoCredit[z] = "Illustration by Mark Zingarelli";
SSPhotoCaption[z] = "In Langata, Kenya, <a href=http://www.giraffemanor.com target=_blank><b>Giraffe Manor</b></a> is arranged so that roaming giraffes can poke their heads into any open window. The silly creatures turn up everywhere, including through the curtains of the five guest rooms for adults.";
SSBorder[z] = "no";
z++;

SSPhoto[z] = "0805_BudTravel_HarbourCrane.jpg";
SSPhotoCredit[z] = "Illustration by Mark Zingarelli";
SSPhotoCaption[z] = "In the Netherlands, two guests can stay the night inside <a href=http://www.vuurtoren-harlingen.nl/eng/index3.html target=_blank><b>Harbour Crane</b></a>, which is 60 feet above the docks at Harlingen. At any hour, you can seize the controls of the 143,000-pound crane and swing it full circle.";
SSBorder[z] = "no";
z++;

SSPhoto[z] = "0805_BudTravel_MarmaraAntalya.jpg";
SSPhotoCredit[z] = "Illustration by Mark Zingarelli";
SSPhotoCaption[z] = "In sunny Antalya, Turkey\'s version of Miami Beach, you\'ll find the <a href=http://themarmarahotels.com target=_blank><b>Marmara Antalya</b></a>. Two dozen of the hotel\'s rooms are built atop a foundation that spins, completing a full rotation every seven hours.";
SSBorder[z] = "no";
z++;

SSPhoto[z] = "0805_BudTravel_WagonStays.jpg";
SSPhotoCredit[z] = "Illustration by Mark Zingarelli";
SSPhotoCaption[z] = "In Christchurch, New Zealand, the 2-year-old <a href=http://wagonstays.co.nz/ target=_blank><b>Wagon Stays</b></a> company offers ecofriendly, mock Conestogas. The pioneer wagons feature queen-size beds, computer-controlled showers, flush toilets, fully equipped kitchens, and satellite TV. ";
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=0805_BudTravel_last.jpg alt=\"Click here to watch the slide show again\" class=borderyes \/><\/a>";
	finalHTML += "<h2>Bud Travel Visits the World's Weirdest Hotels<\/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/0805_BudTravel/index.html&type=Newsletter&title=Bud_Travel_Visits_the_Worlds_Weirdest_Hotels&site=newsletter&sent=no');\">E-mail this to a friend<\/a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href=\"javascript:parentCheck('/bt-dyn/content/article/2008/02/19/AR2008021901535.html');\">Read the article<\/a>";
	finalHTML += "<\/div><div class=contentBlock>";
	finalHTML += "<strong>Related links:<\/strong><ul>";
	finalHTML += "<li><a href=javascript:void(window.open('/bt-srv/gallery/0803_WeirdestHotels/index.html','bt_gallery_v2','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=900,height=675,left=0,top=0,screenX=0,screenY=0'))>Check out real photos of these hotels<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2006/12/14/AR2006121400863.html')>Bud Travel: Ten Tips to a Sexy Hotel Room<\/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 += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2007/11/04/AR2007110401032.html')>Movie Quest: Bud Travel Goes on Location<\/a><\/li>";
	finalHTML += "<\/ul><\/div><div class=contentBlock style=text-align:center;>";
	finalHTML += "Browse more popular <a href=javascript:parentCheck('/bt-dyn/content/hotels/index.html')><strong>Hotels</strong><\/a>.";
	finalHTML += "<\/div>";