// Captions, credits and photos for Princess of Tides
// 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] = "0808_SurfCamp_Katherine.jpg";
SSPhotoCredit[z] = "Rob Howard";
SSPhotoCaption[z] = "Katherine leads her fellow surfers through a mangrove forest en route to the beach.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "0808_SurfCamp_Surfers.jpg";
SSPhotoCredit[z] = "Rob Howard";
SSPhotoCaption[z] = "Lesson one: the fine art of the surfer\'s pop-up&mdash;practiced on dry land first.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "0808_SurfCamp_Yoga.jpg";
SSPhotoCredit[z] = "Rob Howard";
SSPhotoCaption[z] = "A yoga class to soothe surfed-out muscles.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "0808_SurfCamp_Lainey.jpg";
SSPhotoCredit[z] = "Rob Howard";
SSPhotoCaption[z] = "Lainey stands up on day one.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "0808_SurfCamp_Crashing.jpg";
SSPhotoCredit[z] = "Rob Howard";
SSPhotoCaption[z] = "Katherine crashes to shore.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "0808_SurfCamp_NoLifeguard.jpg";
SSPhotoCredit[z] = "Rob Howard";
SSPhotoCaption[z] = "The stingray-alert system.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "0808_SurfCamp_Bungalow.jpg";
SSPhotoCredit[z] = "Rob Howard";
SSPhotoCaption[z] = "The bungalow hotel on the beach where the surfers stay.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "0808_SurfCamp_Horses.jpg";
SSPhotoCredit[z] = "Rob Howard";
SSPhotoCaption[z] = "On breaks from surfing, the divas indulge in yoga and horseback rides.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "0808_SurfCamp_BestBuddies.jpg";
SSPhotoCredit[z] = "Rob Howard";
SSPhotoCaption[z] = "Best buddies Lainey and Katherine chill out after a day of catching waves.";
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=0808_SurfCamp_Last.jpg alt=\"Click here to watch the slide show again\" class=borderyes \/><\/a>";
	finalHTML += "<h2>Princess of Tides<\/h2>";
	finalHTML += "<a href=index.html?jumpToPic=0>Watch the slide show again<\/a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href=\"javascript:parentCheck('/articles/2008fall/surf_camp.html');\">Read the article<\/a>";
	finalHTML += "<\/div><div class=contentBlock>";
	finalHTML += "<strong>Related links:<\/strong><ul>";
	finalHTML += "<li><a href=javascript:parentCheck('/articles/2008fall/surf_camps_101.html')>Surf Camps 101<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/articles/2007/AR2007031401613.html')>11 New Adventures: Cycling, Surfing, More<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/articles/2007/AR2007031401581.html')>Chicks Ahoy! City Girls in Sailing School<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/articles/2006/AR2006050301837.html')>Everything We Know We Learned From Chick Flicks<\/a><\/li>";
	finalHTML += "<\/ul><\/div><div class=contentBlock style=text-align:center;>";
	finalHTML += "Browse more Getaways <a href=javascript:parentCheck('/getaways/')><strong>here</strong><\/a>.";
	finalHTML += "<\/div>";