// Captions, credits and photos for The New Boutique Hostel
// 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_mamashelter_superman.jpg";
SSPhotoCredit[z] = "Marie Hennechart";
SSPhotoCaption[z] = "<b>Mama Shelter (Paris)</b> In this Mama Luxe room with a queen-size bed, Superman watches over you while you snooze.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_mamashelter_news.jpg";
SSPhotoCredit[z] = "Marie Hennechart";
SSPhotoCaption[z] = "<b>Mama Shelter (Paris)</b> Mama Shelter was designed by Philippe Starck and has its own groovy restaurant with international dailies.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_mamashelter_restaurant.jpg";
SSPhotoCredit[z] = "Marie Hennechart";
SSPhotoCaption[z] = "<b>Mama Shelter (Paris)</b> The graffiti-decorated restaurant is a Starck creation&mdash;right down to the plastic log stools.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_berge_kitchen.jpg";
SSPhotoCredit[z] = "Courtesy Nils Holger Moormann GmbH";
SSPhotoCaption[z] = "<b>Berge (Aschau im Chiemgau, Germany)</b> The kitchen in the Kampenblick suite has stools that double as drums, each side with its own timber.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_berge_library.jpg";
SSPhotoCredit[z] = "Courtesy Nils Holger Moormann GmbH";
SSPhotoCaption[z] = "<b>Berge (Aschau im Chiemgau, Germany)</b> In the library, Nils Holger Moormann left a section of the original stone wall bare and framed it.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_berge_frontroom.jpg";
SSPhotoCredit[z] = "Courtesy Nils Holger Moormann GmbH";
SSPhotoCaption[z] = "<b>Berge (Aschau im Chiemgau, Germany)</b> This front room has 20-inch-wide spruce floorboards and Moormann\'s Siebenschl&auml;fer (dormouse) bed, built without nails.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_stay_walls.jpg";
SSPhotoCredit[z] = "Courtesy Amy Price";
SSPhotoCaption[z] = "<b>Stay (Los Angeles)</b> Glass walls here and there are embedded with silk flowers.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_stay_labrador.jpg";
SSPhotoCredit[z] = "Courtesy Amy Price";
SSPhotoCaption[z] = "<b>Stay (Los Angeles)</b> A pair of fiberglass Labrador retrievers greets guests.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_lubd.jpg";
SSPhotoCredit[z] = "Courtesy Lub d";
SSPhotoCaption[z] = "<b>Lub d (Bangkok)</b> The cherry-red lacquered furniture in the Double Rooms is a P49 Deesign special.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_citizenm_lobby.jpg";
SSPhotoCredit[z] = "Courtesy Richard Powers";
SSPhotoCaption[z] = "<b>citizenM (Schiphol Airport, Amsterdam)</b> In the lobby, a plastic \"algae\" curtain separates the computer station from the sitting area.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_citizenm_seating.jpg";
SSPhotoCredit[z] = "Courtesy Richard Powers";
SSPhotoCaption[z] = "<b>citizenM (Schiphol Airport, Amsterdam)</b> Swiss design firm Vitra is responsible for all of citizenM\'s funky plush seating.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_citizenm_shower.jpg";
SSPhotoCredit[z] = "Courtesy Richard Powers";
SSPhotoCaption[z] = "<b>citizenM (Schiphol Airport, Amsterdam)</b> You won\'t be awoken by the jets outside citizenM\'s thick windows, but you can set two alarm tones: \"wake me gently\" or \"wake me wildly.\" Then roll out of bed and into your space-age shower.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_livinglounge_garden.jpg";
SSPhotoCredit[z] = "Courtesy Living Lounge Hostel";
SSPhotoCaption[z] = "<b>Living Lounge Hostel (Lisbon)</b> The top-floor Guests' Garden comes with faux grass, an antique park bench, and a painting of a street lamp.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_livinglounge_boyfriend.jpg";
SSPhotoCredit[z] = "Courtesy Living Lounge Hostel";
SSPhotoCaption[z] = "<b>Living Lounge Hostel (Lisbon)</b> Artists Nuno Patricio and Marie Jo&atilde;o created the Boyfriend Room, which has a love letter inscribed over the beds.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_livinglounge_undertree.jpg";
SSPhotoCredit[z] = "Courtesy Living Lounge Hostel";
SSPhotoCaption[z] = "<b>Living Lounge Hostel (Lisbon)</b> The Under the Tree dorm (that\'s the artist\'s tag on one of the tree trunks).";
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>The New Boutique Hostel<\/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_Hostels/index.html&type=Newsletter&title=The_New_Boutique_Hostel_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/03/AR2009010301119.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<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2007/04/30/AR2007043000610.html')>It\'s a Yurt Spurt<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2008/09/01/AR2008090101507.html')>The Secrets to Happy House Swapping<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2008/02/25/AR2008022502775.html')>Secret Hotels of Big Sur<\/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>";
