// Captions, credits and photos for 14 Weird Animals You Can Travel to See
// 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_proboscismonkey.jpg";
SSPhotoCredit[z] = "Gavriel Jecan/Corbis";
SSPhotoCaption[z] = "The male proboscis monkey has a pendulous nose that is thought to amplify his calls to females (and his warnings to big-nosed rivals). <strong>See it in</strong> Borneo (and the Singapore Zoo).";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_ayeaye.jpg";
SSPhotoCredit[z] = "Courtesy Bristol Zoo Gardens";
SSPhotoCaption[z] = "The aye-aye is a kind of lemur, with large round ears that rotate independently. The aye-aye feeds using its long middle finger to scoop out grubs in tree bark. <strong>See it in</strong> Madagascar (and the Bristol Zoo Gardens).";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_nakedmolerat.jpg";
SSPhotoCredit[z] = "Courtesy Jessie Cohen/Smithsonian\'s National Zoological Park";
SSPhotoCaption[z] = "Almost totally blind, the naked mole rat is one of only two species of mammals that live in colonies with a caste system, like termites or ants. <strong>See it in</strong> Ethiopia, Kenya, and Somalia (and Zoo Atlanta and the National Zoo).";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_philippinetarsier.jpg";
SSPhotoCredit[z] = "Frank Lukasseck/Corbis";
SSPhotoCaption[z] = "The tiny Philippine tarsier\'s eyes are about twice the size of a human\'s and have no peripheral vision. <strong>See it in</strong> The southern Philippine islands of Bohol, Samar, Leyte, and Mindanao (and the Philippine Tarsier and Wildlife Sanctuary in Bohol).";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_emperortamarin.jpg";
SSPhotoCredit[z] = "Courtesy Paignton Zoo";
SSPhotoCaption[z] = "The emperor tamarin\'s wildly eccentric moustache (strikingly similar to Mr. Monopoly\'s) is something of a mystery. Experts think it might be a unique identifier, as a fingerprint is for humans. <strong>See it in</strong> Bolivia, Brazil, and Peru (and the Paignton Zoo, in Devon, England).";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_matamata.jpg";
SSPhotoCredit[z] = "Courtesy San Diego Zoo";
SSPhotoCaption[z] = "The knobby, gnarled matamata turtle uses its huge mouth to suck in unsuspecting food sources as they pass by. <strong>See it in</strong> The Amazon River in Brazil, and in parts of Trinidad and Guyana (and the Honolulu Zoo and San Diego Zoo).";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_geladababoon.jpg";
SSPhotoCredit[z] = "Courtesy Bronx Zoo/WCS";
SSPhotoCaption[z] = "The red patch of skin on the female gelada baboon\'s chest gets brighter as her hormone levels increase. As a natural design feature, it\'s a little too much information. <strong>See it in</strong> Eritrea and Ethiopia (and the Bronx Zoo).";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_giantsalamander.jpg";
SSPhotoCredit[z] = "Courtesy Steinhart Aquarium";
SSPhotoCaption[z] = "The unattractive Chinese giant salamander can grow to three feet long. Their meat is considered a delicacy in parts of China. <strong>See it in</strong> The streams and lakes of central China and Taiwan (and the Steinhart Aquarium in San Francisco).";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_echidna.jpg";
SSPhotoCredit[z] = "Courtesy Cleveland Metroparks Zoo";
SSPhotoCaption[z] = "The echidna is an evolutionary mashup&#151;it has a pouch for its young like a kangaroo, spines like a porcupine, and a sticky tongue like an anteater. Oh, and it lays eggs like a chicken. <strong>See it in</strong> Tasmania and New Guinea (and the Cleveland Metroparks Zoo).";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_victoriapigeon.jpg";
SSPhotoCredit[z] = "Courtesy Philadelphia Zoo";
SSPhotoCaption[z] = "The blue, turkey-size Victoria crowned pigeon has outrageous plumage and lives mostly on the ground, mating for life and building sturdy nests for their young. <strong>See it in</strong> New Guinea (and the Philadelphia Zoo).";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_whitefacedsaki.jpg";
SSPhotoCredit[z] = "Courtesy Elmwood Park Zoo";
SSPhotoCaption[z] = "White-faced sakis prefer to stay in the mid-level trees of the rain forest, where they can jump up to 30 feet in a single bound. <strong>See it in</strong> Northeastern Brazil, French Guiana, Guyana, Suriname, and Venezuela (and the Elmwood Park Zoo in Norristown, Pa.). ";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_pangolin.jpg";
SSPhotoCredit[z] = "Courtesy San Diego Zoo";
SSPhotoCaption[z] = "The tree pangolin is an insect eater with scales that feel a little like human fingernails. But don\'t touch: Like the common skunk, the pangolin has an unpleasant-smelling spray for those who get too close. <strong>See it in</strong> Central Africa\'s rain forests (and the San Diego Zoo). ";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_pygmymarmoset.jpg";
SSPhotoCredit[z] = "Courtesy Houston Zoo";
SSPhotoCaption[z] = "Pygmy marmosets communicate though whistles and twitters, but when hostile they emit a frightening cry that\'s audible to peers but inaudible to humans. <strong>See it in</strong> Brazil, Colombia, Ecuador, and Peru (and the Houston Zoo).";
SSBorder[z] = "yes";
z++;

SSPhoto[z] = "ss_leafyseadragon.jpg";
SSPhotoCredit[z] = "Courtesy Georgia Aquarium";
SSPhotoCaption[z] = "Instead of swimming upright, like sea horses, the leafy sea dragon swims in a horizontal position and uses its mouth as a straw to suck up food. <strong>See it in</strong> The southeastern Indian Ocean, near southern and western Australia (and the Georgia Aquarium in Atlanta).";
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>14 Weird Animals You Can Travel to See<\/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/0908_WeirdAnimals/index.html&type=Newsletter&title=14_Weird_Animals_You_Can_Travel_to_See_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/08/05/AR2009080502027.html');\">Read the article<\/a>";
	finalHTML += "<\/div><div class=contentBlock>";
	finalHTML += "<strong>Related links:<\/strong><ul>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-srv/zoobabies2009/browse.html')>Zoo Babies 2009<\/a><\/li>";
	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/2008/04/24/AR2008042401887.html')>Bad Seeds: When Animals Go Wild<\/a><\/li>";
	finalHTML += "<li><a href=javascript:parentCheck('/bt-dyn/content/article/2009/06/17/AR2009061702131.html')>The World\'s Most Amazing Hotel Pools<\/a><\/li>";
	finalHTML += "<\/ul><\/div><div class=contentBlock style=text-align:center;>";
	finalHTML += "Browse more popular <a href=javascript:parentCheck('/bt-dyn/content/destinations/')><strong>Destinations</strong><\/a>.";
	finalHTML += "<\/div>";
