// Captions, credits and photos for You, Unplugged
// 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] = "Chicago_BarArea.jpg";
SSPhotoCredit[z] = "Courtesy Sheraton Chicago Hotel & Towers";
SSPhotoCaption[z] = "Sheraton Chicago Hotel & Towers.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "Chicago_Pool.jpg";
SSPhotoCredit[z] = "Courtesy Sheraton Chicago Hotel & Towers";
SSPhotoCaption[z] = "Sheraton Chicago Hotel & Towers.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "Chicago_Room.jpg";
SSPhotoCredit[z] = "Courtesy Sheraton Chicago Hotel & Towers";
SSPhotoCaption[z] = "Sheraton Chicago Hotel & Towers.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "Arawak_Pool.jpg";
SSPhotoCredit[z] = "Courtesy Arawak Beach Inn";
SSPhotoCaption[z] = "Arawak Beach Inn.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "Arawak_View.jpg";
SSPhotoCredit[z] = "Courtesy Arawak Beach Inn";
SSPhotoCaption[z] = "Arawak Beach Inn.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "Tassajara_Cabins.jpg";
SSPhotoCredit[z] = "Samantha Ostergaard";
SSPhotoCaption[z] = "Tassajara Zen Mountain Center.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "Tassajara_Mts.jpg";
SSPhotoCredit[z] = "Samantha Ostergaard";
SSPhotoCaption[z] = "Tassajara Zen Mountain Center.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "Eastman_Chateau.jpg";
SSPhotoCredit[z] = "Courtesy Spa Eastman";
SSPhotoCaption[z] = "Spa Eastman.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "Eastman_Yoga.jpg";
SSPhotoCredit[z] = "Courtesy Spa Eastman";
SSPhotoCaption[z] = "Spa Eastman.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "RunningR_Entrance.jpg";
SSPhotoCredit[z] = "Courtesy Running-R Guest Ranch";
SSPhotoCaption[z] = "Running-R Guest Ranch.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "FeatheredPipe_Lake.jpg";
SSPhotoCredit[z] = "Courtesy Feathered Pipe Ranch";
SSPhotoCaption[z] = "Feathered Pipe Ranch.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "FeatheredPipe_Woman.jpg";
SSPhotoCredit[z] = "Courtesy Feathered Pipe Ranch";
SSPhotoCaption[z] = "Feathered Pipe Ranch.";
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=YouUnplugged_Last.jpg alt=\"Click here to watch the slide show again\" class=borderno \/><\/a>";
	finalHTML += "<h2>You, Unplugged<\/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/0806_YouUnplugged/index.html&type=Newsletter&title=You,_Unplugged&site=newsletter&sent=no');\">E-mail this to a friend<\/a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href=\"javascript:parentCheck('/bt-dyn/content/article/2008/06/27/AR2008062702639.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/05/26/AR2008052601134.html')>10 Places, No Cars<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2008/02/04/AR2008020402618.html')>Dream Trips: A Deserted Beach<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2007/05/02/AR2007050201534.html')>Got Stress? Get to Puerto Vallarta<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2008/04/11/AR2008041102301.html')>It\'s So Worth It: 15 Travel-Inspiring Photos<\/a><\/li>";
	finalHTML += "<\/ul><\/div><div class=contentBlock style=text-align:center;>";
	finalHTML += "Browse more popular destinations in <a href=javascript:parentCheck('/bt-dyn/content/destinations/usandcanada/')><strong>U.S. & Canada</strong><\/a>.";
	finalHTML += "<\/div>";