<!DOCTYPE html>
<html lang="en" xmlns:og="http://ogp.me/ns#">
<head data-layout-view="default" class="xj_layout_head">
<script>
    window.dataLayer = window.dataLayer || [];
        </script>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-T5W4WQ');</script>
<!-- End Google Tag Manager -->
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Brandon Stapanowich finishes 485-mile Colorado Trail in 9 days, 14 hours, 28 minutes - Pikes Peak Sports</title>
    <link rel="icon" href="http://pikespeaksports.us/favicon.ico" type="image/x-icon" />
    <link rel="SHORTCUT ICON" href="http://pikespeaksports.us/favicon.ico" type="image/x-icon" />
    <meta name="description" content="Brandon Stapanowich finished his self-supported thru-hike of the Colorado Trail in 9 days, 14 hours, 28 minutes, one of the fastest times in the 29-year histor…" />
    <meta name="keywords" content="Peak, Roundup, running, 10-mile, Garden, Trail, of, mountain, Pikes, Summer, trail, Barr, Colorado, the, race, Springs, Gods, MUT" />
<meta name="title" content="Brandon Stapanowich finishes 485-mile Colorado Trail in 9 days, 14 hours, 28 minutes" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://pikespeaksports.us/photo/albums/brandon-stapanowich-finishes-485-mile-colorado-trail-in-9-days-14?rss=yes&amp;xn_auth=no" />
<meta property="og:title" content="Brandon Stapanowich finishes 485-mile Colorado Trail in 9 days, 14 hours, 28 minutes" />
<meta property="og:image" content="https://storage.ning.com/topology/rest/1.0/file/get/2751537818?profile=UPSCALE_150x150">
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Brandon Stapanowich finishes 485-mile Colorado Trail in 9 days, 14 hours, 28 minutes" />
<meta name="twitter:description" content="Brandon Stapanowich finished his self-supported thru-hike of the Colorado Trail in 9 days, 14 hours, 28 minutes, one of the fastest times in the 29-year histor…" />
<meta name="twitter:image" content="https://storage.ning.com/topology/rest/1.0/file/get/2751537818?profile=UPSCALE_150x150" />
<link rel="image_src" href="https://storage.ning.com/topology/rest/1.0/file/get/2751537818?profile=UPSCALE_150x150" />
<script type="text/javascript">
    djConfig = { baseScriptUri: 'http://pikespeaksports.us/xn/static-6.11.8.1/js/dojo-0.3.1-ning/', isDebug: false }
ning = {"CurrentApp":{"premium":true,"iconUrl":"https:\/\/storage.ning.com\/topology\/rest\/1.0\/file\/get\/2751537818?profile=UPSCALE_150x150","url":"httppikespeaksports.ning.com","domains":["pikespeaksports.us","www.pikespeaksports.us"],"online":true,"privateSource":true,"id":"pikespeaksports","appId":5021591,"description":"A social network for runners, cyclist, hikers, climbers, and all who strive to live a healthful lifestyle in the Pikes Peak region.","name":"Pikes Peak Sports","owner":"3gijml2eixbo3","createdDate":"2010-02-03T04:08:49.001Z","runOwnAds":false,"category":{"Peak":null,"Roundup":null,"running":null,"10-mile":null,"Garden":null,"Trail":null,"of":null,"mountain":null,"Pikes":null,"Summer":null,"trail":null,"Barr":null,"Colorado":null,"the":null,"race":null,"Springs":null,"Gods":null,"MUT":null},"tags":["Peak","Roundup","running","10-mile","Garden","Trail","of","mountain","Pikes","Summer","trail","Barr","Colorado","the","race","Springs","Gods","MUT"]},"CurrentProfile":null,"maxFileUploadSize":7};
        (function(){
            if (!window.ning) { return; }

            var age, gender, rand, obfuscated, combined;

            obfuscated = document.cookie.match(/xgdi=([^;]+)/);
            if (obfuscated) {
                var offset = 100000;
                obfuscated = parseInt(obfuscated[1]);
                rand = obfuscated / offset;
                combined = (obfuscated % offset) ^ rand;
                age = combined % 1000;
                gender = (combined / 1000) & 3;
                gender = (gender == 1 ? 'm' : gender == 2 ? 'f' : 0);
                ning.viewer = {"age":age,"gender":gender};
            }
        })();

        if (window.location.hash.indexOf('#!/') == 0) {
        window.location.replace(window.location.hash.substr(2));
    }
    window.xg = window.xg || {};
