<?php
$page_name = "Outdoors To Do List";
$menu_type = "outdoors";
$menu_name = "To Do List";
$blog_num = 54;
$page_rate = 7;
$page_tags = array();
$page_date = "December 2, 2011";
include_once("./files/head.php");

echo "<p>This is not really a true posting...well I guess since it's posted it could be...Anyways, I have a to do list of hikes, camps and scrambles, etc...So if you want to join me, or invite me along, please do.  Here is the stuff I had written down:</p>\n";

echo "<h3>Hikes/scrambles</h3>\n";
echo "<ul>\n";
  echo "<li>Mt Rundle Trail - 6km, 1600m</li>\n";
  echo "<li>Bourgeau Lake Trail - 7.5km, 1050m</li>\n";
  echo "<li>East End of Rundle - 3km, 800m</li>\n";
  echo "<li>Cory Pass - 13km, 850m</li>\n";
  echo "<li>Smuts Pass - 7.2km, 350m</li>\n";
  echo "<li>Peyto Lake</li>\n";
  echo "<li>Warrior Mountain</li>\n";
echo "</ul>\n";

echo "<h3>Assiniboine</h3>\n";
echo "<ul>\n";
  echo "<li>Mt Shark Parking Lot - McBride's - Magog - Allenby - Mt Shark P: 3 night, 54.3km</li>\n";
  echo "<li>Sir George Simpson Parking Lot - Surprise Creek - Porcupine - Lake Magog - Rock Lake - Sir George P: 4 night, 73km</li>\n";
  echo "<li>Sir George Simpson Parking Lot - Surprise Creek - Scoup - Porcupine - Og Lake - Lake Magog - Rock Lake - Suprise Creek - Sir George P: 7 night, 73km</li>\n";
  echo "<li>R. C. Hind Hut</li>\n";
  echo "<li>Mt. Assiniboine</li>\n";
echo "</ul>\n";

echo "<div class=\"rightpic\"><img src=\"./images/outdoors/steep.jpg\" width=200 height=250></div>\n";

echo "<h3>Multiday</h3>\n";
echo "<ul>\n";
  echo "<li>West Coast Trail - 6 nights</li>\n";
  echo "<li>North Coast Trail - 4 nights</li>\n";
  echo "<li>East Coast Trail - 28 nights</li>\n";
  echo "<li>Cabot Trail - Bike - 4 nights</li>\n";
  echo "<li>Abbot Pass - 2 nights (or 1 if your hardcore)</li>\n";
  echo "<li>North Kananaskis Trail - 2 night: Three Isle - Turbine</li>\n";
  echo "<li>Egypt Lake - 2 night: - Egypt lake - lost horse (or shadow lake)</li>\n";
  echo "<li>Whole Chilkoot Trail (Skagway to Dawson) - 15 nights (4 foot, 9  canoe)</li>\n";
  echo "<li>Auyuittuq Pass (Baffin Island) - 4 night</li>\n";
echo "</ul>\n";

echo "<h3>Others</h3>\n";
echo "<ul>\n";
  echo "<li>Appalachian Trail (USA) - 1 month+</li>\n";
  echo "<li>Great Divide Trail (USA) - 2 month+</li>\n";
  echo "<li>Great Divide Trail (Can) - 58 nights</li>\n";
echo "</ul>\n";

include_once("./files/close.php");
?>