<?php
$page_name = "Back Country AT Lessons";
$menu_type = "outdoors";
$menu_name = "AT Lessons";
$blog_num = 74;
$page_rate = 7;
$page_tags = array();
$page_date = "February 21, 2012";
include_once("./files/head.php");

echo "<div class=\"rightpic\">\n";
echo "<br /><img src=\"./images/outdoors/lake_ohara_2012_s1.jpg\" width=213 height=160>\n";
echo "<br /><br /><img src=\"./images/outdoors/lake_ohara_2012_s2.jpg\" width=213 height=160>\n";
echo "<br /><br /><img src=\"./images/outdoors/lake_ohara_2012_s0.jpg\" width=213 height=160>\n";
echo "<br /><br /><img src=\"./images/outdoors/lake_ohara_2012_s3.jpg\" width=213 height=160>\n";
echo "<br /><br /><img src=\"./images/outdoors/lake_ohara_2012_s6.jpg\" width=213 height=160>\n";
echo "<br /><br /><img src=\"./images/outdoors/lake_ohara_2012_s4.jpg\" width=213 height=160>\n";
echo "</div>\n";
echo "<p>Our trip this weekend was awesome.  I tossed in a few experiments because I am really, really, really familiar with the route.  Most of them panned out as expected, some were worse, some were better.  My main experiments were:</p>\n";
echo "<ul>\n";
  echo "<li>Using a splitboard. (about what I expected - good, but AT skis are better)</li>\n";
  echo "<li>Towing a toboggan. (not quite what I expected - definitely worse than a pack)</li>\n";
  echo "<li>Lining the groundsheet and fly with space blankets. (better than expected - soooo much warmer!)</li>\n";
echo "</ul>\n";

echo "<h3>Nancy is a Bum</h3>\n";
echo "<p>Nancy snuck a fast one on me and did her facebook album with each photo caption as a lesson from our trip...So I'm going to steal back the good ones, or the the ones I learned/relearned/should have learned and post them here.  I've color coded the lessons for entertainment value.</p>\n";
echo "<ul>\n";
  echo "<li><span class=\"green\">Green</span> is what I learned the hard way.</li>\n";
  echo "<li><span class=\"pink\">Pink</span> is what Jen, Nancy, Ali, or Maria learned the hard way.</li>\n";
  echo "<li><span class=\"red\">Red</span> is what we saw someone else do.</li>\n";
  echo "<li><span class=\"silver\">Silver</span> is for the 'well duh, that's common sense' momments.</li>\n";
echo "</ul>\n";

echo "<h3>The Lessons</h3>\n";
echo "<ol>\n";
  echo "<li><span class=\"green\">Fire roads make horrible AT tracks.</span></li>\n";
  echo "<li><span class=\"green\">AT Skis into Lake O'Hara SUCK.</span></li>\n";
  echo "<li><span class=\"green\">You CAN wax AT skis...In fact it's recommended cause skinning for any length of time SUCKS.</span></li>\n";
  echo "<li><span class=\"green\">When skiing on a splitboard the points go out (ie board looks inside-out).</span></li>\n";
  echo "<li><span class=\"green\">Ski poles are amazingly useful and infinitely better than skating on a snowboard if its flat!</span></li>\n";
  echo "<li><span class=\"green\">Snowboard boots are not meant for 10km trips.</span></li>\n";
  echo "<li><span class=\"green\">The Lake O'Hara campground has cook shelters!!!</span></li>\n";
  echo "<li><span class=\"silver\">When I say in the email 'bring a -20 or colder sleeping bag', I really do mean -20 or colder.</span></li>\n";
  echo "<li><span class=\"silver\">Quinzee's are warmer times &#8734; than tents.</span></li>\n";
  echo "<li><span class=\"green\">Skins on groomed snow suck.</span></li>\n";
  echo "<li><span class=\"green\">Skins in powder are amazing.</span></li>\n";
  echo "<li><span class=\"pink\">Splitboards make bad (but entertaining) skis.</span></li>\n";
  echo "<li><span class=\"green\">If you break trail all day, people will complain about your ass in front of them and never thank you for the work you did.</span></li>\n";
  echo "<li><span class=\"pink\">There is a lot of skiing for very little snowboarding.</span></li>\n";
  echo "<li><span class=\"red\">When you finish a run and are asked about the conditions, don't be a jack-ass.</span></li>\n";
  echo "<li><span class=\"green\">Splitboards suck to assemble in the outdoors.</span></li>\n";
  echo "<li><span class=\"silver\">Don't fall in flat powder you will never be able to get up.</span></li>\n";
  echo "<li><span class=\"green\">Skin savers are NOT a waste of time and weight.</span></li>\n";
  echo "<li><span class=\"pink\">Never mock the down booties.</span></li>\n";
  echo "<li><span class=\"silver\">People who enjoy the backcountry have short memories.</span></li>\n";
  echo "<li><span class=\"pink\">Always take your skins off before you go to bed.</span></li>\n";
  echo "<li><span class=\"green\">XC skiing with a toboggan is NOT easier.</span></li>\n";
  echo "<li><span class=\"green\">Snowboarding with a toboggan is amusing but also not a good idea.</span></li>\n";
  echo "<li><span class=\"silver\">Toboggans do not make the same sharp turns you do.</span></li>\n";
  echo "<li><span class=\"red\">If you have AT skis, DON'T RUIN THE TRACKSET by trying to use it.</span></li>\n";
  echo "<li><span class=\"pink\">Putting boiling water into a nalgene at night for a hot water bottle is great.</span></li>\n";
  echo "<li><span class=\"green\">Your hot water bottle only lasts about 5-6 hours however.</span></li>\n";
echo "</ol>\n";
echo "<div class=\"centerpic\"><img src=\"./images/outdoors/lake_ohara_2012_s5.jpg\" width=426 height=320></div>\n";

include_once("./files/close.php");

?>