xg.captcha = {
    'shouldShow': false,
    'siteKey': '6Ldf3AoUAAAAALPgNx2gcXc8a_5XEcnNseR6WmsT'
};
xg.addOnRequire = function(f) { xg.addOnRequire.functions.push(f); };
xg.addOnRequire.functions = [];
xg.addOnFacebookLoad = function (f) { xg.addOnFacebookLoad.functions.push(f); };
xg.addOnFacebookLoad.functions = [];
xg._loader = {
    p: 0,
    loading: function(set) {  this.p++; },
    onLoad: function(set) {
                this.p--;
        if (this.p == 0 && typeof(xg._loader.onDone) == 'function') {
            xg._loader.onDone();
        }
    }
};
xg._loader.loading('xnloader');
if (window.bzplcm) {
    window.bzplcm._profileCount = 0;
    window.bzplcm._profileSend = function() { if (window.bzplcm._profileCount++ == 1) window.bzplcm.send(); };
}
xg._loader.onDone = function() {
            if(window.bzplcm)window.bzplcm.start('ni');
        xg.shared.util.parseWidgets();    var addOnRequireFunctions = xg.addOnRequire.functions;
    xg.addOnRequire = function(f) { f(); };
    try {
        if (addOnRequireFunctions) { dojo.lang.forEach(addOnRequireFunctions, function(onRequire) { onRequire.apply(); }); }
    } catch (e) {
        if(window.bzplcm)window.bzplcm.ts('nx').send();
        throw e;
    }
    if(window.bzplcm) { window.bzplcm.stop('ni'); window.bzplcm._profileSend(); }
};
window.xn = { track: { event: function() {}, pageView: function() {}, registerCompletedFlow: function() {}, registerError: function() {}, timer: function() { return { lapTime: function() {} }; } } };</script>
<link rel="image_src" href="http://storage.ning.com/topology/rest/1.0/file/get/2751073575?profile=RESIZE_180x180&crop=1%3A1&width=165&height=165&width=165" type="image/jpeg" /><meta name="title" content="Brandon Stapanowich finishes 485-mile Colorado Trail in 9 days, 14 hours, 28 minutes" /><link rel="alternate" type="application/rss+xml" title="Brandon Stapanowich finishes 485-mile Colorado Trail in 9 days, 14 hours, 28 minutes - Pikes Peak Sports" href="http://pikespeaksports.us/photo/albums/brandon-stapanowich-finishes-485-mile-colorado-trail-in-9-days-14?rss=yes&amp;xn_auth=no" /><link rel="alternate" type="application/atom+xml" title="Comments - Brandon Stapanowich finishes 485-mile Colorado Trail in 9 days, 14 hours, 28 minutes - Pikes Peak Sports" href="http://pikespeaksports.us/photo/albumcomment/feed?attachedTo=5021591%3AAlbum%3A721855&amp;xn_auth=no" />
<style type="text/css" media="screen,projection">
@import url("http://static.ning.com/socialnetworkmain/widgets/index/css/common-982.min.css?xn_version=3128532263");
@import url("http://static.ning.com/socialnetworkmain/widgets/index/css/wide-sidebar.min.css?xn_version=1460991910");
@import url("http://static.ning.com/socialnetworkmain/widgets/photo/css/component.min.css?xn_version=3156643033");

</style>

<style type="text/css" media="screen,projection">
@import url("/generated-6a1419e1bc1457-63073732-css?xn_version=202605250929");

</style>

<style type="text/css" media="screen,projection">
@import url("/generated-6a1418b5bb2b66-06288914-css?xn_version=202605250929");

</style>

<!--[if IE 6]>
    <link rel="stylesheet" type="text/css" href="http://static.ning.com/socialnetworkmain/widgets/index/css/common-ie6.min.css?xn_version=463104712" />
