// Captions, credits and photos for Surf Camps 101
// 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] = "bali1.jpg";
SSPhotoCredit[z] = "Courtesy Surf Goddess Retreats";
SSPhotoCaption[z] = "Surf lesson, Bali.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "bali2.jpg";
SSPhotoCredit[z] = "Courtesy Surf Goddess Retreats";
SSPhotoCaption[z] = "Private villa residence in Seminyak, Bali.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "hawaii1.jpg";
SSPhotoCredit[z] = "Carol Oliva";
SSPhotoCaption[z] = "Another Kelea group sharing the Aloha after a great surf session at Puena Point.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "hawaii2.jpg";
SSPhotoCredit[z] = "Carol Oliva";
SSPhotoCaption[z] = "Surfing and yoga are the perfect combination.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "mexico1.jpg";
SSPhotoCredit[z] = "Lori Adamski Peek/Athleta";
SSPhotoCaption[z] = "Las Olas surf safari, Punta Mita, Mexico.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "mexico2.jpg";
SSPhotoCredit[z] = "Courtesy Las Olas Surf Safaris";
SSPhotoCaption[z] = "Villa, Punta Mita, Mexico.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "portugal1.jpg";
SSPhotoCredit[z] = "Courtesy Estrelas do Mar";
SSPhotoCaption[z] = "Peniche, Portugal.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "portugal2.jpg";
SSPhotoCredit[z] = "Meike Reijerman";
SSPhotoCaption[z] = "Linda surfing at Consola&ccedil;&atilde;o reefs.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "puertorico1.jpg";
SSPhotoCredit[z] = "Courtesy Best of Both Adventures for Women";
SSPhotoCaption[z] = "Yoga session, Rinc&oacute;n , Puerto Rico.";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "puertorico2.jpg";
SSPhotoCredit[z] = "Courtesy Best of Both Adventures for Women";
SSPhotoCaption[z] = "Surf\'s 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>Surf Camps 101<\/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_camps_101.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_camp.html')>Princess of Tides<\/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>";