// Captions, credits and photos for Art 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] = "ss_winston.jpg";
SSPhotoCredit[z] = "Courtesy the Winston";
SSPhotoCaption[z] = "<strong>The Winston<\/strong> The anime-inspired <em>Playnation<\/em> room, by Adriaan Koster and Menno Schenk, sports psychedelic swirls and patterns on the walls, a Pac-Man-like maze on the ceiling, and a giant 3-D gold robot in the corner.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_majestic.jpg";
SSPhotoCredit[z] = "Courtesy New Majestic Hotel";
SSPhotoCaption[z] = "<strong>The New Majestic<\/strong> Justin Lee riffs off pop culture in three of the rooms. The one titled <em>Da Jie<\/em> (\"Big Sister\") features Mickey Mouse ears containing double-happiness symbols.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_arteluise1.jpg";
SSPhotoCredit[z] = "Courtesy Arte Luise Kunsthotel";
SSPhotoCaption[z] = "<strong>Arte Luise Kunsthotel<\/strong> Dieter Mammel placed an oversize oak bed in <em>Mammel\'s Dream<\/em>, so guests could reexperience a child's perspective.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_arteluise2.jpg";
SSPhotoCredit[z] = "Courtesy Arte Luise Kunsthotel";
SSPhotoCaption[z] = "<strong>Arte Luise Kunsthotel<\/strong> Thomas Baumg&auml;rtel went bananas in the <em>Royal Suite<\/em>.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_daddylonglegs1.jpg";
SSPhotoCredit[z] = "Courtesy Daddy Long Legs";
SSPhotoCaption[z] = "<strong>Daddy Long Legs<\/strong> One of the hotel\'s more amusing rooms is Andre Vorster\'s <em>You Are Here<\/em>.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_daddylonglegs2.jpg";
SSPhotoCredit[z] = "Courtesy Daddy Long Legs";
SSPhotoCaption[z] = "<strong>Daddy Long Legs<\/strong> Bert Pepler\'s <em>Emergency Room<\/em> imagines a hospital room in red, with medical supplies as decoration.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_gladstone.jpg";
SSPhotoCredit[z] = "Courtesy Gladstone Hotel";
SSPhotoCaption[z] = "<strong>The Gladstone<\/strong> In <em>Faux Naturelle<\/em>, Allyson Mitchell created a psychedelic fake-fur tapestry featuring nymphs.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_fox.jpg";
SSPhotoCredit[z] = "Courtesy Hotel Fox";
SSPhotoCaption[z] = "<strong>Hotel Fox<\/strong> <em>Monday<\/em>, by Norwegian illustrator Kim Hiorth&oslash;y, isn\'t one for obsessive-compulsives.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_amour.jpg";
SSPhotoCredit[z] = "Courtesy Hotel Amour";
SSPhotoCaption[z] = "<strong>Hotel Amour<\/strong> Alexandre de Betak, the creative force behind Victoria\'s Secret fashion shows, designed Room 401 with a runway vibe: The 200 disco balls hanging from the ceiling make everything sparkle.";
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>Art 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/0803_ArtHotels/index.html&type=Newsletter&title=Art_Hotels_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/2008/02/05/AR2008020502192.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/01/06/AR2008010600975.html')>Best Values 2008<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2007/10/05/AR2007100501804.html')>50 Totally Charming Hotels Under $150<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2007/08/07/AR2007080700906.html')>39 Affordable Hotel Chains Only Locals Know<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2006/10/02/AR2006100200403.html')>50 Utterly Charming Hotels Around $100<\/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>";