<![endif]-->
<!--[if IE 7]>
<link rel="stylesheet" type="text/css" href="http://static.ning.com/socialnetworkmain/widgets/index/css/common-ie7.css?xn_version=2712659298" />
<![endif]-->
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://pikespeaksports.us/profiles/blog/rsd" />
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-T5W4WQ"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
    <div class="xj_before_content">        <div id="xn_bar">
            <div id="xn_bar_menu">
                <div id="xn_bar_menu_branding" >
                                    </div>

                <div id="xn_bar_menu_more">
                    <form id="xn_bar_menu_search" method="GET" action="http://pikespeaksports.us/main/search/search">
                        <fieldset>
                            <input type="text" name="q" id="xn_bar_menu_search_query" value="Search Pikes Peak Sports" _hint="Search Pikes Peak Sports" accesskey="4" class="text xj_search_hint" />
                            <a id="xn_bar_menu_search_submit" href="#" onclick="document.getElementById('xn_bar_menu_search').submit();return false">Search</a>
                        </fieldset>
                    </form>
                </div>

                            <ul id="xn_bar_menu_tabs">
                                            <li><a href="http://pikespeaksports.us/main/authorization/signUp?target=http%3A%2F%2Fpikespeaksports.us%2Fphoto%2Falbums%2Fbrandon-stapanowich-finishes-485-mile-colorado-trail-in-9-days-14%3Frss%3Dyes%26xn_auth%3Dno">Sign Up</a></li>
                                                <li><a href="http://pikespeaksports.us/main/authorization/signIn?target=http%3A%2F%2Fpikespeaksports.us%2Fphoto%2Falbums%2Fbrandon-stapanowich-finishes-485-mile-colorado-trail-in-9-days-14%3Frss%3Dyes%26xn_auth%3Dno">Sign In</a></li>
                                    </ul>
                        </div>
        </div>
        </div>
    <div class="xg_theme" data-layout-pack="juliet">
        <div id="xg_themebody">
            <div id="xg_ad_above_header" class="xg_ad xj_ad_above_header dy-displaynone">
                    
                </div>        
            <div id="xg_head">
                <div id="xg_masthead">
                    <h1 id="xg_sitename" class="xj_site_name"><a id="application_name_header_link" href="/"><img src="http://storage.ning.com/topology/rest/1.0/file/get/2808644546?profile=original" alt="Pikes Peak Sports"></a></h1>
                    <p id="xg_sitedesc" class="xj_site_desc">The digital stomping ground for the outdoor community</p>
                </div>
                <div id="xg_navigation" class="xj_navigation"><ul>
    <li id="xg_tab_xn10" class="xg_subtab"><a href="/"><span>HOME</span></a></li><li id="xg_tab_profile" class="xg_subtab"><a href="/profiles"><span>My Page</span></a></li><li id="xg_tab_members" class="xg_subtab"><a href="/profiles/members/"><span>Members</span></a></li><li id="xg_tab_photo" class="xg_subtab this"><a href="/photo"><span>Photos</span></a></li><li id="xg_tab_video" class="xg_subtab"><a href="/video"><span>Videos</span></a></li><li id="xg_tab_events" class="xg_subtab"><a href="/events"><span>Events</span></a></li><li id="xg_tab_xn2" class="xg_subtab"><a href="/profiles/blog/list"><span>BLOGS</span></a></li><li id="xg_tab_xn7" class="xg_subtab"><a href="/page/finish-line-index" target="_blank"><span>RESULTS</span></a></li><li id="xg_tab_xn8" class="xg_subtab"><a href="http://www.pikespeakmarathon.org/" target="_blank"><span>PIKESPEAKMARATHON.ORG</span></a></li><li id="xg_tab_main" class="xg_subtab"><a href="/group/roadtrailrunning" target="_blank"><span>NEWS / FEATURES</span></a></li><li id="xg_tab_xn5" class="xg_subtab"><a href="https://www.facebook.com/Pikes-Peak-Sports-295102256559/?fref=ts" target="_blank"><span>FACEBOOK</span></a></li><li id="xg_tab_xn6" class="xg_subtab"><a href="https://twitter.com/PikesPeakSports" target="_blank"><span>TWITTER</span></a></li></ul>
</div>
            </div>
            <div id="xg_ad_below_header" class="xg_ad xj_ad_below_header dy-displaynone">
						
					</div>
            <div id="xg" class="xg_widget_photo xg_widget_photo_album xg_widget_photo_album_show">
                	
                <div id="xg_body">
                    <div class="xj_notifications"><div id="albumIdDiv" style="display:none;" _albumId="5021591:Album:721855"></div></div>
                    <div class="xg_column xg_span-7" id="column1">
                        <div class="xj_user_info">    <div class="xg_module" id="xg_module_account">
        <div class="xg_module_body xg_signup xg_lightborder">
            <p>Welcome to<br />Pikes Peak Sports</p>
                        <p class="last-child"><big><strong><a href="http://pikespeaksports.us/main/authorization/signUp?target=http%3A%2F%2Fpikespeaksports.us%2Fphoto%2Falbums%2Fbrandon-stapanowich-finishes-485-mile-colorado-trail-in-9-days-14%3Frss%3Dyes%26xn_auth%3Dno">Sign Up</a></strong></big><br/>or <a href="http://pikespeaksports.us/main/authorization/signIn?target=http%3A%2F%2Fpikespeaksports.us%2Fphoto%2Falbums%2Fbrandon-stapanowich-finishes-485-mile-colorado-trail-in-9-days-14%3Frss%3Dyes%26xn_auth%3Dno" style="white-space:nowrap">Sign In</a></p>
                            <div class="xg_external_signup xg_lightborder xj_signup">
                    <p class="dy-small">Or sign in with:</p>
                    <ul class="providers">
            <li>
            <a
                onclick="xg.index.authorization.social.openAuthWindow(
                    'https://auth.ning.com/socialAuth/facebook?edfm=dZVx%2FSnp71BhZBYZucDY1FFwbXQwE%2BcS9g15FwDkEpZ%2BtQUcjDJNlx%2F0kFZkU55mBfJQlMd7xf2iCSipnAGXuvQIqmW2v85KTrzlEnlBsj508xP87CVst1ywif2O%2BC2VhLSjhWCkQeylAmZ73EnFYkswFezXdGJVEwafrsC0c22j5NQkDOCTG%2FEhT0wB41FKNfTLkeO7a4N4bNTYv9AGWtxnErF8RkL1IhnxdVot6NOChzSbO2fU8Vq%2BtBak4pzXs26koHJ0CCt%2Batcpro4z3bZ6U3mHWIhIVPHeC4sCkyE%2FQBTT%2BVScaUpC3%2BG1W5qYw8OPs4u5oS9fXy92Ytu132X4tHNFlYUcZO4m6Ph2VUqVOM30Y0j9M2QUIfE4evRhfGkN%2BQOJ5VV1ikM1vt%2FRMVKsswra21WfMBtX6okxmGBlklaJ67xUKJ8T7y%2BoBhFrmIinNi0JLyJtWYDizEUn92vBEEwGwhSAIXcVyvD0eJDISdcFOkAU4LuV0J55dWEQUPwEpeBLEQFpQ%2FGml2Dvaw%3D%3D'
                    ); return false;">
                            <img src="http://static.ning.com/socialnetworkmain/widgets/index/gfx/admin/facebook-login-button.png?xn_version=3895636671" alt="Facebook" title="Facebook" />
                        </a>
        </li>
    </ul>
                </div>
                    </div>
    </div>
