// Captions, credits and photos for World's Weirdest Hotels, Part Deux
// 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] = "Propeller_TwoLions.jpg";
SSPhotoCredit[z] = "Courtesy Lars Stroschen";
SSPhotoCaption[z] = "This circus-like room at Propeller Island City Lodge has lion cages on stilts; the website claims that kids \"love to sleep\" in them.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "Propeller_SymbolRoom.jpg";
SSPhotoCredit[z] = "Courtesy Lars Stroschen";
SSPhotoCaption[z] = "Propeller Island City Lodge\'s owner, Lars Stroschen, is an artist, and he designed all the rooms, including this one covered with wacky symbols.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "Propeller_UpsideDown.jpg";
SSPhotoCredit[z] = "Courtesy Lars Stroschen";
SSPhotoCaption[z] = "The Upside Down Room at Propeller Island City Lodge makes guests feel as if they were walking on the ceiling. Compartments open up to reveal the beds and seating.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "DeVrouwe_interior.jpg";
SSPhotoCredit[z] = "Courtesy Paul Rekker";
SSPhotoCaption[z] = "The richly worn and airtight oak barrels at the Hotel de Vrouwe Van Stavoren have two narrow beds, with a small sitting area outside.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "Crazy_interior.jpg";
SSPhotoCredit[z] = "Courtesy <a href=http://www.flickr.com/photos/a_of_doom/538767701/ target=_blank>A_of_DooM/Flickr</a>";
SSPhotoCaption[z] = "Each of the trippy guest rooms at Crazy House is built around a different animal theme.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "Plane_bedroom.jpg";
SSPhotoCredit[z] = "Courtesy Vincent Costello";
SSPhotoCaption[z] = "The rows of tiny windows within the master bedroom suite at the Hotel Costa Verde are a reminder of the hotel's past life as a plane in the service of South African Airways and Avianca Airlines.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "Plane_outsidearea.jpg";
SSPhotoCredit[z] = "Courtesy Vincent Costello";
SSPhotoCaption[z] = "The entrance to the Hotel Costa Verde\'s two-bedroom suite sits on one of the wings of the salvaged 727.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "Capsule_dog.jpg";
SSPhotoCredit[z] = "Courtesy Denis Oudendijk";
SSPhotoCaption[z] = "One of the Capsule Hotel\'s pods shown stationed in France.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "Exploranter_Bunks.jpg";
SSPhotoCredit[z] = "Courtesy the Exploranter Overland Hotel";
SSPhotoCaption[z] = "Exploranter Overland Hotel tows a trailer with beds that sleep up to 24 passengers.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "Exploranter_SunBathing.jpg";
SSPhotoCredit[z] = "Courtesy the Exploranter Overland Hotel";
SSPhotoCaption[z] = "Sunbathing through the open roof of the Exploranter Overland Hotel, a converted 25-ton truck that travels the back roads of Brazil.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "GrandDaddy_JohnYoko.jpg";
SSPhotoCredit[z] = "Courtesy the Grand Daddy";
SSPhotoCaption[z] = "The Grand Daddy hotel\'s aluminum-clad \"rooms,\" which sleep two people, have been done in playful themes. One is dedicated to John Lennon and Yoko Ono.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "GrandDaddy_Goldilocks.jpg";
SSPhotoCredit[z] = "Courtesy the Grand Daddy";
SSPhotoCaption[z] = "The interior of this Airstream trailer at the Grand Daddy has been decorated with a \"Goldilocks and the Three Bears\" motif&mdash;complete with a blonde wig available for dress-up.";
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>World\'s Weirdest Hotels, Part Deux<\/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/0908_WeirdestHotels_MSN/index.html&type=Newsletter&title=Weirdest_Hotels,_Part_Deux&site=newsletter&sent=no');\">E-mail this to a friend<\/a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href=\"javascript:parentCheck('/bt-dyn/content/article/2009/08/10/AR2009081002267.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/02/19/AR2008021901535.html')>World\'s Weirdest Hotels 2008<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2009/06/17/AR2009061702131.html')>Infinity and Beyond: The Most Amazing Hotel Pools<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2007/12/21/AR2007122101034.html')>10 Celebrity-Trashed Hotel Rooms<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2008/02/05/AR2008020502192.html')>Awesome Art Hotels<\/a><\/li>";
	finalHTML += "<\/ul><\/div><div class=contentBlock style=text-align:center;>";
	finalHTML += "Browse more popular <a href=javascript:parentCheck('/bt-dyn/content/hotels/')><strong>Hotels</strong><\/a>.";
	finalHTML += "<\/div>";
