aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/src/cgeo/geocaching/cgBaseTest.java7
-rw-r--r--tests/src/cgeo/geocaching/cgeoApplicationTest.java17
-rw-r--r--tests/src/cgeo/geocaching/test/mock/GCV2R9.html1995
3 files changed, 14 insertions, 2005 deletions
diff --git a/tests/src/cgeo/geocaching/cgBaseTest.java b/tests/src/cgeo/geocaching/cgBaseTest.java
index 52a1a98..c124e69 100644
--- a/tests/src/cgeo/geocaching/cgBaseTest.java
+++ b/tests/src/cgeo/geocaching/cgBaseTest.java
@@ -74,11 +74,4 @@ public class cgBaseTest extends AndroidTestCase {
}
}
- public static void testParseLocationWithLink() {
- cgCacheWrap caches = cgBase.parseCacheFromText(MockedCache.readCachePage("GCV2R9"), 0, null);
- assertEquals(1, caches.cacheList.size());
- cgCache cache = caches.cacheList.get(0);
- Assert.assertEquals("California, United States", cache.getLocation());
- }
-
} \ No newline at end of file
diff --git a/tests/src/cgeo/geocaching/cgeoApplicationTest.java b/tests/src/cgeo/geocaching/cgeoApplicationTest.java
index 2a27862..34e62f9 100644
--- a/tests/src/cgeo/geocaching/cgeoApplicationTest.java
+++ b/tests/src/cgeo/geocaching/cgeoApplicationTest.java
@@ -10,6 +10,8 @@ import android.test.suitebuilder.annotation.SmallTest;
import java.util.Date;
+import junit.framework.Assert;
+
/**
* The c:geo application test. It can be used for tests that require an
* application and/or context.
@@ -80,11 +82,12 @@ public class cgeoApplicationTest extends ApplicationTestCase<cgeoapplication> {
* Test {@link cgBase#searchByGeocode(String, String, int, boolean, CancellableHandler)}
*/
@MediumTest
- public static void testSearchByGeocode() {
- final cgSearch search = cgBase.searchByGeocode("GC1RMM2", null, 0, true, null);
+ public static cgCache testSearchByGeocode(final String geocode) {
+ final cgSearch search = cgBase.searchByGeocode(geocode, null, 0, true, null);
assertNotNull(search);
assertEquals(1, search.getGeocodes().size());
- assertTrue(search.getGeocodes().contains("GC1RMM2"));
+ assertTrue(search.getGeocodes().contains(geocode));
+ return cgeoapplication.getInstance().getCacheByGeocode(geocode);
}
/**
@@ -129,5 +132,13 @@ public class cgeoApplicationTest extends ApplicationTestCase<cgeoapplication> {
assertTrue(search.getGeocodes().contains("GCP0A9"));
}
+ /**
+ * Caches that are good test cases
+ */
+ public static void testSpecialties() {
+ cgCache GCV2R9 = cgeoApplicationTest.testSearchByGeocode("GCV2R9");
+ Assert.assertEquals("California, United States", GCV2R9.getLocation());
+ }
+
}
diff --git a/tests/src/cgeo/geocaching/test/mock/GCV2R9.html b/tests/src/cgeo/geocaching/test/mock/GCV2R9.html
deleted file mode 100644
index a1baa6f..0000000
--- a/tests/src/cgeo/geocaching/test/mock/GCV2R9.html
+++ /dev/null
@@ -1,1995 +0,0 @@
-
-<!DOCTYPE html>
-<html lang="en" class="no-js">
-<head id="ctl00_Head1"><meta charset="utf-8" />
- <!--[if IE]><![endif]-->
- <title>
- GCV2R9 Burrowing Owls (Traditional Cache) in California, United States created by caliseastar
-</title><meta name="DC.title" content="Geocaching - The Official Global GPS Cache Hunt Site" /><meta property="og:title" content="Geocaching - The Official Global GPS Cache Hunt Site" /><meta property="og:site_name" content="Geocaching - The Official Global GPS Cache Hunt Site" /><meta property="og:type" content="website" /><meta property="og:url" content="http://www.geocaching.com/" /><meta name="author" content="Groundspeak, Inc." /><meta name="DC.creator" content="Groundspeak, Inc." /><meta name="Copyright" content="Copyright (c) 2000-2011 Groundspeak, Inc. All Rights Reserved." /><!-- Copyright (c) 2000-2011 Groundspeak, Inc. All Rights Reserved. --><meta name="description" content="Geocaching is a treasure hunting game where you use a GPS to hide and seek containers with other participants in the activity. Geocaching.com is the listing service for geocaches around the world." /><meta name="DC.subject" content="Geocaching is a treasure hunting game where you use a GPS to hide and seek containers with other participants in the activity. Geocaching.com is the listing service for geocaches around the world." /><meta property="og:description" content="Geocaching is a treasure hunting game where you use a GPS to hide and seek containers with other participants in the activity. Geocaching.com is the listing service for geocaches around the world." /><meta http-equiv="imagetoolbar" content="no" /><meta name="distribution" content="global" /><meta name="MSSmartTagsPreventParsing" content="true" /><meta name="rating" content="general" /><meta name="revisit-after" content="1 days" /><meta name="robots" content="all" /><meta http-equiv="X-UA-Compatible" content="IE=8" /><link rel="icon" href="/favicon.ico" /><link rel="shortcut icon" href="/favicon.ico" /><link rel="apple-touch-icon" href="/apple-touch-icon.png" /><link rel="image_src" href="/preview.png" /><meta property="og:image" content="/preview.png" /><link rel="stylesheet" type="text/css" media="all" href="../css/blueprint/src/reset.css" /><link rel="stylesheet" type="text/css" media="all" href="../css/blueprint/src/typography.css" /><link rel="stylesheet" type="text/css" media="screen,projection" href="../css/blueprint/src/grid.css" />
- <!--[if lt IE 8]>
- <link rel="stylesheet" type="text/css" media="all" href="../css/blueprint/ie.css" />
- <![endif]-->
- <link id="uxCssMaster" rel="stylesheet" type="text/css" media="screen,projection" href="../css/tlnMasterScreen.css?r=1" /><link id="uxCssMain" rel="stylesheet" type="text/css" media="all" href="../css/tlnMain.css?r=1" /><link rel="Stylesheet" type="text/css" media="all" href="../css/jqueryui1810/jquery-ui-1.8.10.custom.css" /><link rel="stylesheet" type="text/css" media="all" href="/js/jquery_plugins/jquery.jgrowl.css" /><link rel="stylesheet" type="text/css" media="print" href="../css/tlnMasterPrint.css" />
- <script type="text/javascript" src="/js/modernizr-1.7.min.js"></script>
- <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.6.3/jquery.min.js"></script>
- <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js"></script>
- <script type="text/javascript" src="/js/jquery.truncate.min.js"></script>
-
-
-
- <link href="/css/fancybox/jquery.fancybox.css" rel="stylesheet" type="text/css" />
- <link href="/js/jquery_plugins/icalendar/jquery.icalendar.css" rel="stylesheet" type="text/css" />
- <link href="/js/jquery_plugins/tipTip/tipTip.css" rel="stylesheet" type="text/css" />
- <link href="/js/jquery_plugins/qtip/jquery.qtip.css" rel="stylesheet" type="text/css" />
- <!--[if lte IE 8]>
- <style type="text/css" media="all">
- legend{
- position: absolute;
- top: -.6em;
- left: 1em;
- line-height: 1.3;
- }
- fieldset p{
- margin-top:1em;
- }
- img.CacheNoteHelpImg{
- top:-.2em;
- }
- </style>
- <![endif]-->
- <style type="text/css" media="screen,projection">
- #otherSearchOptions li
- {
- list-style-image: none;
- list-style-position: outside;
- list-style-type: none;
- }
- .ff
- {
- font-family: "Andale Mono" , "Courier New" ,Courier,monospace;
- }
- .fr
- {
- margin-top: 1.5em;
- float: right;
- }
- .fl
- {
- float: left;
- }
- .clsCell
- {
- border: 1px solid #c0cee3;
- font-size: 80%;
- background-color: #fff;
- }
- .clsResultTitle, .clsResultTitleNoBold
- {
- color: #0000de;
- }
- .clsResultDescription
- {
- color: #333;
- }
- .clsURL
- {
- color: #999;
- }
- a.title:link, a.title:visited, a.title:hover, a.title:active
- {
- color: #000;
- text-decoration: underline;
- }
- a.title
- {
- text-align: right;
- font-size: 10px;
- font-family: arial,sans-serif;
- padding: 0 1px 0 0;
- }
- #mapSizePager a:hover
- {
- font-weight: bold;
- }
- #mapSizePager ul
- {
- width: 100%;
- margin: 0;
- padding: 0;
- list-style: none;
- }
- #mapSizePager li
- {
- float: left;
- list-style: none;
- }
- #mapSizePager li a
- {
- font-family: verdana,sans-serif;
- font-size: x-small;
- display: block;
- margin: 0 2px 0 0;
- padding: 4px;
- text-decoration: none;
- border: solid 1px #c0c0c0;
- height: 10px;
- min-width: 10px;
- cursor: pointer;
- }
- #mapPrintingNotes
- {
- width: 280px;
- text-align: left;
- overflow: auto;
- }
- .inplace_field {
- width:100%;
- resize: none;
- }
- legend.note{
- background:url('../images/silk/note.png') no-repeat 0 0;
- padding-left:18px;
- }
- legend.warning{
- background:url('../images/silk/exclamation.png') no-repeat 0 0;
- padding-left:18px;
- }
- fieldset.CacheNote{
- border-color: #e9a24c !important;
- background-color:#ffffde;
- position:relative;
- }
- .CacheNoteHelpImg{
- position:relative;
- cursor:pointer;
- top:-1em;
- right:-.75em;
- float:right;
- }
- .InformationWidget h3{
- margin-bottom:.5em;
- }
- .InformationWidget .AlignRight{
- font-size:.8em;
- }
- #tiptip_content{
- *background-color:#000;
- }
- .maxed{
- color:#992a2a;
- }
-
-
- span.ccu-parseverify-distance img{
- text-align:center !important;
- vertical-align:text-bottom !important;
- }
- .edit-cache-coordinates{
- text-decoration: none;
- color: #000 !important;
- background: url(/images/silk/pencil.png) no-repeat right 0;
- padding:2px 20px 2px 0px;
- margin-right:4px;
- }
- .ccc-coord{
- cursor: text;
- font-family: Courier New, Sans-Serif;
- }
- .ccu-update dl {
- margin-bottom:.25em;
- }
- .ccu-update dt{
- float:left;
- min-width:90px;
- }
- .ccu-update .ui-button-text-only .ui-button-text{
- padding:.3em .75em;
- }
- .ccu-parseverify-coords{
- font-style:italic;
- margin-right:.25em;
- }
- .ccu-parseverify-accept, .ccu-parseverify-cancel{
- margin-top:-5px;
- }
- .ui-tooltip-widget .ui-tooltip-content{
- border-width:1px;
- background-color:#fff;
- border-color:#c0cee3;
- color:#594a42;
- padding:1em;
- width:420px;
- }
- .myLatLon { border-bottom:2px solid #c0cee3;font-style:italic; }
- </style>
- <script type="text/javascript">
- var userToken = null,
- urlParams = {},
- mapLatLng = null,
- cmapAdditionalWaypoints = [],
- initalLogs = null, totalLogs = 0, includeAvatars = false;
-
- (function () {
- var e,
- d = function (s) { return decodeURIComponent(s.replace(/\+/g, " ")); },
- q = window.location.search.substring(1),
- r = /([^&=]+)=?([^&]*)/g;
-
- while (e = r.exec(q)) {
- urlParams[d(e[1])] = d(e[2]);
- }
- })();
- </script>
-<meta name="og:site_name" content="Geocaching.com" property="og:site_name" /><meta name="og:type" content="article" property="og:type" /><meta name="fb:app_id" content="100167303362705" property="fb:app_id" /><meta name="og:url" content="http://coord.info/GCV2R9" property="og:url" /><meta name="og:description" content="This cache is located along a paved path in Shoreline park. Nearest
-parking is about half a mile away, but the cache is easily
-accessible by bike, rollerblade, stroller, or wheelchair. Park is
-open from dawn to dusk." property="og:description" /><meta name="og:image" content="http://www.geocaching.com/images/facebook/wpttypes/2.png" property="og:image" /><meta name="og:title" content="Burrowing Owls" property="og:title" /><meta name="description" content="Burrowing Owls (GCV2R9) was created by CaliSeaStar on 03/26/2006. It&#39;s a Micro size geocache, with difficulty of 1, terrain of 1. It&#39;s located in California, United States. This cache is located along a paved path in Shoreline park. Nearestparking is about half a mile away, but the cache is easilyaccessible by bike, rollerblade, stroller, or wheelchair. Park isopen from dawn to dusk." /><link rel="alternate" href="../datastore/rss_galleryimages.ashx?guid=b3842a51-b887-4289-b78e-7395bad2176e" type="application/rss+xml" title="[Gallery Images]" id="GalleryImages" /></head>
-<body background="http://img.geocaching.com/cache/2d1ee619-9c93-4bfc-8a10-db19dacd5f53.jpg" class="CacheDetailsPage">
- <form name="aspnetForm" method="post" action="cache_details.aspx?log=y&amp;wp=GCV2R9&amp;numlogs=35&amp;decrypt=y" id="aspnetForm">
-<div>
-<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" />
-<input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" />
-<input type="hidden" name="__VIEWSTATEFIELDCOUNT" id="__VIEWSTATEFIELDCOUNT" value="2" />
-<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwULLTIwMTc1ODk5NzkPFgIeBEMuSUQoKVlTeXN0ZW0uSW50NjQsIG1zY29ybGliLCBWZXJzaW9uPTQuMC4wLjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjc3YTVjNTYxOTM0ZTA4OQYzNjYxMjEWAmYPZBYGZg9kFgoCCg8WAh4EVGV4dAViPG1ldGEgbmFtZT0iQ29weXJpZ2h0IiBjb250ZW50PSJDb3B5cmlnaHQgKGMpIDIwMDAtMjAxMSBHcm91bmRzcGVhaywgSW5jLiBBbGwgUmlnaHRzIFJlc2VydmVkLiIgLz5kAgsPFgIfAQVHPCEtLSBDb3B5cmlnaHQgKGMpIDIwMDAtMjAxMSBHcm91bmRzcGVhaywgSW5jLiBBbGwgUmlnaHRzIFJlc2VydmVkLiAtLT5kAiEPFgIeBGhyZWYFHX4vY3NzL3Rsbk1hc3RlclNjcmVlbi5jc3M/cj0xZAIiDxYCHwIFFX4vY3NzL3Rsbk1haW4uY3NzP3I9MWQCJw8WAh4HVmlzaWJsZWhkAgEPZBYMAgUPFgIfAWRkAggPFgIfA2cWCgIBDw8WAh4ISW1hZ2VVcmwFTmh0dHA6Ly9pbWcuZ2VvY2FjaGluZy5jb20vdXNlci9hdmF0YXIvNTBmODMxMjMtMjdkOC00ZGNmLTlmZGUtMmFmMDA2ZWZhZjJiLmpwZ2RkAgMPFgIfAQVoSGVsbG8sIDxhIGhyZWY9Ii9teS9kZWZhdWx0LmFzcHgiIHRpdGxlPSJWaWV3IFByb2ZpbGUgZm9yIGJsYWZvbyIgY2xhc3M9IlNpZ25lZEluUHJvZmlsZUxpbmsiPmJsYWZvbzwvYT5kAgUPDxYCHgtOYXZpZ2F0ZVVybAWsAWh0dHBzOi8vd3d3Lmdlb2NhY2hpbmcuY29tL2xvZ2luL2RlZmF1bHQuYXNweD9SRVNFVD1ZJnJlZGlyPWh0dHAlM2ElMmYlMmZ3d3cuZ2VvY2FjaGluZy5jb20lMmZzZWVrJTJmY2FjaGVfZGV0YWlscy5hc3B4JTNmbG9nJTNkeSUyNndwJTNkR0NWMlI5JTI2bnVtbG9ncyUzZDM1JTI2ZGVjcnlwdCUzZHlkZAIHDxYCHwEFrQE8aW1nIHNyYz0iL2ltYWdlcy9pY29ucy9pY29uX3NtaWxlLnBuZyIgdGl0bGU9IkNhY2hlcyBGb3VuZCIgLz4gNDY3Jm5ic3A7Jm1pZGRvdDsmbmJzcDs8aW1nIHNyYz0iL2ltYWdlcy9jaGFsbGVuZ2VzL3R5cGVzL3NtL2NoYWxsZW5nZS5wbmciIHRpdGxlPSJDaGFsbGVuZ2VzIENvbXBsZXRlZCIgLz4gMmQCCw8WAh8DZxYCZg8PFgIfA2hkZAINDxYCHwNnFgICDQ8PFgIfBQVAfi90cmFjay9zZWFyY2guYXNweD9vPTEmdWlkPTA1NjRhOTQwLTgzMTEtNDBlZS04ZTc2LTdlOTFiMmNmNjI4NGRkAisPFgIeBWNsYXNzBQxzcGFuLTI0IGxhc3QWAgIBD2QWTgIBDxYCHwEFvQE8YSBocmVmPSIvYWJvdXQvY2FjaGVfdHlwZXMuYXNweCIgdGFyZ2V0PSJfYmxhbmsiIHRpdGxlPSJBYm91dCBDYWNoZSBUeXBlcyI+PGltZyBzcmM9Ii9pbWFnZXMvV3B0VHlwZXMvMi5naWYiIGFsdD0iVHJhZGl0aW9uYWwgQ2FjaGUiIHRpdGxlPSJUcmFkaXRpb25hbCBDYWNoZSIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiAvPjwvYT5kAgQPFgIfAQUBQWQCBg8WAh8DZ2QCCQ8WAh8DaGQCEA9kFgQCAQ8WAh8BBQEwZAIDDw8WAh8FBUQvc2Vlay9jYWNoZV9mYXZvcml0ZWQuYXNweD9ndWlkPWIzODQyYTUxLWI4ODctNDI4OS1iNzhlLTczOTViYWQyMTc2ZWRkAhEPDxYCHwNoZGQCFA8WAh8DaGQCFQ8WAh8DaGQCFw8WAh4Fc3R5bGUFD2Rpc3BsYXk6aW5saW5lOxYCAgEPFgIfAQUbVVRNOiAxMFMgRSA1ODE2MTUgTiA0MTQzNTczZAIcDw8WAh8FBTNjZHBmLmFzcHg/Z3VpZD1iMzg0MmE1MS1iODg3LTQyODktYjc4ZS03Mzk1YmFkMjE3NmVkZAIdDw8WAh8FBThjZHBmLmFzcHg/Z3VpZD1iMzg0MmE1MS1iODg3LTQyODktYjc4ZS03Mzk1YmFkMjE3NmUmbGM9NWRkAh4PDxYCHwUFOWNkcGYuYXNweD9ndWlkPWIzODQyYTUxLWI4ODctNDI4OS1iNzhlLTczOTViYWQyMTc2ZSZsYz0xMGRkAh8PDxYEHwUFdWh0dHA6Ly9tYXBzLmdvb2dsZS5jb20vbWFwcz9mPWQmaGw9ZW4mc2FkZHI9NTIuNDE2Miw5LjU5NDExNyAoSG9tZSBMb2NhdGlvbikmZGFkZHI9MzcuNDM1NCwtMTIyLjA3NzQ1KEJ1cnJvd2luZytPd2xzKR4GVGFyZ2V0BQZfYmxhbmtkZAIjD2QWCAIBDw8WBB4JRm9yZUNvbG9yDB4EXyFTQgIEZGQCAw8PFgQfCQwfCgIEZGQCBQ8PFgIfA2cWAh4Hb25jbGljawU7czJncHMoJ2IzODQyYTUxLWI4ODctNDI4OS1iNzhlLTczOTViYWQyMTc2ZScpO3JldHVybiBmYWxzZTtkAgcPDxYCHwNnFgIfCwUfczJwaG9uZSgnR0NWMlI5Jyk7cmV0dXJuIGZhbHNlO2QCJQ8WAh8DZ2QCKA9kFghmDxYCHwNoZAIBDw8WAh8DaGRkAgIPDxYCHwNoZGQCAw8WAh8DaGQCKg8PFgIfAQUHRW5jcnlwdGRkAisPFgIfAQUSQ2FjaGUgaXMgbWFnbmV0aWMuZAItD2QWAmYPZBYCAgEPDxYCHwEFBkdDVjJSOWRkAi8PFgIfA2hkAjAPDxYCHwNoZBYCAgMPDxYCHwNoZGQCMQ8WAh8DZ2QCMg8WAh8DaGQCNg9kFgICAQ9kFgQCAQ8PFgIfAQX/AzxpZnJhbWUgdHlwZT0iaWZyYW1lIiBzcmM9Imh0dHA6Ly9hZHMuZ3JvdW5kc3BlYWsuY29tL2EuYXNweD9ab25lSUQ9OSZUYXNrPUdldCZTaXRlSUQ9MSZYPSczMWJhY2Y2ZDExYWM0MjgxOGVmZTI1MDIyNjQ1ODMxNSciIHdpZHRoPSIxMjAiIGhlaWdodD0iMjQwIiBNYXJnaW53aWR0aD0iMCIgTWFyZ2luaGVpZ2h0PSIwIiBIc3BhY2U9IjAiIFZzcGFjZT0iMCIgRnJhbWVib3JkZXI9IjAiIFNjcm9sbGluZz0ibm8iIHN0eWxlPSJ3aWR0aDoxMjBweDtIZWlnaHQ6MjQwcHg7Ij48YSBocmVmPSJodHRwOi8vYWRzLmdyb3VuZHNwZWFrLmNvbS9hLmFzcHg/Wm9uZUlEPTkmVGFzaz1DbGljayY7TW9kZT1IVE1MJlNpdGVJRD0xIiB0YXJnZXQ9Il9ibGFuayI+PGltZyBzcmM9Imh0dHA6Ly9hZHMuZ3JvdW5kc3BlYWsuY29tL2EuYXNweD9ab25lSUQ9OSZUYXNrPUdldCZNb2RlPUhUTUwmU2l0ZUlEPTEiIHdpZHRoPSIxMjAiIGhlaWdodD0iMjQwIiBib3JkZXI9IjAiIGFsdD0iIiAvPjwvYT48L2lmcmFtZT5kZAIDDxYCHglpbm5lcmh0bWwFE0FkdmVydGlzaW5nIHdpdGggVXNkAjoPZBYEAgMPDxYCHwNnZGQCBQ8PFgIfBQU8fi90cmFjay9zZWFyY2guYXNweD93aWQ9YjM4NDJhNTEtYjg4Ny00Mjg5LWI3OGUtNzM5NWJhZDIxNzZlZGQCOw8PFgIfA2dkFgJmDxYCHgtfIUl0ZW1Db3VudAIDFgYCAQ9kFgRmDxUDAFdodHRwOi8vd3d3Lmdlb2NhY2hpbmcuY29tL2Jvb2ttYXJrcy92aWV3LmFzcHg/Z3VpZD1iZjlmYWY5Zi0xZjkzLTRjODgtOTM4Ni0zODBiYWQ1YWVhM2QQQmlrZSBSaWRlIENhY2hlc2QCAg8VAkxodHRwOi8vd3d3Lmdlb2NhY2hpbmcuY29tL3Byb2ZpbGUvP2d1aWQ9ZDAxN2I1NzgtYmRhMi00OTVjLWFhOGQtZDgxNGI4OTA2NzViB2phc21lcmJkAgIPZBYEZg8VAw5BbHRlcm5hdGluZ1Jvd1dodHRwOi8vd3d3Lmdlb2NhY2hpbmcuY29tL2Jvb2ttYXJrcy92aWV3LmFzcHg/Z3VpZD01NzkyMjEyMi1mZDYzLTQzNDctOWNmOS0yNDI3ZmU3NzYxN2ESQW5pbWFscyAvIENyaXR0ZXJzZAICDxUCTGh0dHA6Ly93d3cuZ2VvY2FjaGluZy5jb20vcHJvZmlsZS8/Z3VpZD1mMmJkYTY3Yy00Y2I0LTRkOGItOGQ0MS0zMjkwYWRlOWVmMjkHZXJuaWU2NmQCAw9kFgRmDxUDAFdodHRwOi8vd3d3Lmdlb2NhY2hpbmcuY29tL2Jvb2ttYXJrcy92aWV3LmFzcHg/Z3VpZD0xNDIyNThkZi1kYjNlLTQ4NWYtYmYwYS1kNGQ1MGZjNmMwZmMWQ3JpdHRlciBDaGFsbGVuZ2UgTGlzdGQCAg8VAkxodHRwOi8vd3d3Lmdlb2NhY2hpbmcuY29tL3Byb2ZpbGUvP2d1aWQ9MGQ2ZjFmOGQtYWU3Mi00MDM0LWE3NDUtZTAwNWM1ODhkMDM1DlRoZSBSZWQgUm92ZXJzZAI9Dw8WAh8DaGRkAj4PZBYCAgEPDxYCHwUFRS9oaWRlL3dwdGxpc3QuYXNweD9SZWZXcHRJRD1iMzg0MmE1MS1iODg3LTQyODktYjc4ZS03Mzk1YmFkMjE3NmUmRFM9MWRkAkAPDxYGHgZSRFMuSUQLKXZHcm91bmRzcGVhay5XZWIuR1BYLldwdERhdGFTb3VyY2VzLCBUdWNzb24uQ29tbW9uLkxlZ2FjeSwgVmVyc2lvbj0zLjAuNDM1" />
-<input type="hidden" name="__VIEWSTATE1" id="__VIEWSTATE1" value="Ni4yMTc4MSwgQ3VsdHVyZT1uZXV0cmFsLCBQdWJsaWNLZXlUb2tlbj1udWxsAR4HUldQVC5JRCgrBAYzNjYxMjEfA2hkZAJBDw8WAh8DZ2QWAgIBDw8WBB8FBTEvbWFwL2JldGEvZGVmYXVsdC5hc3B4P2xhdD0zNy40MzU0JmxuZz0tMTIyLjA3NzQ1HwNnZGQCRQ8PFgIfBQUgL3NlZWsvbmVhcmVzdC5hc3B4P3U9Q2FsaVNlYVN0YXJkZAJHDw8WAh8FBSEvc2Vlay9uZWFyZXN0LmFzcHg/dWw9Q2FsaVNlYVN0YXJkZAJJD2QWCgIDDw8WAh8FBVgvc2Vlay9uZWFyZXN0LmFzcHg/dHg9MzJiYzkzMzMtNWU1Mi00OTU3LWIwZjYtNWEyYzhmYzdiMjU3JmxhdD0zNy40MzU0MDAmbG5nPS0xMjIuMDc3NDUwZGQCBQ8PFgIfBQVcL3NlZWsvbmVhcmVzdC5hc3B4P3R4PTMyYmM5MzMzLTVlNTItNDk1Ny1iMGY2LTVhMmM4ZmM3YjI1NyZsYXQ9MzcuNDM1NDAwJmxuZz0tMTIyLjA3NzQ1MCZmPTFkZAIJDw8WAh8FBTAvc2Vlay9uZWFyZXN0LmFzcHg/bGF0PTM3LjQzNTQwMCZsbmc9LTEyMi4wNzc0NTBkZAILDw8WAh8FBTQvc2Vlay9uZWFyZXN0LmFzcHg/bGF0PTM3LjQzNTQwMCZsbmc9LTEyMi4wNzc0NTAmZj0xZGQCDw8PFgIfBQVKaHR0cDovL3d3dy53YXltYXJraW5nLmNvbS9kaXJlY3RvcnkuYXNweD9mPTEmbGF0PTM3LjQzNTQwMCZsb249LTEyMi4wNzc0NTBkZAJKD2QWAgIDDw8WAh8FBTF+L21hcmsvbmVhcmVzdC5hc3B4P2xhdD0zNy40MzU0MDAmbG9uPS0xMjIuMDc3NDUwZGQCTA8PFgIfBQUoL3Jldmlld3MvaG90ZWxzLWNvb3Jkcy0zNy40MzU0LC0xMjIuMDc3NWRkAk4PZBYCAgEPDxYEHwEFywo8bGk+PGEgaHJlZj0iaHR0cDovL3d3dy5nZW9jYWNoaW5nLmNvbS9tYXAvYmV0YS9kZWZhdWx0LmFzcHg/bGF0PTM3LjQzNTQmbG5nPS0xMjIuMDc3NDUiIHRhcmdldD0iX2JsYW5rIj5HZW9jYWNoaW5nLmNvbSBHb29nbGUgTWFwPC9hPjwvbGk+PGxpPjxhIGhyZWY9Imh0dHA6Ly93d3cubXl0b3BvLmNvbS9tYXBzLmNmbT9sYXQ9MzcuNDM1NCZsb249LTEyMi4wNzc0NSZwaWQ9Z3JvdW5kc3BlYWsiIHRhcmdldD0iX2JsYW5rIj5NeVRvcG8gTWFwczwvYT48L2xpPjxsaT48YSBocmVmPSJodHRwOi8vbWFwcy5nb29nbGUuY29tL21hcHM/cT1OKzM3JWMyJWIwKzI2LjEyNCtXKzEyMiVjMiViMCswNC42NDcrKEdDVjJSOSkrIiB0YXJnZXQ9Il9ibGFuayI+R29vZ2xlIE1hcHM8L2E+PC9saT48bGk+PGEgaHJlZj0iaHR0cDovL3d3dy5tYXBxdWVzdC5jb20vbWFwcy9tYXAuYWRwP3NlYXJjaHR5cGU9YWRkcmVzcyZmb3JtdHlwZT1sYXRsb25nJmxhdGxvbmd0eXBlPWRlY2ltYWwmbGF0aXR1ZGU9MzcuNDM1NCZsb25naXR1ZGU9LTEyMi4wNzc0NSZ6b29tPTEwIiB0YXJnZXQ9Il9ibGFuayI+TWFwUXVlc3Q8L2E+PC9saT48bGk+PGEgaHJlZj0iaHR0cDovL3d3dy5iaW5nLmNvbS9tYXBzL2RlZmF1bHQuYXNweD92PTImc3A9cG9pbnQuMzcuNDM1NF8tMTIyLjA3NzQ1X0dDVjJSOSIgdGFyZ2V0PSJfYmxhbmsiPkJpbmcgTWFwczwvYT48L2xpPjxsaT48YSBocmVmPSJodHRwOi8vbWFwcy55YWhvby5jb20vbWFwc19yZXN1bHQ/bGF0PTM3LjQzNTQmbG9uPS0xMjIuMDc3NDUiIHRhcmdldD0iX2JsYW5rIj5ZYWhvbyBNYXBzPC9hPjwvbGk+PGxpPjxhIGhyZWY9Imh0dHA6Ly9tYXBzLnJhbmRtY25hbGx5LmNvbS8jcz1zY3JlZW4mbGF0PTM3LjQzNTQmbG9uPS0xMjIuMDc3NDUmem9vbT0xMyZsb2MxPTM3LjQzNTQsLTEyMi4wNzc0NSIgdGFyZ2V0PSJfYmxhbmsiPlJhbmQgTWNOYWxseTwvYT48L2xpPjxsaT48YSBocmVmPSJodHRwOi8vbXNybWFwcy5jb20vaW1hZ2UuYXNweD9Mb249LTEyMi4wNzc0NSZMYXQ9MzcuNDM1NCZ3PTEmcmVmPUd8LTEyMi4wNzc0NSwzNy40MzU0IiB0YXJnZXQ9Il9ibGFuayI+TVNSIE1hcHMgKEZvcm1lcmx5IFRlcnJhc2VydmVyKTwvYT48L2xpPjxsaT48YSBocmVmPSJodHRwOi8vd3d3Lm9wZW5jeWNsZW1hcC5vcmcvP3pvb209MTImbGF0PTM3LjQzNTQmbG9uPS0xMjIuMDc3NDUiIHRhcmdldD0iX2JsYW5rIj5PcGVuIEN5Y2xlIE1hcHM8L2E+PC9saT48bGk+PGEgaHJlZj0iaHR0cDovL3d3dy5vcGVuc3RyZWV0bWFwLm9yZy8/bWxhdD0zNy40MzU0Jm1sb249LTEyMi4wNzc0NSZ6b29tPTEyIiB0YXJnZXQ9Il9ibGFuayI+T3BlbiBTdHJlZXQgTWFwczwvYT48L2xpPh8DZ2RkAlAPZBYGAgEPFgIfAQURMjg2IExvZ2dlZCBWaXNpdHNkAgcPDxYCHwUFQ34vc2Vlay9jYWNoZV9sb2dib29rLmFzcHg/Z3VpZD1iMzg0MmE1MS1iODg3LTQyODktYjc4ZS03Mzk1YmFkMjE3NmVkZAIJDw8WBB8FBT1+L3NlZWsvZ2FsbGVyeS5hc3B4P2d1aWQ9YjM4NDJhNTEtYjg4Ny00Mjg5LWI3OGUtNzM5NWJhZDIxNzZlHwEFI1ZpZXcgdGhlIEltYWdlIEdhbGxlcnkgb2YgMTcgaW1hZ2VzZGQCUQ8WAh8BBQR0cnVlZAJSDxYCHwEFS2xhdD0zNy40MzU0OyBsbmc9LTEyMi4wNzc0NTsgZ3VpZD0nYjM4NDJhNTEtYjg4Ny00Mjg5LWI3OGUtNzM5NWJhZDIxNzZlJzsNCmQCLA8WAh8DaGQCLQ9kFgQCAQ8WAh8BBQdFbmdsaXNoZAIDDxYCHw0CDxYeZg9kFgICAQ8PFggeD0NvbW1hbmRBcmd1bWVudAUFZW4tVVMeC0NvbW1hbmROYW1lBQ1TZXRUZW1wTG9jYWxlHwEFB0VuZ2xpc2geEENhdXNlc1ZhbGlkYXRpb25oZGQCAQ9kFgICAQ8PFggfEAUFZGUtREUfEQUNU2V0VGVtcExvY2FsZR8BBQdEZXV0c2NoHxJoZGQCAg9kFgICAQ8PFggfEAUFZnItRlIfEQUNU2V0VGVtcExvY2FsZR8BBQlGcmFuw6dhaXMfEmhkZAIDD2QWAgIBDw8WCB8QBQVwdC1QVB8RBQ1TZXRUZW1wTG9jYWxlHwEFClBvcnR1Z3XDqnMfEmhkZAIED2QWAgIBDw8WCB8QBQVjcy1DWh8RBQ1TZXRUZW1wTG9jYWxlHwEFCcSMZcWhdGluYR8SaGRkAgUPZBYCAgEPDxYIHxAFBXN2LVNFHxEFDVNldFRlbXBMb2NhbGUfAQUHU3ZlbnNrYR8SaGRkAgYPZBYCAgEPDxYIHxAFBW5sLU5MHxEFDVNldFRlbXBMb2NhbGUfAQUKTmVkZXJsYW5kcx8SaGRkAgcPZBYCAgEPDxYIHxAFBWNhLUVTHxEFDVNldFRlbXBMb2NhbGUfAQUHQ2F0YWzDoB8SaGRkAggPZBYCAgEPDxYIHxAFBXBsLVBMHxEFDVNldFRlbXBMb2NhbGUfAQUGUG9sc2tpHxJoZGQCCQ9kFgICAQ8PFggfEAUFZXQtRUUfEQUNU2V0VGVtcExvY2FsZR8BBQVFZXN0aR8SaGRkAgoPZBYCAgEPDxYIHxAFBW5iLU5PHxEFDVNldFRlbXBMb2NhbGUfAQUOTm9yc2ssIEJva23DpWwfEmhkZAILD2QWAgIBDw8WCB8QBQVrby1LUh8RBQ1TZXRUZW1wTG9jYWxlHwEFCe2VnOq1reyWtB8SaGRkAgwPZBYCAgEPDxYIHxAFBWVzLUVTHxEFDVNldFRlbXBMb2NhbGUfAQUIRXNwYcOxb2wfEmhkZAIND2QWAgIBDw8WCB8QBQVodS1IVR8RBQ1TZXRUZW1wTG9jYWxlHwEFBk1hZ3lhch8SaGRkAg4PZBYCAgEPDxYIHxAFBXJvLVJPHxEFDVNldFRlbXBMb2NhbGUfAQUIUm9tw6JuxIMfEmhkZAIDDxYCHwEFK1NlcnZlcjogV0VCMDQ7IEJ1aWxkOiBXZWIuSG90Rml4XzIwMTExMjA1LjNkZHyTDKqLUPxYmRW6fd/C62kzNWRK" />
-</div>
-
-<script type="text/javascript">
-//<![CDATA[
-var theForm = document.forms['aspnetForm'];
-if (!theForm) {
- theForm = document.aspnetForm;
-}
-function __doPostBack(eventTarget, eventArgument) {
- if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
- theForm.__EVENTTARGET.value = eventTarget;
- theForm.__EVENTARGUMENT.value = eventArgument;
- theForm.submit();
- }
-}
-//]]>
-</script>
-
-
-<script src="/WebResource.axd?d=Dh2VENdI9XyWNN0f7DnYfR8WWRCRIzdVqal2y0yjiQ5nC_eHhLchYgnQDHIk0d3RCcSUMVZ36ciRD0qmhXKmeu3S_RE1&amp;t=634449413070371108" type="text/javascript"></script>
-
-
-<script src="/ScriptResource.axd?d=I9_m2Hb1Tv_B0qTMDG8bMbnkNSHUkv5oUaG9-V5NZ8qQ2VFlu60I8y8gfr3vPmZjbiPnu43MOQdFVDeYF-nDAEKBLmyxD3DCTGmes9NNbbvaDEHyEuuRWgccIkK3ik5TI48YGDxjHjqdn-gTK4Fkgd17LGw1&amp;t=2610f696" type="text/javascript"></script>
-<script src="/ScriptResource.axd?d=8vNbe34dAujgZMPnfnacfjeoweX1vHgyns8KlAV4vpGpsZC9Cf3pro__lv8ekBa0NiCgXGMMolzOUNH__lrnEI_qjlNBIAuuLeemtAXV_i6E0QIMZa8nGSYmWGF5nQOJK3rmZzvTxsr2Mh4Ebdba_1ywGLUSH_U_XIe-jzecfRQwwvjZ0&amp;t=2610f696" type="text/javascript"></script>
-<script src="/ScriptResource.axd?d=fcoYTuaDRXVbDVa9ZbVpqJDGh-FCqMA34VACp59oy0g0zge1myBfIsocYO8n7Tj38faeOfo-q2kNUTNhzP1GRJSTr8pFm5p6RNw-mGv29yGcC-BbxBp-aLT96Vqn9vJ2534GXndL9tJNHcrxnNkGNXIDf24Vh2a_5LFt7i-cnS41fUhmPjceomzTBeY2VJfNBmwS0DIOXCN9X-y9WMQhEexnZcc1" type="text/javascript"></script>
-<script src="/ScriptResource.axd?d=4Iz6RjLHQtDEh5h6TL0koWEhYndAKTTVL8oyinbEAfzWCuROYja0k5ZC9qJ3xmR7s3dp40CgG-M8y8RszTIoErCkUe7z2Uu8hsBeHDVQCM3FBiWcwb93TPq2NtPpP-Ha9GAh8vFz0Nl5yVTGVCVQemqnx99hUbTRREpF1_Zkc3NMhGGD3KGdnB7Yl063Nm6NT0II5M0LhcJBzRn3aTk8AZvAcjBuXpisAa38ARkHxVnsvBrNJlo-WJuB2IWdhJ9W4ulFh6u_Un5CXloxBczMf4K4nURg4pgkd-TfKIhjsqlJRGVCrDDvRBMrmqkiDYOT3MVCetEeHSzI2a2UctFG032qd7KMn8XtlXbHRxqQbcEwT3HD8x2WVXBvKTq5owhOjk_l2hcEvqrOgrU3IUUu8LqCLO9TPs0UA97P0jbKYtpqpe2NiT1eS-g1wEIoOO2AB3PAyvy89mr1kuGvOgFOsNNeOppxrKMHDeXgKPUZOUbjVVe8kgPVGvseJHDUq4ZvYtQUkW1IdnIjuIKP36YehJrHA240t1L-X7LcHKI3q5bKjZYKusId0_n8AveA0BpoKFq2NG5wAkHCLmT57HIIMXBeiOKN8fHeo1EPe-2UlGgqZvEa83aKNpjt8LfBqgwia5rwUOgqMfvOGXqgbASEpt6SWC6SJA4Sqo3Kx-TnXo6Lqa9rVKFIeR3EkspJX2_xpCfJQBnTYfH6YxlPBcgzKv6hWb18RMDDiWHTbNFcIDqheK4h0" type="text/javascript"></script>
-<script src="js/cachedetails.js" type="text/javascript"></script>
-<script src="../js/latlng.js" type="text/javascript"></script>
- <script type="text/javascript">
-//<![CDATA[
-Sys.WebForms.PageRequestManager._initialize('ctl00$uxMainScriptManager', 'aspnetForm', [], [], [], 90, 'ctl00');
-//]]>
-</script>
-
- <div id="Top" class="SkipLinks">
-
- <a id="ctl00_hlSkipLinksNavigation" accesskey="n" title="Skip to Navigation" href="#Navigation">Skip to Navigation</a>
- <a id="ctl00_hlSkipLinksContent" accesskey="c" title="Skip to Content" href="#Content">Skip to Content</a>
-
- </div>
-
- <!--[if lte IE 6]>
- <div class="WarningMessage PhaseOut">
-
- <p>Groundspeak is phasing out support for older browsers. Visit the <a href="http://support.groundspeak.com/index.php?pg=kb.page&id=215" title="Browser Support Information">Help Center</a> for more information.</p>
-
- </div>
- <![endif]-->
-
-
-
- <div class="PrintOnly">
-
- <p>
- <img src="/images/logo_print_bw.png" alt="Geocaching.com" /></p>
- <hr />
-
- </div>
-
- <header>
-
- <div class="container">
-
- <h1 class="Logo span-16"><a href="../default.aspx" id="ctl00_HDHomeLink" title="Geocaching" accesskey="h">Geocaching</a></h1>
- <div class="ProfileWidget span-8 last">
-
-
- <div id="ctl00_divSignedIn">
-
- <p class="Avatar NoBottomSpacing"><a id="ctl00_hlHeaderAvatar" accesskey="p" title="Your Profile" href="../my/default.aspx"><img title="Your Profile" src="http://img.geocaching.com/user/avatar/50f83123-27d8-4dcf-9fde-2af006efaf2b.jpg" alt="" style="border-width:0px;" /></a></p>
- <p class="SignedInText">
- <strong>Hello, <a href="/my/default.aspx" title="View Profile for blafoo" class="SignedInProfileLink">blafoo</a></strong> (<a id="ctl00_hlSignOut" accesskey="s" title="Sign Out" href="https://www.geocaching.com/login/default.aspx?RESET=Y&amp;redir=http%3a%2f%2fwww.geocaching.com%2fseek%2fcache_details.aspx%3flog%3dy%26wp%3dGCV2R9%26numlogs%3d35%26decrypt%3dy">Sign Out</a>)<br />
- <strong><img src="/images/icons/icon_smile.png" title="Caches Found" /> 467&nbsp;&middot;&nbsp;<img src="/images/challenges/types/sm/challenge.png" title="Challenges Completed" /> 2</strong>
-
- <span id="ctl00_litPMLevel" style="display: block;">Premium Member</span>
- </p>
-
- </div>
-
- </div>
- <nav id="Navigation" class="span-24 last">
-
- <ul class="Menu">
- <li>
- <a id="ctl00_hlNavLearn" accesskey="1" title="Learn" href="../learn/default.aspx">Learn &#9660;</a>
- <ul class="SubMenu">
- <li><a id="ctl00_hlSubNavGeocaching101" accesskey="i" title="Geocaching 101" href="../guide/default.aspx">Geocaching 101</a></li>
- <li><a id="ctl00_hlSubNavGeocaching2Minutes" title="Geocaching in 2 Minutes" href="../videos/default.aspx#cat=cat:newbies&amp;vid=-4VFeYZTTYs">Geocaching in 2 Minutes</a></li>
- </ul>
- </li>
-
- <li id="ctl00_liNavProfile">
- <a id="ctl00_hlNavProfile" accesskey="2" title="Your Profile" title="[Your Profile ▼]" href="../my/default.aspx">Your Profile &#9660;</a>
- <ul class="SubMenu">
- <li><a id="ctl00_hlSubNavQuickView" accesskey="p" title="Quick View" href="../my/default.aspx">Quick View</a></li>
- <li><a id="ctl00_hlSubNavLists" accesskey="q" title="Lists" href="../my/lists.aspx">Lists</a></li>
- <li class="ExtraText"><a id="ctl00_hlSubNavGeocaches" accesskey="m" title="Geocaches" class="NoRightPadding" href="../my/geocaches.aspx">Geocaches</a> (<a id="ctl00_hlSubNavGeocachesYours" accesskey="y" title="Yours" class="NoSidePadding" href="../my/owned.aspx">Yours</a>)</li>
- <li class="ExtraText"><a id="ctl00_hlSubNavProfileTrackables" title="Trackables" class="NoRightPadding" href="../my/travelbugs.aspx">Trackables</a> (<a id="ctl00_hlSubNavTrackablesYours" accesskey="8" title="Yours" class="NoSidePadding" href="../track/search.aspx?o=1&amp;uid=0564a940-8311-40ee-8e76-7e91b2cf6284">Yours</a>)</li>
- <li><a id="ctl00_hlSubNavPocketQueries" accesskey="9" title="Pocket Queries" href="../pocket/default.aspx">Pocket Queries</a></li>
- <li><a id="ctl00_hlSubNavFieldNotes" accesskey="0" title="Field Notes" href="../my/fieldnotes.aspx">Field Notes</a></li>
- <li><a id="ctl00_hlSubNavProfileChallenges" title="Challenges" href="../my/challenges.aspx">Challenges</a></li>
- <li><a id="ctl00_hlSubNavAccount" accesskey="a" title="Account Details" href="../account/default.aspx">Account Details</a></li>
- </ul>
- </li>
- <li>
- <a id="ctl00_hlNavPlay" accesskey="3" title="Play" href="../play/default.aspx">Play &#9660;</a>
- <ul class="SubMenu">
- <li><a id="ctl00_hlSubNavHide" accesskey="d" title="Hide &amp; Seek a Cache" href="default.aspx">Hide & Seek a Cache</a></li>
- <li><a id="ctl00_hlSubNavChallenges" title="Find Challenges" href="../challenges/default.aspx">Find Challenges</a></li>
- <li><a id="ctl00_hlSubNavTrackables" accesskey="e" title="Find Trackables" href="../track/default.aspx">Find Trackables</a></li>
- <li><a id="ctl00_hlSubNavHelpCenter" title="Help Center" rel="external" href="http://support.groundspeak.com/index.php">Help Center</a></li>
- </ul>
- </li>
- <li>
- <a id="ctl00_hlNavShop" accesskey="4" title="Shop" href="../shop/default.aspx">Shop &#9660;</a>
- <ul class="SubMenu">
- <li><a id="ctl00_hlSubNavShop" accesskey="j" title="Shop Geocaching" rel="external" href="http://shop.geocaching.com/">Shop Geocaching</a></li>
- <li><a id="ctl00_hlSubNavIntlRetailers" title="International Retailers" rel="external" href="http://shop.geocaching.com/default/international-retailers/">International Retailers</a></li>
- <li><a id="ctl00_hlSubNavGPSReviews" accesskey="w" title="GPS Reviews" href="/reviews/gps">GPS Reviews</a></li>
- <li><a id="ctl00_hlSubNavGPSGuide" accesskey="k" title="Guide to Buying a GPS Device" href="../about/buying.aspx">Guide to Buying a GPS Device</a></li>
- </ul>
- </li>
- <li>
- <a id="ctl00_hlNavPartnering" accesskey="5" title="Partnering" href="../partnering/default.aspx">Partnering &#9660;</a>
- <ul class="SubMenu">
- <li><a id="ctl00_hlSubNavTravel" title="Travel and Tourism" href="../travel/default.aspx">Travel and Tourism</a></li>
- <li><a id="ctl00_hlSubNavBrandedPromotions" title="Branded Promotions" href="../brandedpromotions/default.aspx">Branded Promotions</a></li>
- <li><a id="ctl00_hlSubNavEducation" title="Geocaching and Education" href="../education/default.aspx">Geocaching and Education</a></li>
- <li><a id="ctl00_hlSubNavAdvertisingWithUs" title="Advertising with Us" href="../about/advertising.aspx">Advertising with Us</a></li>
- <li><a id="ctl00_hlSubNavAPIProgram" title="API Program" href="../live/default.aspx">API Program</a></li>
- </ul>
- </li>
- <li>
- <a id="ctl00_hlNavCommunity" accesskey="6" title="Community" href="../community/default.aspx">Community &#9660;</a>
- <ul class="SubMenu">
-
- <li><a id="ctl00_hlSubNavTellaFriend" accesskey="-" title="Tell a Friend" href="../account/SendReferral.aspx">Tell a Friend</a></li>
-
- <li><a id="ctl00_hlSubNavLocal" accesskey="z" title="Local Organizations" href="../organizations/default.aspx">Local Organizations</a></li>
- <li><a id="ctl00_hlSubNavDiscussionForums" accesskey="f" title="Discussion Forums" href="../forums/default.aspx">Discussion Forums</a></li>
- <li><a id="ctl00_hlSubNavBlog" accesskey="b" title="Blog" rel="external" href="http://blog.geocaching.com/">Blog</a></li>
- <li><a id="ctl00_hlSubNavEvents" accesskey="v" title="Events" href="../calendar/default.aspx">Events</a></li>
- </ul>
- </li>
- <li><a id="ctl00_hlNavVideos" accesskey="7" title="Videos" href="../videos/default.aspx">Videos</a></li>
- </ul>
- <p class="SocialMediaIcons NoBottomSpacing right">
- <a id="ctl00_hlFacebook" title="Follow Us on Facebook" href="http://www.facebook.com/pages/Geocachingcom/45625464679?ref=ts"><img id="ctl00_imgFacebook" title="Follow Us on Facebook" src="../images/home/icon_facebook.png" alt="Follow Us on Facebook" style="border-width:0px;" /></a>&nbsp;&nbsp;&nbsp;<a id="ctl00_hlTwitter" title="Follow Us on Twitter" href="http://twitter.com/GoGeocaching"><img id="ctl00_imgTwitter" title="Follow Us on Twitter" src="../images/home/icon_twitter.png" alt="Follow Us on Twitter" style="border-width:0px;" /></a>&nbsp;&nbsp;&nbsp;<a id="ctl00_hlFlickr" title="Follow Us on Flickr" href="http://www.flickr.com/photos/geocaching_com/"><img id="ctl00_imgFlickr" title="Follow Us on Flickr" src="../images/home/icon_flickr.png" alt="Follow Us on Flickr" style="border-width:0px;" /></a>&nbsp;&nbsp;&nbsp;<a id="ctl00_hlYouTube" title="Follow Us on YouTube" href="http://www.youtube.com/user/GoGeocaching"><img id="ctl00_imgYouTube" title="Follow Us on YouTube" src="../images/home/icon_youtube.png" alt="Follow Us on YouTube" style="border-width:0px;" /></a></p>
-
- </nav>
-
- </div>
-
-</header>
- <section id="Content">
-
-
- <div class="container">
-
- <div id="ctl00_divBreadcrumbs" class="BreadcrumbWidget span-24 last">
-
- <p><span id="ctl00_Breadcrumbs"><span><a title="Geocaching - The Official Global GPS Cache Hunt Site" href="/">Geocaching</a></span><span> &gt; </span><span><a title="Hide and Seek A Geocache" href="/seek/default.aspx">Hide and Seek A Geocache</a></span><span> &gt; </span><span>Geocache Details</span></span></p>
-
- </div>
- <div id="ctl00_divContentMain" class="span-24 last">
-
-
-
-
- <div class="span-17">
-
- <div class="span-17 last BottomSpacing" id="cacheDetails">
- <p class="cacheImage">
- <a href="/about/cache_types.aspx" target="_blank" title="About Cache Types"><img src="/images/WptTypes/2.gif" alt="Traditional Cache" title="Traditional Cache" width="32" height="32" /></a>
- </p>
-
- <h2 class="NoBottomSpacing">
- <span id="ctl00_ContentBody_CacheName">Burrowing Owls</span></h2>
- <span class="minorCacheDetails">
- A
- cache
- by <a href="http://www.geocaching.com/profile/?guid=87d922ec-d4c4-44e3-baa4-51a2334262f6&wid=b3842a51-b887-4289-b78e-7395bad2176e&ds=2">caliseastar</a></span> <span class="minorCacheDetails">
- Hidden
- :
- 26/03/2006</span>
-
- </div>
- <div class="CacheStarLabels span-3 BottomSpacing">
-
- Difficulty:
- <br />
- Terrain:
-
- </div>
-
- <div class="CacheStarImgs span-2">
-
- <span id="ctl00_ContentBody_uxLegendScale" title="(1 is easiest, 5 is hardest)"><img src="http://www.geocaching.com/images/stars/stars1.gif" alt="1 out of 5" /></span>
- <span id="ctl00_ContentBody_Localize12" title="(1 is easiest, 5 is hardest)"><img src="http://www.geocaching.com/images/stars/stars1.gif" alt="1 out of 5" /></span>
-
- </div>
-
- <div class="CacheSize span-9">
-
- <p style="text-align: center;">
- Size:&nbsp;<span class="minorCacheDetails"><img src="/images/icons/container/micro.gif" alt="Size: Micro" title="Size: Micro" />&nbsp<small>(Micro)</small></span></p>
-
- </div>
-
- <div class="span-3 right last">
-
-
- <div class="favorite" class="right">
- <a id="uxFavContainerLink" href="javascript:void(0);">
- <div class="favorite-container">
- <span class="favorite-value">
- 0</span><br />
- Favorites
- <img id="imgFavoriteArrow" src="/images/arrow-down.png" alt="Expand" title="Expand" />
- </div>
- </a>
- <div class="favorite-dropdown">
- <dl class="top">
- <dt>
- <img id="imgFavoriteScore" src="/images/loading3.gif" width="20" height="20" alt="Loading" title="Loading" /></dt>
- <dd>
- <span id="uxFavoriteScore">&nbsp;</span></dd>
- </dl>
- <dl class="bottom">
- <dt>
- <img src="/images/silk/group_go.png" alt="View Who Favorited this Cache" title="View Who Favorited this Cache" /></dt>
- <dd>
- <a id="hlViewWhoFavorited" title="View Who Favorited this Cache" href="/seek/cache_favorited.aspx?guid=b3842a51-b887-4289-b78e-7395bad2176e">View Who Favorited this Cache</a></dd>
- <dt>
- <img src="/images/silk/help.png" alt="About Favorites" title="About Favorites" /></dt>
- <dd>
- <a id="hlAboutFavorites" title="About Favorites" href="http://support.groundspeak.com/index.php?pg=kb.page&amp;id=287" target="_blank">About Favorites</a>
- </dd>
- </dl>
- </div>
- </div>
-
-
- </div>
-
- <p class="Clear">
- </p>
-
-
-
-
- <div class="CacheInformationTable">
- <div class="LocationData FloatContainer">
- <div class="span-9">
- <p class="NoBottomSpacing">
- <a href="#" class="edit-cache-coordinates" id="uxLatLonLink" title="Correct these coordinates">
- <span id="uxLatLon" style="font-weight:bold;">N 37° 26.124 W 122° 04.647</span>
- </a>
- <br />
- <span id="ctl00_ContentBody_LocationSubPanel" style="display:inline;">
- <small>UTM: 10S E 581615 N 4143573</small>
- <br />
- </span>
- <small>
- <a id="ctl00_ContentBody_lnkConversions" title="Other Conversions" href="/wpt/?lat=37.4354&amp;lon=-122.07745&amp;detail=1" target="_blank">Other Conversions</a>
- </small>
- </p>
- </div>
- <div class="span-7 last AlignRight">
- <span id="ctl00_ContentBody_Location">In <a href="/map/beta/default.aspx?lat=37.4354&lng=-122.07745&z=16" title="View Map">California, United States</a></span><br />
- <span id="lblDistFromHome"><img src="/images/icons/compass/NW.gif" alt="NW" />&nbsp;NW 8985.6km from your home location</span>
-
- </div>
- </div>
- <div id="Print">
- <p class="NoBottomSpacing">
- <span id="ctl00_ContentBody_uxPrintHeader" style="font-weight:bold;">Print</span>:
- <br />
- <small>
- <a id="ctl00_ContentBody_lnkPrintFriendly" class="lnk" href="cdpf.aspx?guid=b3842a51-b887-4289-b78e-7395bad2176e" target="_blank">
- <img src="/images/silk/printer.png" alt="Print" title="Print" width="16" height="16" />&nbsp; <span>
- No Logs
- </span>
- </a>&nbsp;
- <a id="ctl00_ContentBody_lnkPrintFriendly5Logs" href="cdpf.aspx?guid=b3842a51-b887-4289-b78e-7395bad2176e&amp;lc=5" target="_blank">5 Logs</a>&nbsp;
- <a id="ctl00_ContentBody_lnkPrintFriendly10Logs" href="cdpf.aspx?guid=b3842a51-b887-4289-b78e-7395bad2176e&amp;lc=10" target="_blank">10 Logs</a>&nbsp;&middot;&nbsp;
- <a id="ctl00_ContentBody_lnkPrintDirectionsSimple" class="lnk" href="http://maps.google.com/maps?f=d&amp;hl=en&amp;saddr=52.4162,9.594117 (Home Location)&amp;daddr=37.4354,-122.07745(Burrowing+Owls)" target="_blank">
- <img src="/images/silk/car.png" alt="Driving Directions" title="Driving Directions" width="16" height="16" />&nbsp; <span>
- Driving Directions
- </span>
- </a></small></p>
- <div id="ctl00_ContentBody_uxPrintPDFSection" style="display: none;">
- <p>
- <img src="/images/pdf_icon.gif" width="16" height="16" alt="PDF" title="PDF" />&nbsp;<small>[PDF:]&nbsp;<a id="ctl00_ContentBody_lnkPDFPrintNoLogs" href="javascript:pl(0);">No Logs</a>&nbsp;<a id="ctl00_ContentBody_lnkPDFPrint5Logs" href="javascript:pl(5);">5 Logs</a>&nbsp;<a id="ctl00_ContentBody_lnkPDFPrint10Logs" href="javascript:pl(10);">10 Logs</a></small></p>
- </div>
- </div>
- <div id="Download">
- <p class="NoBottomSpacing">
- <span id="ctl00_ContentBody_uxDownloadLabel" style="font-weight:bold;">Download</span>:
- <small>
- <a id="ctl00_ContentBody_lnkDownloads" title="Read about waypoint downloads" href="/software/default.aspx">Read about waypoint downloads</a>
- </small>
- </p>
-
- <p class="NoBottomSpacing TopSpacing">
- <input type="submit" name="ctl00$ContentBody$btnLocDL" value="LOC waypoint file" id="ctl00_ContentBody_btnLocDL" />
- |
- <input type="submit" name="ctl00$ContentBody$btnGPXDL" value="GPX file" id="ctl00_ContentBody_btnGPXDL" />
- |
- <input type="submit" name="ctl00$ContentBody$btnSendToGPS" value="Send to My GPS" onclick="s2gps(&#39;b3842a51-b887-4289-b78e-7395bad2176e&#39;);return false;" id="ctl00_ContentBody_btnSendToGPS" />
- |
- <input type="submit" name="ctl00$ContentBody$btnSendToPhone" value="Send to My Phone" onclick="s2phone(&#39;GCV2R9&#39;);return false;" id="ctl00_ContentBody_btnSendToPhone" />
- </p>
-
- </div>
- </div>
-
- <fieldset class="DisclaimerWidget">
- <legend class="warning">
- Please note
- </legend>
- <p class="NoBottomSpacing">
- Use of geocaching.com services is subject to the terms and conditions <a href="/about/disclaimer.aspx" title="Read Our Disclaimer">in our disclaimer</a>.
- </p>
- </fieldset>
-
-
- <fieldset class="NotesWidget">
- <legend class="note">
- Personal Cache Note
- </legend>
- <img src="/images/silk/help.png" id="pcn_help" class="CacheNoteHelpImg" />
- <p id="cache_note" class="NoBottomSpacing">
- </p>
- </fieldset>
-
- <div class="UserSuppliedContent">
-
- <span id="ctl00_ContentBody_ShortDescription">This cache is located along a paved path in Shoreline park. Nearest
-parking is about half a mile away, but the cache is easily
-accessible by bike, rollerblade, stroller, or wheelchair. Park is
-open from dawn to dusk.
-</span>
-
- </div>
-
- <br />
- <div class="UserSuppliedContent">
-
- <span id="ctl00_ContentBody_LongDescription">Stop for a break from hiking, biking, or strolling along the bay.
-You can learn about burrowing owls here; you might even see one if
-you're lucky! You'll likely spot other birds nearby; I've spotted
-egrets, herons, ducks, and pheasants along this path.<br />
-<br />
-There is no need to venture off the path. Your only obstacle might
-be the muggle factor (especially on sunny spring/summer days!).
-<img src=
-"http://img.geocaching.com/cache/2d1ee619-9c93-4bfc-8a10-db19dacd5f53.jpg"
-align="left" width="300" /></span>
-
- </div>
-
- <p>
-
-
- </p>
- <p>
- <strong>
- Additional Hints</strong>
- (<a id="ctl00_ContentBody_lnkDH" onclick="dht(this);return false;" title="Decrypt" href="#">Encrypt</a>)</p>
- <div id="div_hint" class="span-8 WrapFix">
- Cache is magnetic.</div>
- <div id='dk' style="display: block;" class="span-9 last">
- <span id="ctl00_ContentBody_EncryptionKey" class="right"></span>
- </div>
- <div class="Clear">
- </div>
-
- </div>
-
-
- <div class="span-6 prepend-1 last">
-
- <div id="ctl00_ContentBody_CoordInfoLinkControl1_uxCoordInfoLinkPanel" class="CoordInfoLinkWidget">
-
- <p>
- <a href="#" class="CoordInfoLink">
- <span id="ctl00_ContentBody_CoordInfoLinkControl1_uxCoordInfoCode" class="CoordInfoCode">GCV2R9</span>
- <span class="arrow">&#9660;</span> </a>
- </p>
-
-</div>
-<div id="dlgClipboard">
- <input type="text" class="TextFormat" />
- <a href="#" onclick="$('#dlgClipboard').hide();return false;">
- <img src="/images/stockholm/mini/close.gif" alt="Close" title="Close" /></a>
-</div>
-
-<script type="text/javascript">
- $("a.CoordInfoLink").click(function (e) {
- e.preventDefault();
-
- $("#dlgClipboard")
- .show()
- .position({
- of: $("a.CoordInfoLink"),
- my: "right top",
- at: "right bottom",
- offset: "0 5"
- })
- .find("input")
- .val('http://coord.info/' + $('.CoordInfoCode').text())
- .focus()
- .select();
-
- });
-
- $(document).mouseup(function (e) {
- if ($(e.target).parent("div#dlgClipboard").length == 0) {
- $("div#dlgClipboard").hide();
- }
- });
-</script>
-
-
-<div class="CacheDetailNavigationWidget NoPrint">
-
- <h3 class="WidgetHeader">
- <img id="ctl00_ContentBody_GeoNav2_uxHeaderImage" src="../images/stockholm/16x16/home.gif" alt="Navigation" style="border-width:0px;" />
- Navigation
- </h3>
- <div class="WidgetBody">
-
- <ul class="CacheDetailsNavLinks">
- <li><a href="/seek/log.aspx?ID=366121" class="lnk"><img src="/images/stockholm/16x16/comment_add.gif" />&nbsp;<span>Log your visit</span></a></li>
-<li><a href="/seek/gallery.aspx?guid=b3842a51-b887-4289-b78e-7395bad2176e" class="lnk"><img src="/images/stockholm/16x16/photos.gif" />&nbsp;<span>View Gallery</span></a></li>
-<li><a href="/my/watchlist.aspx?w=366121" class="lnk"><img src="/images/stockholm/16x16/icon_watchlist.gif" />&nbsp;<span>Watch Listing</span></a></li>
-<li><a href="/bookmarks/ignore.aspx?guid=b3842a51-b887-4289-b78e-7395bad2176e&WptTypeID=2" class="lnk"><img src="/images/stockholm/16x16/cross.gif" />&nbsp;<span>Ignore Listing</span></a></li>
-<li><a href="/bookmarks/mark.aspx?guid=b3842a51-b887-4289-b78e-7395bad2176e&WptTypeID=2" class="lnk"><img src="/images/stockholm/16x16/book_open_mark.gif" />&nbsp;<span>Bookmark Listing</span></a></li>
-
- </ul>
-
- </div>
-
-
-</div>
-
-
-
-
- <p class="TopSpacing">
- <a href="#" id="lnkSmallMap">
- <img id="mapPreview" src='images/blank.gif' style="border: solid 1px #4D6180;" alt="Map Image" title="Map Image" width="228"
- height="150" />
- </a>
- </p>
-
-
- <div class="CacheDetailNavigationWidget BottomSpacing">
-
- <h3 class="WidgetHeader">
-
- <img src="/images/icon_Boardattention.gif" height="16" width="16" alt="Info" title="Info" />
- Attributes</h3>
- <div class="WidgetBody">
- <img src="/images/attributes/dogs-no.gif" alt="no dogs" title="no dogs" width="30" height="30" /> <img src="/images/attributes/bicycles-yes.gif" alt="bikes allowed" title="bikes allowed" width="30" height="30" /> <img src="/images/attributes/firstaid-yes.gif" alt="needs maintenance" title="needs maintenance" width="30" height="30" /> <img src="/images/attributes/stroller-yes.gif" alt="stroller accessible" title="stroller accessible" width="30" height="30" /> <img src="/images/attributes/scenic-yes.gif" alt="scenic view" title="scenic view" width="30" height="30" /> <img src="/images/attributes/wheelchair-yes.gif" alt="wheelchair accessible" title="wheelchair accessible" width="30" height="30" /> <img src="/images/attributes/kids-yes.gif" alt="kid friendly" title="kid friendly" width="30" height="30" /> <img src="/images/attributes/attribute-blank.gif" alt="blank" title="blank" width="30" height="30" /> <img src="/images/attributes/attribute-blank.gif" alt="blank" title="blank" width="30" height="30" /> <img src="/images/attributes/attribute-blank.gif" alt="blank" title="blank" width="30" height="30" /> <img src="/images/attributes/attribute-blank.gif" alt="blank" title="blank" width="30" height="30" /> <img src="/images/attributes/attribute-blank.gif" alt="blank" title="blank" width="30" height="30" /> <p class="NoBottomSpacing"><small><a href="/about/icons.aspx" title="What are Attributes?">What are Attributes?</a></small></p>
- </div>
-
- </div>
-
-
- <div id="ctl00_ContentBody_uxBanManWidget" class="CacheDetailPageAds clear">
-
- <div id="ctl00_ContentBody_divContentSide">
-
- <p class="NoBottomSpacing">
- <span id="ctl00_ContentBody_ADModules_09"><iframe type="iframe" src="http://ads.groundspeak.com/a.aspx?ZoneID=9&Task=Get&SiteID=1&X='31bacf6d11ac42818efe250226458315'" width="120" height="240" Marginwidth="0" Marginheight="0" Hspace="0" Vspace="0" Frameborder="0" Scrolling="no" style="width:120px;Height:240px;"><a href="http://ads.groundspeak.com/a.aspx?ZoneID=9&Task=Click&;Mode=HTML&SiteID=1" target="_blank"><img src="http://ads.groundspeak.com/a.aspx?ZoneID=9&Task=Get&Mode=HTML&SiteID=1" width="120" height="240" border="0" alt="" /></a></iframe></span>
- </p>
- <p class="AlignCenter">
- <small><a href="../about/advertising.aspx" id="ctl00_ContentBody_advertisingWithUs" title="Advertising with Us">Advertising with Us</a></small></p>
-
- </div>
-
-</div>
-
-
-
- <div class="GoogleAds AlignCenter BottomSpacing">
- </div>
- <div class="clear">
- </div>
-
- <span id="ctl00_ContentBody_lnkTravelBugs"></span>
-
-
-<div class="CacheDetailNavigationWidget">
-
- <h3 class="WidgetHeader">
- <img id="ctl00_ContentBody_uxTravelBugList_uxInventoryIcon" src="../images/WptTypes/sm/tb_coin.gif" alt="Inventory" style="height:16px;width:16px;border-width:0px;" />
- <span id="ctl00_ContentBody_uxTravelBugList_uxInventoryLabel">Inventory</span>
- </h3>
- <div class="WidgetBody">
-
-
- <p class="NoBottomSpacing">
-
- <div id="ctl00_ContentBody_uxTravelBugList_uxNoTrackableItems">
-
- <span id="ctl00_ContentBody_uxTravelBugList_uxNoTrackableItemsLabel">There are no Trackables in this cache.</span>
-
-</div>
-
- <a id="ctl00_ContentBody_uxTravelBugList_uxTrackableItemsHistory" href="../track/search.aspx?wid=b3842a51-b887-4289-b78e-7395bad2176e">View past Trackables</a>
- </p>
- <p class="NoBottomSpacing">
- <a id="ctl00_ContentBody_uxTravelBugList_uxWhatIsATravelBug" title="What is a Travel Bug?" href="../track/faq.aspx">What is a Travel Bug?</a>
- </p>
-
- </div>
-
-
-</div>
-
-
-<div class="CacheDetailNavigationWidget">
-
- <h3 class="WidgetHeader">
- <img src="/images/stockholm/16x16/pages.gif" width="16" height="16" alt="" />&nbsp;Bookmark Lists</h3>
- <div class="WidgetBody">
-
-
- <ul>
-
- <li style='padding: .5em;' class=''>
- <a href="http://www.geocaching.com/bookmarks/view.aspx?guid=bf9faf9f-1f93-4c88-9386-380bad5aea3d">
- Bike Ride Caches</a><br />
- <small><em>
- by
- <a href="http://www.geocaching.com/profile/?guid=d017b578-bda2-495c-aa8d-d814b890675b">
- jasmerb</a> </em></small>
- </li>
-
- <li style='padding: .5em;' class='AlternatingRow'>
- <a href="http://www.geocaching.com/bookmarks/view.aspx?guid=57922122-fd63-4347-9cf9-2427fe77617a">
- Animals / Critters</a><br />
- <small><em>
- by
- <a href="http://www.geocaching.com/profile/?guid=f2bda67c-4cb4-4d8b-8d41-3290ade9ef29">
- ernie66</a> </em></small>
- </li>
-
- <li style='padding: .5em;' class=''>
- <a href="http://www.geocaching.com/bookmarks/view.aspx?guid=142258df-db3e-485f-bf0a-d4d50fc6c0fc">
- Critter Challenge List</a><br />
- <small><em>
- by
- <a href="http://www.geocaching.com/profile/?guid=0d6f1f8d-ae72-4034-a745-e005c588d035">
- The Red Rovers</a> </em></small>
- </li>
-
- </ul>
-
- <p class="NoBottomSpacing">
- <a href="/bookmarks/default.aspx?guid=b3842a51-b887-4289-b78e-7395bad2176e&WptTypeID=2" title="View all 4 bookmark lists...">View all 4 bookmark lists...</a>
- </p>
-
- </div>
-
-
-</div>
-
-
-
-
-
- </div>
-
-
- <div class="span-24 last">
-
- <p>
- &nbsp;
- <br />
-
-
- </p>
-
- <div id="uxlrgMap" class="fr">
-
- <div class="PageBreakBefore"></div>
- <div class="CDMapWidget">
- <p class="WidgetHeader NoBottomSpacing">
- <a id="ctl00_ContentBody_uxViewLargerMap" title="View Larger Map" class="lnk" href="/map/beta/default.aspx?lat=37.4354&amp;lng=-122.07745" target="_blank"><img src="/images/silk/map_go.png" /> <span>View Larger Map</span></a>
- | <a href="#" id="lnk_slippyMap">View Dynamic Map</a>
- </p>
- <div style="border: 1px solid #B0B0B0; width: 325px; height: 325px;">
- <img id="staticMap" src="/images/blank.gif" style="width: 325px; height: 325px;" />
- </div>
- <div id="map_canvas" style="width: 325px; height: 325px; display: none;">
- </div>
- <p class="WidgetFooter">
- <a id="ctl00_ContentBody_uxNotesAboutPrinting" href="#mapPrintingNotes" class="NoPrint">Notes about Printing Maps</a></p>
- </div>
- <div style="display: none;">
- <div id="mapPrintingNotes">
- To print the map in Firefox and Opera, enable background images in the print dialog.
- <a href="#dlgMapPrintWarning" class="dialog" onclick="$.fancybox.close()">
- Close
- </a>
- </div>
- </div>
-
-</div>
-
- <p class="NoPrint">
- <span id="ctl00_ContentBody_uxFindLinksHeader" style="font-weight:bold;">Find...</span>
- <br />
- <span id="ctl00_ContentBody_FindText"></span>
- </p>
- <ul class="NoPrint">
- <li>
- ...other caches&nbsp;
- <a id="ctl00_ContentBody_uxFindLinksHiddenByThisUser" href="/seek/nearest.aspx?u=CaliSeaStar">hidden</a>&nbsp;
- or&nbsp;
- <a id="ctl00_ContentBody_uxFindLinksFoundByThisUser" href="/seek/nearest.aspx?ul=CaliSeaStar">found</a>&nbsp;
- by this user
- </li>
-
- <li>
- ...nearby&nbsp;<a id="ctl00_ContentBody_uxFindLinksNearbyCachesOfType" href="/seek/nearest.aspx?tx=32bc9333-5e52-4957-b0f6-5a2c8fc7b257&amp;lat=37.435400&amp;lng=-122.077450">caches of this type</a>,
- <a id="ctl00_ContentBody_uxFindLinksNearbyNotFound" href="/seek/nearest.aspx?tx=32bc9333-5e52-4957-b0f6-5a2c8fc7b257&amp;lat=37.435400&amp;lng=-122.077450&amp;f=1">that I haven't found</a>
- </li>
- <li>
- ...all nearby&nbsp;<a id="ctl00_ContentBody_uxFindLinksAllNearbyCaches" href="/seek/nearest.aspx?lat=37.435400&amp;lng=-122.077450">caches</a>,
- <a id="ctl00_ContentBody_uxFindLinksAllNearbyNotFound" href="/seek/nearest.aspx?lat=37.435400&amp;lng=-122.077450&amp;f=1">that I haven't found</a>
- </li>
- <li>
- ...all nearby&nbsp;<a id="ctl00_ContentBody_uxFindLinksWaymarking" href="http://www.waymarking.com/directory.aspx?f=1&amp;lat=37.435400&amp;lon=-122.077450">waymarks on Waymarking.com</a>
- </li>
-
-
- <li>
- ...all nearby&nbsp;<a id="ctl00_ContentBody_uxFindLinksBenchmarks" href="../mark/nearest.aspx?lat=37.435400&amp;lon=-122.077450">benchmarks</a>
- </li>
-
- <li>
- ...nearby&nbsp;<a id="ctl00_ContentBody_uxFindLinksHotels" href="/reviews/hotels-coords-37.4354,-122.0775">Hotels</a>
- </li>
- </ul>
- <p class="NoPrint">
- <span id="ctl00_ContentBody_uxMapLinkHeader" style="font-weight:bold;">For online maps...</span>
- </p>
- <span class="NoPrint">
-
-<ul>
- <span id="ctl00_ContentBody_MapLinks_MapLinks"><li><a href="http://www.geocaching.com/map/beta/default.aspx?lat=37.4354&lng=-122.07745" target="_blank">Geocaching.com Google Map</a></li><li><a href="http://www.mytopo.com/maps.cfm?lat=37.4354&lon=-122.07745&pid=groundspeak" target="_blank">MyTopo Maps</a></li><li><a href="http://maps.google.com/maps?q=N+37%c2%b0+26.124+W+122%c2%b0+04.647+(GCV2R9)+" target="_blank">Google Maps</a></li><li><a href="http://www.mapquest.com/maps/map.adp?searchtype=address&formtype=latlong&latlongtype=decimal&latitude=37.4354&longitude=-122.07745&zoom=10" target="_blank">MapQuest</a></li><li><a href="http://www.bing.com/maps/default.aspx?v=2&sp=point.37.4354_-122.07745_GCV2R9" target="_blank">Bing Maps</a></li><li><a href="http://maps.yahoo.com/maps_result?lat=37.4354&lon=-122.07745" target="_blank">Yahoo Maps</a></li><li><a href="http://maps.randmcnally.com/#s=screen&lat=37.4354&lon=-122.07745&zoom=13&loc1=37.4354,-122.07745" target="_blank">Rand McNally</a></li><li><a href="http://msrmaps.com/image.aspx?Lon=-122.07745&Lat=37.4354&w=1&ref=G|-122.07745,37.4354" target="_blank">MSR Maps (Formerly Terraserver)</a></li><li><a href="http://www.opencyclemap.org/?zoom=12&lat=37.4354&lon=-122.07745" target="_blank">Open Cycle Maps</a></li><li><a href="http://www.openstreetmap.org/?mlat=37.4354&mlon=-122.07745&zoom=12" target="_blank">Open Street Maps</a></li></span>
-</ul>
-
- </span>
- <p class="NoPrint">
- <a href="http://img.geocaching.com/cache/display/2d1ee619-9c93-4bfc-8a10-db19dacd5f53.jpg" rel="lightbox" class="lnk"><img class="StatusIcon" src="/images/stockholm/16x16/images.gif" alt="Photos" title="Photos" /><span>Burrowing Owl</span></a><br />
- </p>
-
- <div class="InformationWidget Clear">
- <h3>
- 286 Logged Visits</h3>
- <div class="EncryptDecrypt">
- <a href="#" class="decrypt-link">
- Decrypt
- </a>
- </div>
- <span id="ctl00_ContentBody_lblFindCounts"><p class="LogTotals"><img src="/images/icons/icon_smile.gif" alt="Found it" title="Found it" /> 263&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="/images/icons/icon_sad.gif" alt="Didn't find it" title="Didn't find it" /> 9&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="/images/icons/icon_note.gif" alt="Write note" title="Write note" /> 4&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="/images/icons/icon_disabled.gif" alt="Temporarily Disable Listing" title="Temporarily Disable Listing" /> 2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="/images/icons/icon_enabled.gif" alt="Enable Listing" title="Enable Listing" /> 2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="/images/icons/icon_greenlight.gif" alt="Publish Listing" title="Publish Listing" /> 1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="/images/icons/icon_needsmaint.gif" alt="Needs Maintenance" title="Needs Maintenance" /> 2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="/images/icons/icon_maint.gif" alt="Owner Maintenance" title="Owner Maintenance" /> 2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="/images/icons/big_smile.gif" alt="Post Reviewer Note" title="Post Reviewer Note" /> 1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p></span>
- <p class="HalfLeft">
- <a id="ctl00_ContentBody_uxLogbookLink" href="cache_logbook.aspx?guid=b3842a51-b887-4289-b78e-7395bad2176e">View Logbook</a> | <a id="ctl00_ContentBody_uxGalleryImagesLink" DisplayFormatPlural="View the Image Gallery of {0:#,###} images" DisplayFormatSingular="View the Image Gallery" href="gallery.aspx?guid=b3842a51-b887-4289-b78e-7395bad2176e">View the Image Gallery of 17 images</a>
- </p>
- <p class="NoBottomSpacing AlignRight">
- <span class="Warning">**Warning!</span> <a href="/about/glossary.aspx#spoiler" title="Spoilers">Spoilers</a> may be included in the descriptions or links.
- </p>
- </div>
-
- <div id="cache_logs_container">
- <table id="cache_logs_table" class="LogsTable NoBottomSpacing">
- <tbody>
- </tbody>
- <tfoot>
- <tr>
- <td class="AlignCenter">
- <div id="pnlLazyLoad" style="display: none;">
- <img src="/images/loading2.gif" class="StatusIcon" alt="Loading" />
- Loading Cache Logs...
- </div>
- <div id="pnlButtonLoad" style="display: none;">
- <a class="MobileButton">
- Load More Logs...</a>
- </div>
- </td>
- </tr>
- </tfoot>
- </table>
- </div>
- <p>
- <small>
- Current Time: <time datetime="2011-12-06T13:57:17Z">12/06/2011 13:57:17 (UTC-08:00) Pacific Time (US & Canada) (21:57 GMT)</time><br/>Last Updated: <time class="timeago" datetime="2011-11-27T22:53:01Z">2011-11-27T22:53:01Z</time> on 11/27/2011 14:53:01 (UTC-08:00) Pacific Time (US & Canada) (22:53 GMT) <br/>Rendered From:Unknown<br />Coordinates are in the WGS84 datum
- </small>
- </p>
-
-
- </div>
- <script id="tmpl_CacheLogRow" type="text/x-jquery-tmpl">
- <tr class="log-row" data-encoded="${IsEncoded}" >
- <td>
- <div class="FloatLeft LogDisplayLeft" >
- <p class="logOwnerProfileName">
- <strong><a id="143568283" href="/profile/?guid=${AccountGuid}">${UserName}</a></strong></p>
- <p class="logOwnerBadge">
- <img title="${creator.GroupTitle}" src="${creator.GroupImageUrl}" align="absmiddle" style="vertical-align:middle">${creator.GroupTitle}
- </p>
- <p class="logOwnerAvatar">
- <a href="/profile/?guid=${AccountGuid}">
- {{if includeAvatars && AvatarImage}}
- <img width="48" height="48" src="http://img.geocaching.com/user/avatar/${AvatarImage}">
- {{else includeAvatars }}
- <img width="48" height="48" src="/images/default_avatar.jpg">
- {{/if}}
- </a></p>
- <p class="logOwnerStats">
-
- {{if GeocacheFindCount > 0 }}
- <img title="Caches Found" src="/images/icons/icon_smile.png"> ${GeocacheFindCount}
- {{/if}}
- {{if GeocacheFindCount > 0 && ChallengesCompleted > 0 }}
- &nbsp;·&nbsp;
- {{/if}}
- {{if ChallengesCompleted > 0 }}
- <img title="Challenges Completed" src="/images/challenges/types/sm/challenge.png"> ${ChallengesCompleted}
- {{/if}}
- </p>
- </div>
- <div class="FloatLeft LogDisplayRight">
- <div class="HalfLeft LogType">
- <strong>
- <img title="${LogType}" alt="${LogType}" src="/images/icons/${LogTypeImage}">&nbsp;${LogType}</strong></div>
- <div class="HalfRight AlignRight">
- <span class="minorDetails LogDate">${Visited}</span></div>
- <div class="Clear LogContent">
- {{if LatLonString.length > 0}}
- <strong>${LatLonString}</strong>
- {{/if}}
- <p class="LogText">{{html LogText}}</p>
- {{if Images.length > 0}}
- <table cellspacing="0" cellpadding="3" class="LogImagesTable">
- {{tmpl(Images) "tmplCacheLogImages"}}
- </table>
- {{/if}}
-
- <div class="AlignRight">
- <small><a title="View Log" href="log.aspx?LUID=${LogGuid}" target="_blank">
- {{if (userInfo.ID==AccountID)}}
- View / Edit Log / Images
- {{else}}
- View Log
- {{/if}}
- </a></small>&nbsp;
- {{if (userInfo.ID==AccountID)}}
- <small><a title="Upload Image" href="upload.aspx?LID=${LogID}" target="_blank">Upload Image</a></small>
- {{/if}}
- </div>
- </div>
- </div>
- </td>
- </tr>
- </script>
- <script id="tmpl_CacheLogImages" type="text/x-jquery-tmpl">
- <tr>
- <td>
- <a class="tb_images lnk" rel="tb_images[grp${LogID}]" href="http://img.geocaching.com/cache/log/display/${FileName}" data-title="{{tmpl "tmplCacheLogImagesTitle"}}">
- <img title="Photo" alt="Photo" src="/images/silk/photo.png">
- <span>${Name}</span>
- </a>
- </td>
- </tr>
- </script>
- <script id="tmpl_CacheLogImagesTitle" type="text/x-jquery-tmpl">
- &lt;span class=&quot;LogImgTitle&quot;&gt; ${Name} &nbsp;&lt;/span&gt;&lt;span class=&quot;LogImgLink&quot;&gt;
-
- &lt;a target=&quot;_blank&quot; href=&quot;log.aspx?LUID=${$item.parent.parent.data.LogGuid}&IID=${ImageGuid}&quot;>View Log&lt;/a&gt;&nbsp;
-
- &lt;a href=&quot;http://img.geocaching.com/cache/log/display/${FileName}&quot;>Print Picture&lt;/a&gt;&lt;/span&gt;
-
- {{if (Descr && Descr.length > 0) }}
- &lt;br /&gt;&lt;p class=&quot;LogImgDescription&quot;&gt;${Descr}&lt;/p&gt;
- {{/if}}
- </script>
- <script id="tmpl_CacheCoordinateUpdate" type="text/x-jquery-tmpl">
- <div class="ccu-update" data-lat="${ll[0]}" data-lng="${ll[1]}">
- <h4 class="BottomSpacing">Corrected Coordinates (hidden from others)</h4>
- <dl>
- <dt>Original:</dt>
- <dd>${ll_formatted} <a href="#" class="ccu-restore">Restore</a></dd>
- </dl>
- <dl class="ccu-parse">
- <dt>Change To:</dt>
- <dd>
- <input type="text" max="40" size="35" class="cc-parse-text">
- <button class="ccu-button ccu-parse">Submit</button>
- </dd>
- </dl>
- <dl class="ccu-parseverify" style="display:none;">
- <dt>Change To:</dt>
- <dd>
- <span class="ccu-parseverify-coords">N 32°38.880′, W 097°23.755′</span>
-
- <button class="ccu-button ccu-parseverify-accept">Accept</button>&nbsp;<button class="ccu-button ccu-parseverify-cancel">Cancel</button>
- </dd>
- </dl>
- </div>
- <div class="Clear"></div>
-
- </script>
-
- <script type="text/javascript">
- <!--
- var dh, lat, lng, guid;
-
- dh = 'true';
-
- lat=37.4354; lng=-122.07745; guid='b3842a51-b887-4289-b78e-7395bad2176e';
-
-
- function s2gps(guid) {
- var w = window.open('sendtogps.aspx?guid=' + guid, 's2gps', config='width=450,height=450,toolbar=no,menubar=no,scrollbars=no,resizable=no,location=no,directories=no,status=no');
- w.focus();
- }
-
- function s2phone(wpid) {
- window.location.href='sendtophone.aspx?gc=' + wpid;
- }
-
- function pl(lc) {
- document.location.href='cache_details_print.aspx?guid=' + guid + '&numlogs=' + lc +'&pt=full&lt=letter&decrypt='+ ((dh)?'y':'n');
- }
- function setNotification(id) {
- //new Effect.Highlight(id, {startcolor:'#ffffff', endcolor:'#ffff99', restorecolor:'#ffff99', duration:3.0, queue:'front'});
- //new Effect.Highlight(id, {startcolor:'#ffff99', endcolor:'#ffffff', restorecolor:'#ffffff', duration:5.0, queue:'end'});
- }
- function cmo(id) {
- //new Effect.Fade(id);
- Cookie.set('sn', true);
- }
- function pp(img) {
- var w = window.open(img);
- w.focus();
- }
-
- //-->
- </script>
- <script language="javascript" type="text/javascript">
- var map, bounds;
- var canUpdateFavoriteStatus = true;
- var decryptLogs = (urlParams["decrypt"] && urlParams["decrypt"] == "y") ? true : false;
- var logInitialLoaded = false;
- var $tfoot = $("#cache_logs_table").find("tfoot");
- var currentPageIdx = 1, totalPages = 1, pageSize = 10;
- var isBusy = false;
-
- var locString = {
- decrypt: 'Decrypt',
- encrypt: 'Encrypt'
- };
-
- $("#tmpl_CacheLogImagesTitle").template("tmplCacheLogImagesTitle");
- $("#tmpl_CacheLogImages").template("tmplCacheLogImages");
- $("#tmpl_CacheLogRow").template("tmplCacheLogRow");
-
- $(".EncryptDecrypt")
- .button({ icons: { secondary: 'ui-icon-arrowreturnthick-1-w'} })
- .click(function (e) {
- e.preventDefault();
- $("tr.log-row").each(function (i, obj) {
- var $obj = $(obj);
- if ($obj.data("encoded") == true) {
- var lt = $obj.find("p.LogText");
- lt.html(convertROTStringWithBrackets(lt.html()));
- }
- });
-
- decryptLogs = !decryptLogs;
-
- $("a.decrypt-link").html(decryptLogs ? locString.encrypt : locString.decrypt);
-
- return false;
- });
-
- function appendNewLogs(obj) {
-
- totalPages = obj.pageInfo.totalPages;
-
- var $newBody = $(document.createElement("TBODY"));
-
- $("#tmpl_CacheLogRow").tmpl(obj.data,{includeAvatars: includeAvatars}).appendTo($newBody);
-
- $newBody.find("a.tb_images").each(function()
- {
- var $this = $(this);
- $this.fancybox({
- 'type': 'image',
- 'titlePosition': 'inside',
- 'padding': 10,
- titleFormat: function() { return $this.data('title'); }
- });
- });
-
- $("#cache_logs_table")
- .append($newBody.children());
-
- currentPageIdx = obj.pageInfo.idx + 1;
- pageSize = obj.pageInfo.size;
- }
-
- function callLogLoad(hideFooter) {
- $.getJSON("/seek/geocache.logbook", { tkn: userToken, idx: currentPageIdx, num: pageSize, decrypt: decryptLogs },
- function (response) {
- if (response.status == "success") {
- appendNewLogs(response);
- if( hideFooter || (totalPages < currentPageIdx) ) {
- $tfoot.hide();
- }
- } else if (response.status == "error" && response.value == "1") {
- // reload the page since the data had expired.
- window.location.reload();
- }
- isBusy = false;
- });
- }
-
- $("#add_to_favorites").click(function () {
-
- if (canUpdateFavoriteStatus) {
- canUpdateFavoriteStatus = false;
-
- var fv = parseInt($(".favorite-value").text());
- fv++;
- $(".favorite-value").text(fv);
-
- var fr = parseInt($(".favorite-rank").text());
- fr--;
- $(".favorite-rank").text(fr);
-
- $("#pnlNonfavoriteCache").fadeOut("fast", function () {
- $("#pnlFavoriteCache").fadeIn("fast");
- });
-
- $.ajax({
- type: "POST",
- cache: false,
- url: '/datastore/favorites.svc/update?u=' + userToken + '&f=true',
- success: function () {
- canUpdateFavoriteStatus = true;
- gotScore = false;
- showFavoriteScore();
- }
- });
-
- return false;
- }
- });
-
- $("#remove_from_favorites").click(function () {
-
- if (canUpdateFavoriteStatus) {
- canUpdateFavoriteStatus = false;
-
- var fv = parseInt($(".favorite-value").text());
- fv--;
- $(".favorite-value").text(fv);
-
- var fr = parseInt($(".favorite-rank").text());
- fr++;
- $(".favorite-rank").text(fr);
-
- $("#pnlFavoriteCache").fadeOut("fast", function () {
- $("#pnlNonfavoriteCache").fadeIn("fast");
- });
-
- $.ajax({
- type: "POST",
- cache: false,
- url: '/datastore/favorites.svc/update?u=' + userToken + '&f=false',
- success: function () {
- canUpdateFavoriteStatus = true;
- gotScore = false;
- showFavoriteScore();
- }
- });
-
- return false;
- }
- });
-
- $("#lnkSmallMap").click(function(e) {
- e.preventDefault();
-
- document.getElementById("uxlrgMap").scrollIntoView(true);
-
- return false;
- });
-
- $(function () {
-
- //override coords
- if (typeof(userDefinedCoords) != "undefined") {
- if (userDefinedCoords.status == "success" && userDefinedCoords.data.isUserDefined == true) {
- mapLatLng = $.extend({}, mapLatLng, userDefinedCoords.data);
- $("#uxLatLon")
- .data("isOverridden", true)
- .addClass("myLatLon");
- } else if (userDefinedCoords.status == "success") {
- mapLatLng = $.extend({}, mapLatLng, userDefinedCoords.data);
- } else {
- $("#uxLatLonLink").contents().unwrap();
- }
- } else {
- $("#uxLatLonLink").contents().unwrap();
- }
-
-
- var cacheNoteText = {
- DefaultText: 'Click to enter a note',
- ErrorInSaving: 'There was an error saving page. Please refresh the page and try again.',
- SavingText: 'Please wait, saving your note...'
- };
-
- $("#staticMap").lazyload();
-
- $("time.timeago").timeago();
-
- $(".button").button();
-
- var sn = Cookie.get('sn');
-
- if ($('#trNotPM').length > 0) {
- $('#trNotPM').toggle(!sn);
- }
-
- $("#cache_note").editInPlace({
- callback: function (unused, enteredText) {
- var me = $(this);
-
- var et = $.trim(enteredText);
- if (et.length > 500)
- et = et.substr(0, 500);
-
- $.pageMethod("SetUserCacheNote", JSON.stringify({ dto: { et: et, ut: userToken} }), function (r) {
- var r = JSON.parse(r.d);
- if (r.success == true) {
- if ($.trim(r.note) == "") {
- $("#cache_note").text(cacheNoteText.DefaultText);
- } else {
- $("#cache_note").text(r.note);
- }
-
- me.effect('highlight', { color: '#ffb84c' }, 'slow');
- } else {
- alert(cacheNoteText.ErrorInSaving);
- $("#cache_note").text(cacheNoteText.DefaultText);
- }
-
- });
-
- return cacheNoteText.SavingText;
- }
- , default_text: cacheNoteText.DefaultText
- , field_type: "textarea"
- , textarea_rows: "7"
- , textarea_cols: "65"
- , show_buttons: true
- , bg_over: "#FDEBBB"
- //, callback_skip_dom_reset: true
-
- });
-
- $("#lnk_slippyMap").click(function(e) {
- e.preventDefault();
- loadDynamicMap();
- return false;
- });
-
- $(".inplace_field").live("focus", function () {
- if ($(this).data("created") == null) {
- $(this).data("created", true)
- $(this).countable({
- maxLength: 500
- });
- }
- });
-
- $("#pcn_help").tipTip({ activation: 'hover', content: 'Enter your own notes here. No other user will be able to access them.' });
-
- $("a.decrypt-link").html(decryptLogs ? locString.encrypt : locString.decrypt);
-
- if ($("#cache_logs_container").length > 0) {
-
-
-
- appendNewLogs(initalLogs);
-
- if (DetectMobileQuick()) {
- $("#pnlButtonLoad")
- .show()
- .find("a.MobileButton")
- .click(function (e) {
- e.preventDefault();
- callLogLoad(false);
- return false;
- })
- .button();
- if(!DetectTierTablet()){
- $("a.MobileButton").addClass("Phone");
- }
- } else {
- $("#pnlLazyLoad").show();
-
- $(window).endlessScroll({
- fireOnce: true,
- fireDelay: 500,
- bottomPixels: ($(document).height() - $("#cache_logs_container").offset().top) + 50,
- ceaseFire: function(){
- // stop the scrolling if the last page is reached.
- return (isLoggedIn == false) || (totalPages < currentPageIdx);
- },
- callback: function() {
- if (!isBusy) {
-
- isBusy = true;
- $tfoot.show();
- callLogLoad(true);
- }
- }
- });
- }
- }
-
- if (!isLoggedIn) {
- $("#cache_logs_table").find("tfoot").hide();
- }
-
- if (mapLatLng != null) {
- $("#uxLatLonLink").qtip({
- suppress:false,
- content: buildCacheCoordMenu(),
- position: {
- my: 'left top',
- at: 'right top',
- adjust: {
- x: 10, y: -10
- }
- },
- show: {
- ready: false,
- event: "click",
- solo: true
- }, hide: {
- event: 'unfocus'
- },
- style: {
- tip: {
- corner: false
- },
- classes: 'ui-tooltip-widget'
- },
- events: {
- show: function () {
- if ($("#uxLatLon").data("isOverridden")) {
- $("a.ccu-restore").show();
- } else {
- $("a.ccu-restore").hide();
- }
-
- if (userDefinedCoords.status != "success") {
- $("div.ccu-update").hide();
- } else {
- $("div.ccu-update").show();
- }
- }
- }
- }).click(function (e) {
- e.preventDefault();
- return false;
- });
-
- setStaticMaps();
- }
- });
-
- function setStaticMaps() {
-
- $("#ctl00_ContentBody_uxNotesAboutPrinting").fancybox({
- overlayShow: false
- });
-
- var staticUrl = [];
- var markers=[];
-
- $("#mapPreview").attr("src", "http://maps.google.com/maps/api/staticmap?zoom=10&size=228x150&sensor=false&markers=icon:http://www.geocaching.com/images/wpttypes/pins/" + mapLatLng.type + ".png|" + mapLatLng.lat + "," + mapLatLng.lng);
-
- staticUrl.push("http://maps.google.com/maps/api/staticmap?size=325x325&sensor=false");
- staticUrl.push("&markers=icon:http://www.geocaching.com/images/wpttypes/pins/" + mapLatLng.type + ".png|" + mapLatLng.lat + "," + mapLatLng.lng);
- markers.push({lat:mapLatLng.lat, lng:mapLatLng.lng, marker:"http://www.geocaching.com/images/wpttypes/pins/" + mapLatLng.type + ".png", primary:true});
- if (cmapAdditionalWaypoints != null && cmapAdditionalWaypoints.length > 0) {
- for (var x = 0, len = cmapAdditionalWaypoints.length; x < len; x++) {
- var item = cmapAdditionalWaypoints[x]
- staticUrl.push("&markers=icon:http://www.geocaching.com/images/wpttypes/pins/" + item.type + ".png|" + item.lat + "," + item.lng);
- markers.push({lat:item.lat, lng:item.lng, marker: "http://www.geocaching.com/images/wpttypes/pins/" + item.type + ".png",primary:false});
- }
- } else {
- staticUrl.push("&zoom=14");
- }
-
- $("#staticMap")
- .data("markers", markers )
- .attr("original", staticUrl.join(""));
- }
-
- function loadDynamicMap() {
- if (typeof google !== 'undefined' && typeof google.maps !== 'undefined') {
- displayDynamicMap();
- } else {
- var script = document.createElement("script");
- script.type = "text/javascript";
- script.src = "http://maps.google.com/maps/api/js?v=3&sensor=false&indexing=false&callback=displayDynamicMap";
- document.documentElement.firstChild.appendChild(script);
- }
- }
-
- function displayDynamicMap() {
- $sm = $("#staticMap");
- $map = $('<div />').addClass('map').css({ height: 325, width: 325 });
- $("#lnk_slippyMap").replaceWith($("<span>Showing Dynamic Map</span>"));
-
- var items = $sm.data("markers");
-
- // walk the array to find the full bounds
- var bounds = new google.maps.LatLngBounds();
- var markers = [];
-
- for (var x = 0, len=items.length; x < len; x++) {
- var item = items[x];
- var ll = new google.maps.LatLng(item.lat, item.lng);
- bounds.extend(ll);
- markers.push(new google.maps.Marker( {
- clickable:false,
- icon: item.marker,
- position: ll, zIndex: google.maps.Marker.MAX_ZINDEX + (item.primary ? 1 : 0)
- }));
- }
-
- $sm.replaceWith($map);
-
- var map = new google.maps.Map($map.get(0), {
- zoom: 14,
- center: bounds.getCenter(),
- mapTypeId: google.maps.MapTypeId.ROADMAP,
- mapTypeControl: true,
- navigationControlOptions: {
- style: google.maps.NavigationControlStyle.SMALL
- }
- });
-
- for(var x=0, len=markers.length; x<len;x++) {
- markers[x].setMap(map);
- }
-
- if (bounds.length>1)
- map.fitBounds(bounds);
- }
-
- function dht() {
- try {
- $('#div_hint').html(convertROTStringWithBrackets($('#div_hint').html()));
- var linkText = (($('#ctl00_ContentBody_lnkDH').attr('title') == 'Decrypt') ? 'Encrypt' : 'Decrypt');
- $('#ctl00_ContentBody_lnkDH').text(linkText);
- $('#ctl00_ContentBody_lnkDH').attr('title', linkText);
- } catch (e) {
- alert(e);
- return false;
- }
- return false;
- }
-
- function buildCacheCoordMenu() {
- var curLatLng = new LatLon(mapLatLng.lat, mapLatLng.lng)
- $.template( "tmplCacheCoordinateUpdate_CoordItem", "<tr><td nowrap='nowrap'>${t}</td><td class='ccc-coord' nowrap='nowrap' dataum='${k}'>${v}</td></tr>" );
-
- var $menu = $("<div></div>");
-
- $( "#tmpl_CacheCoordinateUpdate" ).tmpl( {
- ll: [mapLatLng.lat, mapLatLng.lng],
- ll_formatted: mapLatLng.oldLatLngDisplay
- } ).appendTo( $menu );
-
- $menu.find("button.ccu-button").button();
-
- $menu.delegate("button.ccu-parse", "click", function (e) {
- e.preventDefault();
- var $this = $(e.target),
- $parse =$this.closest('dd').find(".cc-parse-text"),
- parseCoords = $.trim($parse.val());
-
- if (parseCoords.length == 0) {
- alert('Please provide valid coordinates.');
- } else {
- $.getJSON("/challenges/location.search", { p: parseCoords }, function (response) {
- if (response.status == "success") {
- var newLatLng = new LatLon(response.data.lat, response.data.lng);
-
- // update the displayed coords
- var dist = curLatLng.rhumbDistanceTo(newLatLng);
- var bearingTo = curLatLng.rhumbBearingTo(newLatLng);
- var bearing = bearingTo >= 0 || bearingTo < 22.5 ? "N" : bearingTo >= 22.5 || bearingTo < 67.5 ? "NE" : bearingTo >= 67.5 || bearingTo < 112.5 ? "E" : bearingTo >= 112.5 || bearingTo < 157.5 ? "SE" : bearingTo >= 157.5 || bearingTo < 202.5 ? "S" : bearingTo >= 202.5 || bearingTo < 247.5 ? "SW" : bearingTo >= 247.5 || bearingTo < 292.5 ? "W" : bearingTo >= 292.5 || bearingTo < 337.5 ? "NW" : "N";
-
- var formats = response.data.formats;
- // all these finds, make me feel dirty
- $menu
- .find("span.ccu-parseverify-coords").text(formats.DM).end()
- .find("dl.ccu-parse").hide().end()
- .find("dl.ccu-parseverify").show().end()
- .find("button.ccu-parseverify-accept")
- .data("utm", formats.UTM)
- .data("dm", formats.DM)
- .data("lat", response.data.lat)
- .data("lng", response.data.lng)
- .end();
- } else {
- alert("Sorry unable to parse the coordinates you entered.");
- }
- });
- }
-
- return false;
- });
-
- $menu.delegate("button.ccu-parseverify-accept", "click", function (e) {
- e.preventDefault();
- var $this = $(this);
- // update to webmethod
- $.pageMethod("SetUserCoordinate", JSON.stringify({ dto: { data: {lat: $this.data("lat"), lng: $this.data("lng") }, ut: userToken } }), function (r) {
- var r = JSON.parse(r.d);
- if (r.status == "success") {
- window.location.reload();
- } else {
- $("#uxLatLonLink").qtip('hide');
- }
-
- });
-
- return false;
- });
-
- $menu.delegate("button.ccu-parseverify-cancel", "click", function (e) {
- e.preventDefault();
- $menu
- .find("input.cc-parse-text").val('').end()
- .find("dl.ccu-parse").show().end()
- .find("dl.ccu-parseverify").hide().end();
- return false;
- });
-
- $menu.delegate("a.ccu-restore", "click", function (e) {
- e.preventDefault();
-
- $.pageMethod("ResetUserCoordinate", JSON.stringify({ dto: { ut: userToken } }), function (r) {
- var r = JSON.parse(r.d);
- if (r.status == "success") {
- window.location.reload();
- }
- });
-
- return false;
- });
-
- return $menu;
- }
-
- GSPK = window.GSPK || {};
- GSPK.Selector = {};
- GSPK.Selector.getSelected = function(){
- var t = null;
- if ( window.getSelection ){
- t = window.getSelection();
- }else if(document.getSelection){
- t = document.getSelection();
- }else if(document.selection){
- t = document.selection.createRange().text;
- }
- return t;
- }
- </script>
-
-
-
- </div>
-
-
- </div>
-
- </section>
-
- <footer>
-
- <div class="container">
-
- <div class="span-24 last FooterTop">
-
-
-
-<div class="LocaleText">
-
- <strong>Choose Your Language:</strong>
-
-</div>
-<div class="LocaleList">
-
- <div id="selected_language">
-
- <a href="#">English&#9660;</a>
-
- </div>
- <ul id="locale_list">
-
- <li><a id="ctl00_uxLocaleList_uxLocaleList_ctl00_uxLocaleItem" href="javascript:__doPostBack(&#39;ctl00$uxLocaleList$uxLocaleList$ctl00$uxLocaleItem&#39;,&#39;&#39;)">English</a></li>
-
- <li><a id="ctl00_uxLocaleList_uxLocaleList_ctl01_uxLocaleItem" href="javascript:__doPostBack(&#39;ctl00$uxLocaleList$uxLocaleList$ctl01$uxLocaleItem&#39;,&#39;&#39;)">Deutsch</a></li>
-
- <li><a id="ctl00_uxLocaleList_uxLocaleList_ctl02_uxLocaleItem" href="javascript:__doPostBack(&#39;ctl00$uxLocaleList$uxLocaleList$ctl02$uxLocaleItem&#39;,&#39;&#39;)">Français</a></li>
-
- <li><a id="ctl00_uxLocaleList_uxLocaleList_ctl03_uxLocaleItem" href="javascript:__doPostBack(&#39;ctl00$uxLocaleList$uxLocaleList$ctl03$uxLocaleItem&#39;,&#39;&#39;)">Português</a></li>
-
- <li><a id="ctl00_uxLocaleList_uxLocaleList_ctl04_uxLocaleItem" href="javascript:__doPostBack(&#39;ctl00$uxLocaleList$uxLocaleList$ctl04$uxLocaleItem&#39;,&#39;&#39;)">Čeština</a></li>
-
- <li><a id="ctl00_uxLocaleList_uxLocaleList_ctl05_uxLocaleItem" href="javascript:__doPostBack(&#39;ctl00$uxLocaleList$uxLocaleList$ctl05$uxLocaleItem&#39;,&#39;&#39;)">Svenska</a></li>
-
- <li><a id="ctl00_uxLocaleList_uxLocaleList_ctl06_uxLocaleItem" href="javascript:__doPostBack(&#39;ctl00$uxLocaleList$uxLocaleList$ctl06$uxLocaleItem&#39;,&#39;&#39;)">Nederlands</a></li>
-
- <li><a id="ctl00_uxLocaleList_uxLocaleList_ctl07_uxLocaleItem" href="javascript:__doPostBack(&#39;ctl00$uxLocaleList$uxLocaleList$ctl07$uxLocaleItem&#39;,&#39;&#39;)">Català</a></li>
-
- <li><a id="ctl00_uxLocaleList_uxLocaleList_ctl08_uxLocaleItem" href="javascript:__doPostBack(&#39;ctl00$uxLocaleList$uxLocaleList$ctl08$uxLocaleItem&#39;,&#39;&#39;)">Polski</a></li>
-
- <li><a id="ctl00_uxLocaleList_uxLocaleList_ctl09_uxLocaleItem" href="javascript:__doPostBack(&#39;ctl00$uxLocaleList$uxLocaleList$ctl09$uxLocaleItem&#39;,&#39;&#39;)">Eesti</a></li>
-
- <li><a id="ctl00_uxLocaleList_uxLocaleList_ctl10_uxLocaleItem" href="javascript:__doPostBack(&#39;ctl00$uxLocaleList$uxLocaleList$ctl10$uxLocaleItem&#39;,&#39;&#39;)">Norsk, Bokmål</a></li>
-
- <li><a id="ctl00_uxLocaleList_uxLocaleList_ctl11_uxLocaleItem" href="javascript:__doPostBack(&#39;ctl00$uxLocaleList$uxLocaleList$ctl11$uxLocaleItem&#39;,&#39;&#39;)">한국어</a></li>
-
- <li><a id="ctl00_uxLocaleList_uxLocaleList_ctl12_uxLocaleItem" href="javascript:__doPostBack(&#39;ctl00$uxLocaleList$uxLocaleList$ctl12$uxLocaleItem&#39;,&#39;&#39;)">Español</a></li>
-
- <li><a id="ctl00_uxLocaleList_uxLocaleList_ctl13_uxLocaleItem" href="javascript:__doPostBack(&#39;ctl00$uxLocaleList$uxLocaleList$ctl13$uxLocaleItem&#39;,&#39;&#39;)">Magyar</a></li>
-
- <li><a id="ctl00_uxLocaleList_uxLocaleList_ctl14_uxLocaleItem" href="javascript:__doPostBack(&#39;ctl00$uxLocaleList$uxLocaleList$ctl14$uxLocaleItem&#39;,&#39;&#39;)">Română</a></li>
-
- </ul>
-
-</div>
-<script type="text/javascript">
-
- jQuery(document).ready(function() {
- jQuery("#selected_language a").click(function (e) {
- e.preventDefault();
- jQuery("#locale_list").show().position({
- of: $("#selected_language"),
- my: "left top",
- at: "left bottom",
- offset: "0 3",
- collision: "fit fit"
- });
- jQuery(document).click(function () {
- jQuery("#locale_list").fadeOut("fast");
- });
- return false;
- });
- });
-</script>
-
- </div>
- <div class="span-5">
-
- <p class="FooterHeader"><strong>About</strong></p>
- <ul class="FooterLinks">
- <li><a id="ctl00_hlFooterGlossary" title="Glossary of Terms" href="../about/glossary.aspx">Glossary of Terms</a></li>
- <li><a id="ctl00_hlFooterBrochures" title="Brochures" href="../tools/default.aspx#Guide">Brochures</a></li>
- <li><a id="ctl00_hlFooterAbout" title="About Groundspeak" href="../about/groundspeak.aspx">About Groundspeak</a></li>
- <li><a id="ctl00_hlFooterHistory" title="History" href="../about/history.aspx">History</a></li>
- </ul>
-
- </div>
- <div class="span-5">
-
- <p class="FooterHeader"><strong>Press</strong></p>
- <ul class="FooterLinks">
- <li><a id="ctl00_hlFooterNews" title="News Articles" href="../press/default.aspx">News Articles</a></li>
- <li><a id="ctl00_hlFooterMediaFAQs" title="Media FAQs" rel="document" href="../articles/Brochures/footer/FAQ_Media.pdf">Media FAQs</a></li>
- <li><a id="ctl00_hlFooterMediaInquiries" title="Media Inquiries" rel="external" href="http://support.groundspeak.com/index.php?pg=request&amp;xCategory=11">Media Inquiries</a></li>
- </ul>
-
- </div>
- <div class="span-7">
-
- <p class="FooterHeader"><strong>Questions & Suggestions</strong></p>
- <ul class="FooterLinks">
- <li><a id="ctl00_hlFooterHelpCenterLink" title="Help Center" rel="external" href="http://support.groundspeak.com/index.php">Help Center</a></li>
- <li><a id="ctl00_hlFooterDiscussionForums" accesskey="f" title="Discussion Forums" href="../forums/default.aspx">Discussion Forums</a></li>
- <li><a id="ctl00_hlFooterParksPoliceLink" title="Land Management and Law Enforcement" href="../parksandpolice/default.aspx">Land Management and Law Enforcement</a></li>
- <li><a id="ctl00_hlFooterContactUs" title="Contact Us" href="../contact/default.aspx">Contact Us</a></li>
- </ul>
-
- </div>
- <div class="span-4 append-3 last">
-
- <p class="FooterHeader"><strong>Resources</strong></p>
- <ul class="FooterLinks">
- <li><a id="ctl00_hlFooterTools" accesskey="o" title="Tools and Downloads" href="../tools/default.aspx">Tools and Downloads</a></li>
- <li><a id="ctl00_hlFooterAPIProgram" title="API Program" href="../live/default.aspx">API Program</a></li>
- <li><a id="ctl00_hlFooterBenchmarks" title="Find a Benchmark" href="../mark/default.aspx">Find a Benchmark</a></li>
- </ul>
-
- </div>
- <p class="span-24 last FooterBottom">Copyright &copy; 2000-2011 <a href="http://www.groundspeak.com/" title="Groundspeak, Inc." accesskey="g">Groundspeak, Inc.</a> All Rights Reserved.<br />
- <a id="ctl00_hlFooterTerms" accesskey="u" title="Groundspeak Terms of Use" href="../about/termsofuse.aspx">Groundspeak Terms of Use</a> | <a id="ctl00_hlFooterPrivacy" accesskey="x" title="Privacy Policy" href="../about/privacypolicy.aspx">Privacy Policy</a> | <a id="ctl00_hlFooterLogo" accesskey="l" title="Geocaching Logo Usage Guidelines" href="../about/logousage.aspx">Geocaching Logo Usage Guidelines</a> | <a id="ctl00_hlFooterAPI" accesskey="`" title="API License Agreement" href="../live/api_license_agreement.aspx">API License Agreement</a></p>
-
- </div>
-
- </footer>
- <div class="SkipLinks">
-
- <a id="ctl00_hlSkipLinksTop" accesskey="t" title="Return to the Top of the Page" href="#Top">Return to the Top of the Page</a>
-
- </div>
-
-
-
-
-<script type="text/javascript">
-//<![CDATA[
-var uvtoken = 'DbFDfIrSTaXyfNf74lbdopy%2bTw%2fC84Gn87pU%2b3r69toc4lYTKyii0cXY42BXT7amAeAEUCcV1MyzYH%2f69bWOOI6R714i%2bhbY5%2bRnpz2VYfUj%2birpbrZhiiprvW0z0ON7nCVEPHBlLfYDzNdAGgx4RugjtAzMq6J9I2LfmWpF0Y2w7fag5e7uFlQeXNbDPWT0KuW594rMeXvHGI7RqYQUS4SgRTmopS4oujI6vGVJRa%2fPmPAlrpjqAaBfxrfGWUt%2byHf8Es99rbYI8uiU7LrrzQtxi1r5fUOXtTomZ06JBPr8OYlq8pwuQw2YXVLadnNBRoLgT05nQlwHgmcFPtR2Cs2R9MWhIqxaO6k8sQnMUUhWUUJuNt6mcfs56pUS3guX6J%2bXlyLTqeSrF5cuPc8Fw9DKnsAD3lltPgtUU0Id9qk%3d';var isLoggedIn = true;
-var userDefinedCoords = {"status":"fail","data":{"isUserDefined":false,"oldLatLngDisplay":"N 37° 26.124' W 122° 04.647'"}};
-mapLatLng = { lat:37.435400, lng:-122.077450, type:2 };
-var ccConversions = [{"t":"Decimal","k":"DD","d":"WGS84","v":"37.435400, -122.077450"},{"t":"DDD MM SS.SSS","k":"DMS","d":"WGS84","v":"N 37° 26' 07.440\" W 122° 04' 38.820\""},{"t":"UTM","k":"UTM","d":"WGS84","v":"10S E 581615 N 4143573"}];
-userInfo = {ID: 1912314};
-userToken = 'FOUTFKOKLELXOJAYT35WSZBNGADBNKFSYIMKJ2YI6247JORDCSRPR3LYUNKEOR2PQUOHC7OGY223V2X2ADNEDT25JD2QHOXIHYLH7J5XLOWJSK5WTLLQ5UJQMIZEGXYFSHPFRQQ5A374RP7GSKIVLW2RCI53UZFIABL6BZJSW56PVAJAPMKZUIXSNBZCYLCZBG5OJA4PRYNGY4VJLWVCSZLVLXQ6UA6Y5H7J4CTC7JT5QWS6V75Q';
-includeAvatars = true;
-initalLogs = {"status":"success", "data": [{"LogID":201138873,"CacheID":366121,"LogGuid":"f623098c-94f2-4acf-b613-1fa18a5598c8","Latitude":null,"Longitude":null,"LatLonString":"","LogType":"Didn't find it","LogTypeImage":"icon_sad.gif","LogText":"Didn't find this one. Did find a part of what might have been its container, but found nothing else. Hmmm.... wonder if it has gone missing or we found an erratic. Didn't see any owls either and we were kind of hoping for one. Wonder when they are around. Thanks for the hunt.","Created":"27/11/2011","Visited":"24/11/2011","UserName":"gpsbarb","MembershipLevel":3,"AccountID":1466854,"AccountGuid":"46008d74-f871-454b-9a72-1d81127f0380","Email":"","AvatarImage":"ba593c08-83c6-4a0e-a054-4be89a49f96d.jpg","GeocacheFindCount":818,"GeocacheHideCount":3,"ChallengesCompleted":1,"IsEncoded":false,"creator":{"GroupTitle":"Premium Member","GroupImageUrl":"/images/icons/prem_user.gif"},"Images":[]},{"LogID":194510671,"CacheID":366121,"LogGuid":"47a4f7f6-49e2-41c4-a8e1-18a6c3d30d00","Latitude":null,"Longitude":null,"LatLonString":"","LogType":"Found it","LogTypeImage":"icon_smile.gif","LogText":"Easy find.","Created":"23/10/2011","Visited":"23/10/2011","UserName":"Calaifa","MembershipLevel":1,"AccountID":4720789,"AccountGuid":"9ab66b84-cbd5-4896-8e06-b2fa8845c63d","Email":"","AvatarImage":"","GeocacheFindCount":27,"GeocacheHideCount":0,"ChallengesCompleted":0,"IsEncoded":false,"creator":{"GroupTitle":"Member","GroupImageUrl":"/images/icons/reg_user.gif"},"Images":[]},{"LogID":191719833,"CacheID":366121,"LogGuid":"99d71eef-10b6-49a2-a278-0acd835365c8","Latitude":null,"Longitude":null,"LatLonString":"","LogType":"Needs Maintenance","LogTypeImage":"icon_needsmaint.gif","LogText":"Log needs attention, it is getting soaked after only one rainy week. One of the magnets has come loose from the container as well so this could use a little maintenance.","Created":"09/10/2011","Visited":"09/10/2011","UserName":"Cats4us","MembershipLevel":3,"AccountID":4631292,"AccountGuid":"75e43e76-895e-413a-ba18-1eb20633c6b3","Email":"","AvatarImage":"8aefe00a-0b17-4d40-ad25-48b5e5283a2d.jpg","GeocacheFindCount":188,"GeocacheHideCount":1,"ChallengesCompleted":1,"IsEncoded":false,"creator":{"GroupTitle":"Premium Member","GroupImageUrl":"/images/icons/prem_user.gif"},"Images":[]},{"LogID":191719461,"CacheID":366121,"LogGuid":"95cf4665-ce75-4d3c-8753-37cbb230fb96","Latitude":null,"Longitude":null,"LatLonString":"","LogType":"Found it","LogTypeImage":"icon_smile.gif","LogText":"Back to make up for DNF on 6/24, thanks for the replacement cache. As the previous finder noted, the log is wet. I did not have a good way to dry it out, but I was able to sign. CO should put a bag on this log before the rains return, this will not be in good shape after the winter otherwise. One of the magnets has come loose as well so this really needs a little maintenance. TFTC!","Created":"09/10/2011","Visited":"09/10/2011","UserName":"Cats4us","MembershipLevel":3,"AccountID":4631292,"AccountGuid":"75e43e76-895e-413a-ba18-1eb20633c6b3","Email":"","AvatarImage":"8aefe00a-0b17-4d40-ad25-48b5e5283a2d.jpg","GeocacheFindCount":188,"GeocacheHideCount":1,"ChallengesCompleted":1,"IsEncoded":false,"creator":{"GroupTitle":"Premium Member","GroupImageUrl":"/images/icons/prem_user.gif"},"Images":[]},{"LogID":191545680,"CacheID":366121,"LogGuid":"0e5256f2-51cd-4f7b-8b87-692104f02f80","Latitude":null,"Longitude":null,"LatLonString":"","LogType":"Found it","LogTypeImage":"icon_smile.gif","LogText":"Great views from here. The log is soaked.","Created":"09/10/2011","Visited":"08/10/2011","UserName":"richwilliams","MembershipLevel":1,"AccountID":4178703,"AccountGuid":"5f6cba56-a26b-4f3c-b19b-9c5bfff7cb5f","Email":"","AvatarImage":"","GeocacheFindCount":98,"GeocacheHideCount":0,"ChallengesCompleted":0,"IsEncoded":false,"creator":{"GroupTitle":"Member","GroupImageUrl":"/images/icons/reg_user.gif"},"Images":[]},{"LogID":191355132,"CacheID":366121,"LogGuid":"3db261aa-693e-4cb7-9868-b14c7c4dfd48","Latitude":null,"Longitude":null,"LatLonString":"","LogType":"Found it","LogTypeImage":"icon_smile.gif","LogText":"Log is wet. Left a bear button. TFTC","Created":"08/10/2011","Visited":"08/10/2011","UserName":"JJBehr","MembershipLevel":3,"AccountID":4643153,"AccountGuid":"d4c6f5ff-7486-44cb-bc77-8b064bcbd139","Email":"","AvatarImage":"","GeocacheFindCount":156,"GeocacheHideCount":0,"ChallengesCompleted":0,"IsEncoded":false,"creator":{"GroupTitle":"Premium Member","GroupImageUrl":"/images/icons/prem_user.gif"},"Images":[]},{"LogID":190564338,"CacheID":366121,"LogGuid":"b48c546d-e150-4373-ac4d-b159bd78a083","Latitude":null,"Longitude":null,"LatLonString":"","LogType":"Found it","LogTypeImage":"icon_smile.gif","LogText":"Found this cache on a very nice, but kind of windy walk. Easy find and 8th find of the day. TFTC.","Created":"03/10/2011","Visited":"02/10/2011","UserName":"sands5","MembershipLevel":3,"AccountID":4156147,"AccountGuid":"64751918-e96b-435d-be2c-77e9b7c386bf","Email":"","AvatarImage":"","GeocacheFindCount":328,"GeocacheHideCount":4,"ChallengesCompleted":0,"IsEncoded":false,"creator":{"GroupTitle":"Premium Member","GroupImageUrl":"/images/icons/prem_user.gif"},"Images":[]},{"LogID":187101168,"CacheID":366121,"LogGuid":"40e5fc55-0617-4bc8-803c-374869e7af58","Latitude":null,"Longitude":null,"LatLonString":"","LogType":"Found it","LogTypeImage":"icon_smile.gif","LogText":"I made quick work of this one. I had an unsuccessful trip to Taco Bell right before this cache and squirted burrito sauce all over my shirt! I'm not talking about a drip or two, I'm talking about 6 square inches of saucy embarrassment. So this was a walk of shame on this busy trail. TFTC!","Created":"17/09/2011","Visited":"17/09/2011","UserName":"retiringyoung","MembershipLevel":3,"AccountID":4226396,"AccountGuid":"0601b3ae-721e-4538-9154-20688d613d27","Email":"","AvatarImage":"33628c57-8cf5-4d13-8a26-14cdcc0f89ac.jpg","GeocacheFindCount":533,"GeocacheHideCount":1,"ChallengesCompleted":1,"IsEncoded":false,"creator":{"GroupTitle":"Premium Member","GroupImageUrl":"/images/icons/prem_user.gif"},"Images":[]},{"LogID":186274754,"CacheID":366121,"LogGuid":"0dbad3ee-0964-48b0-b9d0-1ef787947afe","Latitude":null,"Longitude":null,"LatLonString":"","LogType":"Found it","LogTypeImage":"icon_smile.gif","LogText":"My daughter knew right where to look for this one. Great view of white pelicans on the water across from this one.","Created":"12/09/2011","Visited":"12/09/2011","UserName":"NatureStudyGirl","MembershipLevel":3,"AccountID":4038930,"AccountGuid":"6d0b3c37-f70c-408a-abc8-b53951357dc2","Email":"","AvatarImage":"","GeocacheFindCount":102,"GeocacheHideCount":0,"ChallengesCompleted":1,"IsEncoded":false,"creator":{"GroupTitle":"Premium Member","GroupImageUrl":"/images/icons/prem_user.gif"},"Images":[]},{"LogID":186061915,"CacheID":366121,"LogGuid":"377642bb-43cb-41f8-ac41-7ee0e4cce886","Latitude":null,"Longitude":null,"LatLonString":"","LogType":"Enable Listing","LogTypeImage":"icon_enabled.gif","LogText":"I didn't see any owls today, but I saw three hawks hunting! Cache is back in action.","Created":"11/09/2011","Visited":"11/09/2011","UserName":"CaliSeaStar","MembershipLevel":1,"AccountID":151653,"AccountGuid":"87d922ec-d4c4-44e3-baa4-51a2334262f6","Email":"","AvatarImage":"bbd24fd0-695c-4d72-a7fe-3ba72d236ca6.jpg","GeocacheFindCount":1155,"GeocacheHideCount":16,"ChallengesCompleted":1,"IsEncoded":false,"creator":{"GroupTitle":"Member","GroupImageUrl":"/images/icons/reg_user.gif"},"Images":[]},{"LogID":186386539,"CacheID":366121,"LogGuid":"88e28b60-f8b3-4709-9628-69ef8ae3c38d","Latitude":null,"Longitude":null,"LatLonString":"","LogType":"Found it","LogTypeImage":"icon_smile.gif","LogText":"This one has been on my list for a while. I parked at the Kite Flying Parking Lot and was a short hike over to the cache. Everything looked great...thank you","Created":"13/09/2011","Visited":"08/09/2011","UserName":"PAVEIT","MembershipLevel":3,"AccountID":152760,"AccountGuid":"ca2972cb-85c2-4669-9e03-261381ff4e21","Email":"","AvatarImage":"974a6225-37c8-44f5-a649-d6bbc6f32b4a.jpg","GeocacheFindCount":641,"GeocacheHideCount":0,"ChallengesCompleted":0,"IsEncoded":false,"creator":{"GroupTitle":"Premium Member","GroupImageUrl":"/images/icons/prem_user.gif"},"Images":[]},{"LogID":180208079,"CacheID":366121,"LogGuid":"c6fee30a-f591-4f60-a7cb-1d8aee0e1db1","Latitude":null,"Longitude":null,"LatLonString":"","LogType":"Post Reviewer Note","LogTypeImage":"big_smile.gif","LogText":"I noticed that this cache has been temporarily disabled for a period of time well in excess of the period of \"a few weeks\" as contemplated by the cache guidelines published on Geocaching.com. While I feel that Geocaching.com should hold the location for you and block other caches from entering the area around this cache for a reasonable amount of time, we can't do so forever. Please either repair/replace this cache, or archive it (using the <i>archive listing</i> link in the upper right) so that someone else can place a cache in the area, and geocachers can once again enjoy visiting this location.<br/><br/>If you plan on repairing this cache, please <b>log a note to the cache</b> (not email) within the next 30 days so I don't archive the listing for non-communication.","Created":"16/08/2011","Visited":"16/08/2011","UserName":"Nomex","MembershipLevel":3,"AccountID":651514,"AccountGuid":"930c9960-afb8-4517-937c-a9256effcdb7","Email":"","AvatarImage":"f2fe44a0-95e7-4e94-b152-f462505ceb79.jpg","GeocacheFindCount":0,"GeocacheHideCount":0,"ChallengesCompleted":0,"IsEncoded":false,"creator":{"GroupTitle":"Reviewer","GroupImageUrl":"/images/icon_admin.gif"},"Images":[]},{"LogID":168893219,"CacheID":366121,"LogGuid":"efa23e94-e036-43bd-a12d-8818e4923bfb","Latitude":null,"Longitude":null,"LatLonString":"","LogType":"Temporarily Disable Listing","LogTypeImage":"icon_disabled.gif","LogText":"I will check on the cache.","Created":"25/06/2011","Visited":"25/06/2011","UserName":"CaliSeaStar","MembershipLevel":1,"AccountID":151653,"AccountGuid":"87d922ec-d4c4-44e3-baa4-51a2334262f6","Email":"","AvatarImage":"bbd24fd0-695c-4d72-a7fe-3ba72d236ca6.jpg","GeocacheFindCount":1155,"GeocacheHideCount":16,"ChallengesCompleted":1,"IsEncoded":false,"creator":{"GroupTitle":"Member","GroupImageUrl":"/images/icons/reg_user.gif"},"Images":[]},{"LogID":168889253,"CacheID":366121,"LogGuid":"72356cbd-f8a2-4e69-a1fb-d52e4daa640c","Latitude":null,"Longitude":null,"LatLonString":"","LogType":"Didn't find it","LogTypeImage":"icon_sad.gif","LogText":"This one seems to be missing.","Created":"25/06/2011","Visited":"25/06/2011","UserName":"the_Seb","MembershipLevel":3,"AccountID":3722849,"AccountGuid":"35a7e4c5-9daf-4e83-af77-e165efdcadb3","Email":"","AvatarImage":"c7192ce5-d94f-41a4-997a-36b67b2b1250.jpg","GeocacheFindCount":198,"GeocacheHideCount":0,"ChallengesCompleted":0,"IsEncoded":false,"creator":{"GroupTitle":"Premium Member","GroupImageUrl":"/images/icons/prem_user.gif"},"Images":[]},{"LogID":168840437,"CacheID":366121,"LogGuid":"c746ded2-6e46-4bb1-b436-ace7f5274bf4","Latitude":null,"Longitude":null,"LatLonString":"","LogType":"Didn't find it","LogTypeImage":"icon_sad.gif","LogText":"Looked for it everywhere with Cats4us, think its muggled.","Created":"25/06/2011","Visited":"24/06/2011","UserName":"Dcat7","MembershipLevel":1,"AccountID":4635448,"AccountGuid":"3d228494-526e-4d4f-912d-9db4bd8a4e14","Email":"","AvatarImage":"fa9d2da3-4c3a-4497-b736-103c595a5eaa.jpg","GeocacheFindCount":64,"GeocacheHideCount":0,"ChallengesCompleted":0,"IsEncoded":false,"creator":{"GroupTitle":"Member","GroupImageUrl":"/images/icons/reg_user.gif"},"Images":[]},{"LogID":168614346,"CacheID":366121,"LogGuid":"3cbe9e98-2b79-4abe-8b38-baead2cb0aec","Latitude":null,"Longitude":null,"LatLonString":"","LogType":"Didn't find it","LogTypeImage":"icon_sad.gif","LogText":"We looked and looked but couldn't find it. I hope it's not missing but it was pretty hard to find for a level one. Thanks anyway. :)","Created":"24/06/2011","Visited":"24/06/2011","UserName":"LootLovers","MembershipLevel":1,"AccountID":3830857,"AccountGuid":"64d4f02e-d00c-4f76-8470-38acb1ec1257","Email":"","AvatarImage":"","GeocacheFindCount":22,"GeocacheHideCount":0,"ChallengesCompleted":0,"IsEncoded":false,"creator":{"GroupTitle":"Member","GroupImageUrl":"/images/icons/reg_user.gif"},"Images":[]},{"LogID":168601980,"CacheID":366121,"LogGuid":"593f1a8c-be4e-4668-a3a2-db467db76312","Latitude":null,"Longitude":null,"LatLonString":"","LogType":"Didn't find it","LogTypeImage":"icon_sad.gif","LogText":"Looked all over with Dcat7. Appears to be gone.","Created":"24/06/2011","Visited":"24/06/2011","UserName":"Cats4us","MembershipLevel":3,"AccountID":4631292,"AccountGuid":"75e43e76-895e-413a-ba18-1eb20633c6b3","Email":"","AvatarImage":"8aefe00a-0b17-4d40-ad25-48b5e5283a2d.jpg","GeocacheFindCount":188,"GeocacheHideCount":1,"ChallengesCompleted":1,"IsEncoded":false,"creator":{"GroupTitle":"Premium Member","GroupImageUrl":"/images/icons/prem_user.gif"},"Images":[]},{"LogID":166125572,"CacheID":366121,"LogGuid":"c4a3d1ee-9da7-489b-be35-52053ec4b1dc","Latitude":null,"Longitude":null,"LatLonString":"","LogType":"Didn't find it","LogTypeImage":"icon_sad.gif","LogText":"No Burrowing Owls today.","Created":"11/06/2011","Visited":"11/06/2011","UserName":"duckeylee","MembershipLevel":3,"AccountID":316032,"AccountGuid":"2cafbc0e-5dc8-4ada-a648-86acc8fd447d","Email":"","AvatarImage":"756eeb46-0f61-4e01-bfdc-d6667cd24fe4.jpg","GeocacheFindCount":10580,"GeocacheHideCount":25,"ChallengesCompleted":10,"IsEncoded":false,"creator":{"GroupTitle":"Premium Member","GroupImageUrl":"/images/icons/prem_user.gif"},"Images":[]},{"LogID":158247019,"CacheID":366121,"LogGuid":"7ed9beaf-c415-403e-a89a-98730b4a8ce4","Latitude":null,"Longitude":null,"LatLonString":"","LogType":"Found it","LogTypeImage":"icon_smile.gif","LogText":"TFTC","Created":"30/04/2011","Visited":"29/04/2011","UserName":"sracer","MembershipLevel":3,"AccountID":199549,"AccountGuid":"1af77449-bd6b-46a4-9df1-60a30b22b7eb","Email":"","AvatarImage":"","GeocacheFindCount":674,"GeocacheHideCount":22,"ChallengesCompleted":0,"IsEncoded":false,"creator":{"GroupTitle":"Premium Member","GroupImageUrl":"/images/icons/prem_user.gif"},"Images":[]},{"LogID":154480121,"CacheID":366121,"LogGuid":"91d9e1a7-cfe3-4516-9994-fe4524c56576","Latitude":null,"Longitude":null,"LatLonString":"","LogType":"Found it","LogTypeImage":"icon_smile.gif","LogText":"Another quick pick up on a pretty evening. Tftc","Created":"13/04/2011","Visited":"13/04/2011","UserName":"WalkingBackwards","MembershipLevel":3,"AccountID":3358610,"AccountGuid":"7000237d-2edf-4744-b3f8-1a066c349ef7","Email":"","AvatarImage":"d7115727-7c1a-4269-b83c-1e938486d9e6.jpg","GeocacheFindCount":2722,"GeocacheHideCount":15,"ChallengesCompleted":0,"IsEncoded":false,"creator":{"GroupTitle":"Premium Member","GroupImageUrl":"/images/icons/prem_user.gif"},"Images":[]},{"LogID":154479935,"CacheID":366121,"LogGuid":"fc4f9b10-9d9c-4f82-9c37-dbe54a595610","Latitude":null,"Longitude":null,"LatLonString":"","LogType":"Found it","LogTypeImage":"icon_smile.gif","LogText":"Sat grabbed and watched nature go by.TX for bringing me here.","Created":"13/04/2011","Visited":"13/04/2011","UserName":"sweetpea1953","MembershipLevel":3,"AccountID":3326067,"AccountGuid":"5cc53feb-d51f-4f75-8bc5-489c7983bcd0","Email":"","AvatarImage":"295b110b-76d8-4d73-b05b-854beaf37e9c.jpg","GeocacheFindCount":3564,"GeocacheHideCount":13,"ChallengesCompleted":0,"IsEncoded":false,"creator":{"GroupTitle":"Premium Member","GroupImageUrl":"/images/icons/prem_user.gif"},"Images":[]},{"LogID":154367852,"CacheID":366121,"LogGuid":"b09c17df-9fa6-4938-8fd9-db597fcdab94","Latitude":null,"Longitude":null,"LatLonString":"","LogType":"Found it","LogTypeImage":"icon_smile.gif","LogText":"Once the muggle left, this cache was a quick find in a nice park I added a third log sheet.<br/><br/><br/>TNLNSL and TFTC.","Created":"12/04/2011","Visited":"12/04/2011","UserName":"stevenw54","MembershipLevel":3,"AccountID":3031616,"AccountGuid":"4796cdfb-e7fc-4bda-ab39-1b342e9d6e0c","Email":"","AvatarImage":"4231623b-7380-43af-a606-ffb7b298ff0f.jpg","GeocacheFindCount":338,"GeocacheHideCount":1,"ChallengesCompleted":2,"IsEncoded":false,"creator":{"GroupTitle":"Premium Member","GroupImageUrl":"/images/icons/prem_user.gif"},"Images":[]},{"LogID":153053220,"CacheID":366121,"LogGuid":"95025471-3553-4f09-8b84-2940e49bf159","Latitude":null,"Longitude":null,"LatLonString":"","LogType":"Found it","LogTypeImage":"icon_smile.gif","LogText":"TFTC<br/> Spent most of the afternoon caching in or near Shoreline park","Created":"05/04/2011","Visited":"05/04/2011","UserName":"Ma & Pa","MembershipLevel":3,"AccountID":190624,"AccountGuid":"d4537635-c010-4dbd-bf2b-154e08afafd9","Email":"","AvatarImage":"5511b459-ee66-4298-92fd-3f206016ecd0.jpg","GeocacheFindCount":11111,"GeocacheHideCount":425,"ChallengesCompleted":0,"IsEncoded":false,"creator":{"GroupTitle":"Premium Member","GroupImageUrl":"/images/icons/prem_user.gif"},"Images":[]},{"LogID":154722301,"CacheID":366121,"LogGuid":"a1632adb-6557-4f92-94ea-dd4e64182668","Latitude":null,"Longitude":null,"LatLonString":"","LogType":"Found it","LogTypeImage":"icon_smile.gif","LogText":"Catching up on my logging<br/>Found on a bike trip at the bayside","Created":"15/04/2011","Visited":"30/03/2011","UserName":"swanyriver","MembershipLevel":3,"AccountID":3171997,"AccountGuid":"faeaa413-7f1f-4329-a0f1-5f3e27e42ed1","Email":"","AvatarImage":"","GeocacheFindCount":217,"GeocacheHideCount":0,"ChallengesCompleted":0,"IsEncoded":false,"creator":{"GroupTitle":"Premium Member","GroupImageUrl":"/images/icons/prem_user.gif"},"Images":[]},{"LogID":147622405,"CacheID":366121,"LogGuid":"95eff95e-ed9a-40c5-9ac8-d8577c9f2c00","Latitude":null,"Longitude":null,"LatLonString":"","LogType":"Found it","LogTypeImage":"icon_smile.gif","LogText":"We used to have burrowing owls in Foster City. I remember being fascinated by them when I was young.<br/><br/>Last cache of the day. What a fine day for walking. So fine I walked a lot further than I realized. This was my turnaround point. Thanks for the extra mile!","Created":"05/03/2011","Visited":"05/03/2011","UserName":"kindredlaugh","MembershipLevel":3,"AccountID":640198,"AccountGuid":"32ddae2c-8f7b-4cbd-95ac-448b233c0561","Email":"","AvatarImage":"4abbc441-acba-41fb-93e2-e3ccf40fc541.jpg","GeocacheFindCount":2098,"GeocacheHideCount":10,"ChallengesCompleted":0,"IsEncoded":false,"creator":{"GroupTitle":"Premium Member","GroupImageUrl":"/images/icons/prem_user.gif"},"Images":[]}], "pageInfo": { "idx":1, "size": 25, "totalRows": 286, "rows": 286 } };
-//]]>
-</script>
-</form>
- <script type="text/javascript">
- var browserType = {
- IE: !!(window.attachEvent && !window.opera),
- Opera: !!window.opera,
- WebKit: navigator.userAgent.indexOf('AppleWebKit/') > -1,
- Gecko: navigator.userAgent.indexOf('Gecko') > -1 && navigator.userAgent.indexOf('KHTML') == -1,
- MobileSafari: !!navigator.userAgent.match(/Apple.*Mobile.*Safari/)
- };
-
- $(function () {
- // Make the menu system play nice with all browsers:
- $('ul.Menu li').hover(function () {
- $(this).addClass('hover');
- $('ul:first', this).css('visibility', 'visible');
- }, function () {
- $(this).removeClass('hover');
- $('ul:first', this).css('visibility', 'hidden');
- });
- if (!isiOS()) {
- // Constructing a Twitter-esque Login:
- $(".SignInLink").click(function (e) {
- e.preventDefault();
- $("#SignInWidget").toggle();
- $(".ProfileWidget").toggleClass("WidgetOpen");
- $(this).blur();
- $("#ctl00_tbUsername").focus();
- });
- $(".SignInCloseLink").click(function () {
- $("#SignInWidget").toggle();
- $(".ProfileWidget").toggleClass("WidgetOpen");
- });
- }
- $('.SignedInProfileLink').truncate({
- width: 120,
- after: '&amp;hellip;',
- center: false,
- addclass: false,
- addtitle: false
- });
- // Hide the warning message if the user closed it already
- if ($.cookie('hide_warning') != null) {
- $(".WarningMessage").hide();
- }
-
- function isiOS() {
- return (
- (navigator.userAgent.match(/(iPhone)|(iPod)|(iPad)/i))
- );
- }
- });
- </script>
-
- <script id="loc_favPointsWhatsThisDesc" type="text/html">
- Geocaching Favorites is a simple way to track and share the caches that you enjoyed the most. For every 10 distinct caches that you have found, you will be able to Favorite 1 exceptional cache in your find history. The Favorites accumulated by a cache are displayed in search results and on the cache page so everyone can see which caches stand above the rest.
- </script>
- <script id="loc_favPointsWhatsThisTitle" type="text/html">
- About Favorite Points
- </script>
- <script id="loc_favPointsScoreDesc" type="text/html">
- Favorites/Premium Logs
- </script>
- <script type="text/javascript" language="javascript">
- <!--
-
- $('#uxFavPointsWhatsThis').qtip({
- content: {
- text: $("#loc_favPointsWhatsThisDesc").html(),
- title: {
- text: $("#loc_favPointsWhatsThisTitle").html(),
- button: true
- }
- },
- position: {
- my: 'top center',
- at: 'bottom center'
- },
- show: {
- event: 'click'
- },
- hide: 'click unfocus',
- style: {
- classes: 'ui-tooltip'
- }
- })
-
- var gotScore = false;
- var favDropDown = $('.favorite-dropdown');
- var favContainer = $('.favorite-container');
-
- function showFavoriteScore() {
- $('#imgFavoriteScore').attr('src', '/images/loading3.gif');
-
- $('#uxFavoriteScore').parent().fadeTo(200, .001, function () {
- $.ajax({
- type: "POST",
- cache: false,
- url: '/datastore/favorites.svc/score?u=' + userToken,
- success: function (scoreResult) {
- gotScore = true;
-
- var score = 0;
-
- if(scoreResult)
- score = scoreResult;
-
- if(score > 100)
- score = 100;
-
- $('#imgFavoriteScore').attr('src', '/images/favorites/piecharts/' + score + '.png');
- var pieDesc = (score < 1 ? "<1" : score) + '% ' + $("#loc_favPointsScoreDesc").text().trim();
- $('#imgFavoriteScore').attr('alt', pieDesc);
- $('#imgFavoriteScore').attr('title', pieDesc);
-
- $('#uxFavoriteScore').parent().fadeTo(1000, 1);
- $('#uxFavoriteScore').html('<strong>' + (score < 1 ? "<1" : score) + '%</strong> ' + $("#loc_favPointsScoreDesc").html());
- }
- });
- });
- }
-
-
-
- $(document).bind('mouseup', function (e) {
- var $clicked = $(e.target);
-
-
- if (!$clicked.parents().hasClass("favorite-dropdown") && !$clicked.parents().hasClass("FavoriteWidget")) {
- favDropDown.hide(1, function () {
- favContainer.addClass('favorite-container');
- favContainer.removeClass('favorite-container-open');
- $('#imgFavoriteArrow').attr('src', '/images/arrow-down.png');
- });
- }
- });
-
- $('#uxFavContainerLink').click(function () {
- if ($(favDropDown).is(':visible')) {
- favDropDown.hide(1, function(){
- favContainer.addClass('favorite-container');
- favContainer.removeClass('favorite-container-open');
- $('#imgFavoriteArrow').attr('src', '/images/arrow-down.png');
- });
- }
- else {
- if (!gotScore) {
- showFavoriteScore();
- }
-
- favContainer.addClass('favorite-container-open');
- favContainer.removeClass('favorite-container');
- $('#imgFavoriteArrow').attr('src', '/images/arrow-up.png');
- favDropDown.show(1);
- }
- });
- // End -->
- </script>
-
-
- <script type="text/javascript">
- var _gaq = _gaq || [];
- _gaq.push(['_setAccount', 'UA-2020240-1']);
- _gaq.push(['_trackPageview']);
- (function () {
- var ga = document.createElement('script');
- ga.src = ('https:' == document.location.protocol ?
- 'https://ssl' : 'http://www') +
- '.google-analytics.com/ga.js';
- ga.setAttribute('async', 'true');
- document.documentElement.firstChild.appendChild(ga);
- })();
- $(function () {
- $("a.language").click(function (e) {
- e.preventDefault();
- window.location.replace(window.location.href + (window.location.search.indexOf("?") == -1 ? "?" : "&") + "lang=" + $(this).attr("lang"));
- });
- });
- </script>
-
-
- <!-- Quantcast Tag -->
- <div id="Quantcast">
- <script type="text/javascript">
- var _qevents = _qevents || [];
-
- (function () {
- var elem = document.createElement('script');
-
- elem.src = (document.location.protocol == "https:" ? "https://secure" : "http://edge") + ".quantserve.com/quant.js";
- elem.async = true;
- elem.type = "text/javascript";
- var scpt = document.getElementsByTagName('script')[0];
- scpt.parentNode.insertBefore(elem, scpt);
- })();
- </script>
- <script type="text/javascript">
- _qevents.push({ qacct: "p-f6VPrfmR4cujU" });
- </script>
- <noscript>
- <div style="display: none;">
- <img src="http://pixel.quantserve.com/pixel/p-f6VPrfmR4cujU.gif" height="1" width="1"
- alt="Quantcast" /></div>
- </noscript>
- </div>
- <!-- End Quantcast tag -->
-
- <!-- Server: WEB04; Build: Web.HotFix_20111205.3 -->
-</body>
-</html>