</div>
                        <div class="xj_sidebar_content"><div class="xg_module module_about">
    <div class="xg_module_head">
        <h2>About</h2>
    </div>
    <div class="xg_module_body xg_module_ning">
        <div class="vcard">
            <span class="xg_avatar"><a class="fn url" href="http://pikespeaksports.us/profile/TimBergsten"  title="Tim Bergsten"><span class="table_img dy-avatar dy-avatar-48 "><img  class="photo photo" src="http://storage.ning.com/topology/rest/1.0/file/get/2797444191?profile=RESIZE_48X48&amp;width=48&amp;height=48&amp;crop=1%3A1" alt="" /></span></a></span>            <span class="fn"><a href="/profile/TimBergsten">Tim Bergsten</a></span>
            created this <a href='http://www.ning.com'>Ning Network</a>.        </div>
            </div>
    </div>
<div class="xg_module html_module module_text xg_reset" data-module_name="text"
        >
            <div class="xg_module_body xg_user_generated">
            <p><a href="https://www.anylabtestnow.com/franchises/colorado-springs-80920/" target="_blank" rel="noopener"></a></p>
<p><a href="http://corunco.com/" target="_blank" rel="noopener"><img src="http://storage.ning.com/topology/rest/1.0/file/get/2653387322?profile=original" width="300" class="align-center"  /></a></p>
<p></p>
<p></p>
<p><a target="_self" href="http://pikespeaksports.us/page/jack-quinns-running-club?xg_source=activity"><img class="align-center" src="http://storage.ning.com/topology/rest/1.0/file/get/2802943290?profile=original"  /></a></p>
<table>
<tbody>
<tr>
<td></td>
<td><a href="http://pprrun.org/" target="_blank" rel="noopener"><img src="http://storage.ning.com/topology/rest/1.0/file/get/2656395636?profile=RESIZE_180x180" width="145" class="align-full"  /></a></td>
</tr>
</tbody>
</table>
<center>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post"><input name="cmd" value="_s-xclick" type="hidden" ></input> <input name="hosted_button_id" value="5SKUP3HVB3NSY" type="hidden" ></input> <input src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" name="submit" alt="PayPal - The safer, easier way to pay online!" border="0" type="image" ></input> <img class="align-center" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" border="0" height="1" width="1"  / _origwidth="1"></form>
</center>
        </div>
        </div>
</div>
                    </div>
                    <div class="xg_column xg_span-14 xg_last" id="column2">
                        <div id="xg_canvas" class="xj_canvas">
                            <ul class="navigation easyclear"><li><a href="http://pikespeaksports.us/photo">All Photos</a></li><li><a href="http://pikespeaksports.us/photo/album/list">All Albums</a></li><li><a href="http://pikespeaksports.us/photo/photo/listForContributor?">My Photos</a></li><li><a href="http://pikespeaksports.us/photo/album/listForOwner?">My Albums</a></li><li class="right xg_lightborder navbutton"><a href="http://pikespeaksports.us/photo/album/new" class="xg_sprite xg_sprite-add">Add</a></li></ul><div class="xg_module xg_module_with_dialog">
	<div class="xg_headline xg_headline-img xg_headline-2l">
    <div class="ib"><span class="xg_avatar"><a class="fn url" href="http://pikespeaksports.us/profile/TimBergsten"  title="Tim Bergsten"><span class="table_img dy-avatar dy-avatar-64 "><img  class="photo photo" src="http://storage.ning.com/topology/rest/1.0/file/get/2797444191?profile=RESIZE_64x64&amp;width=64&amp;height=64&amp;crop=1%3A1" alt="" /></span></a></span></div>
