Skip to content

Instantly share code, notes, and snippets.

@ejsarge
Created January 10, 2012 13:24
Show Gist options
  • Save ejsarge/1589069 to your computer and use it in GitHub Desktop.
Save ejsarge/1589069 to your computer and use it in GitHub Desktop.
TrailHunger.com Course Map
<div id="course-map" style="width:100%;height:400px"></div>
<script type="text/javascript">
(function() {
_thgr_course_map_element='course-map';_thgr_course_id=40; _thgr_api_key="azdpyy7vwm";
var _thgr = document.createElement('script'); _thgr.type = 'text/javascript'; _thgr.async = true;
_thgr.src = document.location.protocol + '//cdn.trailhunger.com/emb/r1/course-widget-min.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(_thgr);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="http://www.trailhunger.com/course/40">Orcas Island 50km course map</a> powered by TrailHunger.com.</noscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment