// setup some meta content arrays for specific pages $arTitles = array(); $arTitles['/islands.html'] = "Islands of Coiba National Park, Panama | CoibaNationalPark.com"; $arTitles['/granito_de_oro.html'] = "Granito De Oro Island in Coiba National Park, Panama | CoibaNationalPark.com"; $arTitles['/bahia_damas_reef.html'] = "Bahia Damas Reef in Coiba National Park, Panama | CoibaNationalPark.com"; $arTitles['/prison.html'] = "Isla Coiba Prison Penal Colony in Coiba National Park, Panama | CoibaNationalPark.com"; $arTitles['/contact.php'] = "Contact Us | CoibaNationalPark.com"; $arTitles['/marine-conservation.html'] = "Marine Conservation at Coiba National Park | CoibaNationalPark.com"; $arTitles['/isla-coiba.html'] = "Isla Coiba at Coiba National Park | CoibaNationalPark.com"; $arTitles['/jicaron.html'] = "Coiba's Jicaron Island | CoibaNationalPark.com"; $arTitles['/jicanita.html'] = "Coiba's Jicanita Island | CoibaNationalPark.com"; $arTitles['/tours.html'] = "Coiba Tours and Day Trips by Boat | CoibaNationalPark.com"; $arTitles['/area-attractions.html'] = "Coiba National Park Area Attractions | CoibaNationalPark.com"; $arTitles['/wildlife-ecotours.html'] = "Panama Wildlife, Hiking and Ecotours at Coiba National Park | CoibaNationalPark.com"; $arTitles['/fishing.html'] = "Panama Fishing at Coiba National Park | CoibaNationalPark.com"; $arTitles['/kayak.html'] = "Panama Kayak Tours and Kayaking Trips at Coiba National Park| CoibaNationalPark.com"; $arTitles['/snorkeling.html'] = "Panama Snorkeling at Coiba National Park | CoibaNationalPark.com"; $arTitles['/bird-watching.html'] = "Panama Bird Watching at Coiba National Park | CoibaNationalPark.com"; $arTitles['/environment.html'] = "The Environment at Coiba National Park | CoibaNationalPark.com"; $arTitles['/coiba-hope-spot.html'] = "Coiba: A Hope Spot | CoibaNationalPark.com"; $arDescriptions = array(); $arDescriptions['/fishing.html'] = ""; $arDescriptions['/islands.html'] = ""; $arDescriptions['/granito_de_oro.html'] = "Granito De Oro is a pristine islet of the coast of Isla Coiba in the Coiba National Park, Panama. Its name means granules of gold which reflects its purity."; $arDescriptions['/bahia_damas_reef.html'] = "Bahia Damas Reef in Coiba National Park, Panama is the second largest reef in the eastern Pacific Ocean and one of the largest in Central America."; $arDescriptions['/prison.html'] = "The Isla Coiba Prison Penal Colony served as Panama's version of Devil's Island for nearly 100 years."; $arDescriptions['/coiba-hope-spot.html'] = "Recently, Isla Coiba, Panama was declared a hope spot by Mission Blue as part of the Eastern Pacific Seascape spanning Central and South America."; $arKeywords = array(); $arKeywords['/fishing.html'] = "fish, Panama, fishing, Hannibal, Coiba, marlin, tuna, dorado, rooster fish, cabera, snapper"; $arKeywords['/islands.html'] = "Coiba, Rancheria, Coibita"; $arKeywords['/granito_de_oro.html'] = "Granito De Oro, pristine, sand, beach, islet Coiba, Panama"; $arKeywords['/bahia_damas_reef.html'] = "Bahia Damas Reef, Central America, Panama"; $arKeywords['/prison.html'] = "prison, penal colony, Coiba, Panama"; // do we have some meta content for this page? if ($arTitles[$_SERVER['REQUEST_URI']]) $strTitle = $arTitles[$_SERVER['REQUEST_URI']]; if ($arDescriptions[$_SERVER['REQUEST_URI']]) $strDesc = $arDescriptions[$_SERVER['REQUEST_URI']]; if ($arKeywords[$_SERVER['REQUEST_URI']]) $strKeys = $arKeywords[$_SERVER['REQUEST_URI']]; // default values (also used for the index) if (!$strTitle) $strTitle = "Coiba National Park, Panama"; if (!$strDesc) $strDesc = "Coiba National Park, Panama Information"; if (!$strKeys) $strKeys = "Coiba National Park, Panama"; // are we on the index? $strReq = str_replace("/new/","/",$_SERVER['REQUEST_URI']); if ($strReq == "/" or substr($strReq,0,11) == "/index.html") $sec = "index"; ?>