<div class="tb"><h1>Brandon Stapanowich finishes 485-mile Colorado Trail in 9 days, 14 hours, 28 minutes</h1>
        <ul class="navigation byline">
            <li><a class="nolink">Added by </a><a href="/profile/TimBergsten">Tim Bergsten</a><a class="nolink"> on July 15, 2016 at 9:56pm</a></li>
            <li><a class="xg_sprite xg_sprite-view" href="http://pikespeaksports.us/photo/album/listForOwner?screenName=3gijml2eixbo3">View Albums</a></li>
        </ul>
    </div>
</div>
    <div class="xg_module_body nopad body_albumdetail_main">
        <div class="xg_column xg_span-4">
            <div class="albuminfo pad5">
                <div style="background-image: url(http://storage.ning.com/topology/rest/1.0/file/get/2751073575?profile=RESIZE_180x180&crop=1%3A1&width=165&height=165&width=165);" class="albumcover">
                    Brandon Stapanowich finishes 485-mile Colorado Trail in 9 days, 14 hours, 28 minutes                </div>
                                    <div class="xg_user_generated"><p class="album_description">Brandon Stapanowich finished his self-supported thru-hike of the Colorado Trail in 9 days, 14 hours, 28 minutes, one of the fastest times in the 29-year history of the 485-mile trail.<br />
He shouted for joy as he saw his friends and the final mile marker that read "0" at trail's end.<br />
<br />
VIDEO INTERVIEW: <a href="http://bit.ly/2a0Xvco">http://bit.ly/2a0Xvco</a><br />
<br />
Though he was exhausted, he showed everyone that he had not lost his sense of humor.<br />
"Man, that's a long ways. You guys want to see my feet? I haven't seen them in two days," he said.<br />
There were no takers of that offer.<br />
Stapanowich, who lives in Manitou Spings, began his adventure at the Junction Creek Trailhead in Durango at 5 a.m. on July 6 and finished in Waterton Canyon in Littleton just after sunset on Friday (July 15.)<br />
The trail pierces several mountain ranges as it crosses the backbone of the Rocky Mountains. Stapanowich did veer off the standard Colorado Trail route to travel the newer western portion of the trail through the high Collegiate range.<br />
"I might not ever do this 485-mile trip again, so I figured I might as well get up high and get the big views."<br />
Scott Jaime, an ultrarunner from Highlands Ranch, has the fastest time - 8 days, 7 hours, 40 minutes - set in August of 2013. Jaime's trip was fully supported with a crew that met him at several points along the way.<br />
Stapanowich fended for himself, "utilizing resouces available to everybody." He had mailed food and supplies to three locations in advance of his trip. He also stopped and purchased food along the way.<br />
He slept in a "Tarptent" and used a light-weight "Quilt" sleeping bag. He traveled about 50 miles per day, power hiking and jogging slowly when the terrain allowed.<br />
Shawn Forry has the fastest known time for an "unsupported" hiker. He carried all of his food from the onset and finished in 10 days, 19 hours, 5 minutes in August 2012.<br />
Stapanowich is no stranger to big adventures. He has several 100-mile ultra run finishes, but he has become famous for creating his own unique challenges.<br />
He started the "Inclinathon," 13 consecutive ascents of the Manitou Incline. He also is the only person to complete the "24 Hour Ultraclinathon" an event in which he knocked out 22 incline ascents in a day.<br />
And in 2013 he celebrated his 29th birthday with "The Stank" a 96-mile ultra run that included four ascents of Pikes Peak via Barr Trail. He finished The Stank in about 42 hours, but admits he nearly gave up multiple times.</p></div>
                <p class="share-links clear"><a href="http://www.myspace.com/Modules/PostTo/Pages/?t=Brandon%20Stapanowich%20finishes%20485-mile%20Colorado%20Trail%20in%209%20days%2C%2014%20hours%2C%2028%20minutes&c=Check%20out%20%22Brandon%20Stapanowich%20finishes%20485-mile%20Colorado%20Trail%20in%209%20days%2C%2014%20hours%2C%2028%20minutes%22%20on%20Pikes%20Peak%20Sports&u=http%3A%2F%2Fpikespeaksports.us%2Fxn%2Fdetail%2F5021591%3AAlbum%3A721855&l=2" class="post_to_myspace" target="_blank">MySpace</a><br>            <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
                    <span class="xg_tweet">
        <a href="https://twitter.com/share" class="post_to_twitter twitter-share-button" target="_blank"
            data-text="Checking out &quot;Brandon Stapanowich finishes 485-mile Colorado Trail in 9 days, &quot; on Pikes Peak Sports:" data-url="http://pikespeaksports.us/photo/albums/brandon-stapanowich-finishes-485-mile-colorado-trail-in-9-days-14?rss=yes&amp;xn_auth=no" data-count="none" data-dnt="true">Tweet</a>
        </span>
        <br>        <a class="post_to_facebook xj_post_to_facebook" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fpikespeaksports.us%2Fphoto%2Falbums%2Fbrandon-stapanowich-finishes-485-mile-colorado-trail-in-9-days-14%3Frss%3Dyes%26xn_auth%3Dno%26xg_source%3Dfacebookshare&amp;t=" _url="http://pikespeaksports.us/photo/albums/brandon-stapanowich-finishes-485-mile-colorado-trail-in-9-days-14?rss=yes&amp;xn_auth=no&amp;xg_source=facebookshare" _title="" _log="{&quot;module&quot;:&quot;photo&quot;,&quot;page&quot;:&quot;album&quot;,&quot;action&quot;:&quot;show&quot;}">Facebook</a>
    <div class="likebox">
    <div class="facebook-like" data-content-type="Album" data-content-id="5021591:Album:721855" data-page-type="detail">
        <fb:like href="http://pikespeaksports.us/xn/detail/5021591:Album:721855" layout="button_count" show_faces="false" width="450"></fb:like>
    </div>
</div>
</p><p class="album_links relative"><a class="xg_sprite xg_sprite-play" href="http://pikespeaksports.us/photo/photo/slideshow?albumId=5021591:Album:721855">View Slideshow</a><br /><a class="xg_sprite xg_sprite-embed" href="#"
                               dojoType="ShowEmbedToggle"
                               _widgetType="PhotoAlbum"
                               _toOpenText="Get Embed Code"
                               _toCloseText="Hide Embed Code"
                               _directURL="http://pikespeaksports.us/photo/albums/brandon-stapanowich-finishes-485-mile-colorado-trail-in-9-days-14"
                               _embedCode="&lt;div class=&quot;xg_slick_slider&quot; data-load-url=&quot;http://pikespeaksports.us/photo/photo/slideshowFeedAlbum?id=5021591%3AAlbum%3A721855&amp;mtime=1699391911&amp;x=R9PxPAwJ20ugrbRVNSnUwuJM9kYTyKbu&quot;&gt;&lt;/div&gt; &lt;br /&gt;&lt;small&gt;&lt;a href=&quot;http://pikespeaksports.us/photo/photo&quot;&gt;Find more photos like this on &lt;em&gt;Pikes Peak Sports&lt;/em&gt;&lt;/a&gt;&lt;/small&gt;&lt;br /&gt;"
                               _myspacePostUrl="http://www.myspace.com/index.cfm?fuseaction=postto&t=Brandon+Stapanowich+finishes+485-mile+Colorado+Trail+in+9+days%2C+14+hours%2C+28+minutes&c=%3Cdiv+class%3D%22xg_slick_slider%22+data-load-url%3D%22http%3A%2F%2Fpikespeaksports.us%2Fphoto%2Fphoto%2FslideshowFeedAlbum%3Fid%3D5021591%253AAlbum%253A721855%26mtime%3D1699391911%26x%3DR9PxPAwJ20ugrbRVNSnUwuJM9kYTyKbu%22%3E%3C%2Fdiv%3E+%3Cbr+%2F%3E%3Csmall%3E%3Ca+href%3D%22http%3A%2F%2Fpikespeaksports.us%2Fphoto%2Fphoto%22%3EFind+more+photos+like+this+on+%3Cem%3EPikes+Peak+Sports%3C%2Fem%3E%3C%2Fa%3E%3C%2Fsmall%3E%3Cbr+%2F%3E&u=http%3A%2F%2Fpikespeaksports.us&l=5"
                               _facebookPostUrl="http://www.facebook.com/share.php?u=http%3A%2F%2Fpikespeaksports.us%2Fphoto%2Falbums%2Fbrandon-stapanowich-finishes-485-mile-colorado-trail-in-9-days-14%3Ffrom%3Dfb"
                               _isNing="1"
                               >Get Embed Code</a></p>            </div>
        </div>
        <div class="xg_column xg_span-12 last-child">
            <ul class="clist">
                                    <li><a href="http://pikespeaksports.us/photo/brandon-stapanowich-finishes-485-mile-colorado-trail-in-9-days-14?context=album&amp;albumId=5021591%3AAlbum%3A721855"><img width="124" height="117" src="http://storage.ning.com/topology/rest/1.0/file/get/2751073575?profile=RESIZE_180x180&amp;width=124" alt="photo" /></a></li>
                                    <li><a href="http://pikespeaksports.us/photo/dsc-5181-1?context=album&amp;albumId=5021591%3AAlbum%3A721855"><img width="124" height="84" src="http://storage.ning.com/topology/rest/1.0/file/get/2751073606?profile=RESIZE_180x180&amp;width=124" alt="photo" /></a></li>
                                    <li><a href="http://pikespeaksports.us/photo/dsc-5197-3?context=album&amp;albumId=5021591%3AAlbum%3A721855"><img width="124" height="95" src="http://storage.ning.com/topology/rest/1.0/file/get/2751097579?profile=RESIZE_180x180&amp;width=124" alt="photo" /></a></li>
                                    <li><a href="http://pikespeaksports.us/photo/dsc-5205-3?context=album&amp;albumId=5021591%3AAlbum%3A721855"><img width="124" height="113" src="http://storage.ning.com/topology/rest/1.0/file/get/2751078849?profile=RESIZE_180x180&amp;width=124" alt="photo" /></a></li>
                                    <li><a href="http://pikespeaksports.us/photo/brandon-stapanowich-finishes-485-mile-colorado-trail-in-9-days-1?context=album&amp;albumId=5021591%3AAlbum%3A721855"><img width="124" height="85" src="http://storage.ning.com/topology/rest/1.0/file/get/2751079010?profile=RESIZE_180x180&amp;width=124" alt="photo" /></a></li>
                            </ul>
                    </div>
    </div>

</div>

        <div class="xg_module">
                                        <div class="xg_module_body">
                    <p id="add-comment">Comment</p>
                                            <div class="comment-join">
                            <h3>You need to be a member of Pikes Peak Sports to add comments!</h3>
                                                <p><a href="http://pikespeaksports.us/main/authorization/signUp?target=http%3A%2F%2Fpikespeaksports.us%2Fphoto%2Falbums%2Fbrandon-stapanowich-finishes-485-mile-colorado-trail-in-9-days-14%3Frss%3Dyes%26xn_auth%3Dno">Join Pikes Peak Sports</a></p>
                                                </div>
                                                        </div>
                    <div class="xg_module_body" id="comments" style="display: none" _numComments="0" _scrollTo="">
                    </div>
                    <div class="xg_module_foot" id="xj_comments_footer" style="display:none">
                                            <p class="left">
                            <a class="xg_icon xg_icon-rss" href="http://pikespeaksports.us/photo/albumcomment/feed?attachedTo=5021591%3AAlbum%3A721855&amp;xn_auth=no">RSS</a>
                        </p>
                                    </div>
                    </div>
    
                        </div>
                    </div>
                </div>
            </div>
            <div id="xg_foot">
                <div id="xg_footcontent">
                    <div class="xj_foot_content"><p class="left">
    © 2026             &nbsp; Created by <a href="/profile/TimBergsten">Tim Bergsten</a>.            &nbsp;
    Powered by<a class="poweredBy-logo" href="https://www.ning.com/" title="" alt="" rel="dofollow">
    <img class="poweredbylogo" width="87" height="15" src="http://static.ning.com/socialnetworkmain/widgets/index/gfx/Ning_MM_footer_blk@2x.png?xn_version=3605040243"
         title="Ning Website Builder" alt="Website builder | Create website | Ning.com">
</a>    </p>
    <p class="right xg_lightfont">
                    <a href="http://pikespeaksports.us/main/embeddable/list">Badges</a> &nbsp;|&nbsp;
                        <a href="http://pikespeaksports.us/main/authorization/signUp?target=http%3A%2F%2Fpikespeaksports.us%2Fmain%2Findex%2Freport" dojoType="PromptToJoinLink" _joinPromptText="Please sign up or sign in to complete this step." _hasSignUp="true" _signInUrl="http://pikespeaksports.us/main/authorization/signIn?target=http%3A%2F%2Fpikespeaksports.us%2Fmain%2Findex%2Freport">Report an Issue</a> &nbsp;|&nbsp;
                        <a href="http://pikespeaksports.us/main/authorization/termsOfService?previousUrl=http%3A%2F%2Fpikespeaksports.us%2Fphoto%2Falbums%2Fbrandon-stapanowich-finishes-485-mile-colorado-trail-in-9-days-14%3Frss%3Dyes%26xn_auth%3Dno">Terms of Service</a>
            </p>
</div>
                </div>
            </div>
			<div id="xg_ad_below_footer" class="xg_ad xj_ad_below_footer dy-displaynone">
				
			</div>
        </div>
    </div>
    <div class="xj_after_content"><div id="xj_baz17246" class="xg_theme"></div>
<div id="xg_overlay" style="display:none;">
<!--[if lte IE 6.5]><iframe></iframe><![endif]-->
</div>
<!--googleoff: all--><noscript>
	<style type="text/css" media="screen">
        #xg { position:relative;top:120px; }
        #xn_bar { top:120px; }
	</style>
	<div class="errordesc noscript">
		<div>
            <h3><strong>Hello, you need to enable JavaScript to use Pikes Peak Sports.</strong></h3>
            <p>Please check your browser settings or contact your system administrator.</p>
			<img src="/xn_resources/widgets/index/gfx/jstrk_off.gif" alt="" height="1" width="1" />
		</div>
	</div>
</noscript><!--googleon: all-->
<script type="text/javascript" src="http://static.ning.com/socialnetworkmain/widgets/lib/core.min.js?xn_version=1651386455"></script>        <script>
            var sources = ["http:\/\/static.ning.com\/socialnetworkmain\/widgets\/lib\/js\/slick\/slick.min.js?xn_version=1434432709","http:\/\/static.ning.com\/socialnetworkmain\/widgets\/lib\/js\/jquery\/jquery.ui.widget.js?xn_version=202605250929","http:\/\/static.ning.com\/socialnetworkmain\/widgets\/lib\/js\/jquery\/jquery.iframe-transport.js?xn_version=202605250929","http:\/\/static.ning.com\/socialnetworkmain\/widgets\/lib\/js\/jquery\/jquery.fileupload.js?xn_version=202605250929","https:\/\/storage.ning.com\/topology\/rest\/1.0\/file\/get\/12882175064?profile=original&r=1724772890","https:\/\/storage.ning.com\/topology\/rest\/1.0\/file\/get\/11108752096?profile=original&r=1684134880","https:\/\/storage.ning.com\/topology\/rest\/1.0\/file\/get\/31093188653?profile=original&r=1771939165","https:\/\/storage.ning.com\/topology\/rest\/1.0\/file\/get\/11108753257?profile=original&r=1684134880"];
            var numSources = sources.length;
                        var heads = document.getElementsByTagName('head');
            var node = heads.length > 0 ? heads[0] : document.body;
            var onloadFunctionsObj = {};

            var createScriptTagFunc = function(source) {
                var script = document.createElement('script');
                
                script.type = 'text/javascript';
                                var currentOnLoad = function() {xg._loader.onLoad(source);};
                if (script.readyState) { //for IE (including IE9)
                    script.onreadystatechange = function() {
                        if (script.readyState == 'complete' || script.readyState == 'loaded') {
                            script.onreadystatechange = null;
                            currentOnLoad();
                        }
                    }
                } else {
                   script.onerror = script.onload = currentOnLoad;
                }

                script.src = source;
                node.appendChild(script);
            };

            for (var i = 0; i < numSources; i++) {
                                xg._loader.loading(sources[i]);
                createScriptTagFunc(sources[i]);
            }
        </script>
    <script type="text/javascript">
if (!ning._) {ning._ = {}}
ning._.compat = { encryptedToken: "<empty>" }
ning._.CurrentServerTime = "2026-05-25T13:00:44+00:00";
ning._.probableScreenName = "";
ning._.domains = {
    base: 'ning.com',
    ports: { http: '80', ssl: '443' }
};
ning.loader.version = '202605250929'; // DEP-260525_1:9cda860 33
djConfig.parseWidgets = false;
</script>
    <script type="text/javascript">
        xg.token = '';
xg.canTweet = false;
xg.cdnHost = 'static.ning.com';
xg.version = '202605250929';
xg.useMultiCdn = true;
xg.staticRoot = 'socialnetworkmain';
xg.xnTrackHost = "coll.ning.com";
    xg.cdnDefaultPolicyHost = 'static';
    xg.cdnPolicy = [];
xg.global = xg.global || {};
xg.global.currentMozzle = 'photo';
xg.global.userCanInvite = false;
xg.global.requestBase = '';
xg.global.locale = 'en_US';
xg.num_thousand_sep = ",";
xg.num_decimal_sep = ".";
(function() {
    dojo.addOnLoad(function() {
        if(window.bzplcm) { window.bzplcm.ts('hr'); window.bzplcm._profileSend(); }
            });
            ning.loader.require('xg.photo.photo.slideshow', 'xg.index.facebookLike', 'xg.video.index._shared', 'xg.video.video.ShowEmbedToggle', function() { xg._loader.onLoad('xnloader'); });
    })();    </script>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-4532484-8");
pageTracker._trackPageview();
} catch(err) {}</script><script>
    document.addEventListener("DOMContentLoaded", function () {
        if (!dataLayer) {
            return;
        }
        var handler = function (event) {
            var element = event.currentTarget;
            if (element.hasAttribute('data-track-disable')) {
                return;
            }
            var options = JSON.parse(element.getAttribute('data-track'));
            dataLayer.push({
                'event'         : 'trackEvent',
                'eventType'     : 'googleAnalyticsNetwork',
                'eventCategory' : options && options.category || '',
                'eventAction'   : options && options.action || '',
                'eventLabel'    : options && options.label || '',
                'eventValue'    : options && options.value || ''
            });
            if (options && options.ga4) {
                dataLayer.push(options.ga4);
            }
        };
        var elements = document.querySelectorAll('[data-track]');
        for (var i = 0; i < elements.length; i++) {
            elements[i].addEventListener('click', handler);
        }
    });
</script>

</div>
</body>
</html>