2001

← 2000 | ↑ The Early Years | 2002 →

Date: Sunday, July 1st
Participants: 5
High Temp: 96°F

The 2001 Death March is the only incomplete March. The group, consisting of [displayname name=”Mike Kane”], [displayname name=”Adam Baker”], [displayname name=”Advocatus Diaboli”], [displayname name=”Roy Haddad”], and [displayname name=”Josh Tasoff”], stopped halfway at Trippet Ranch when Baker was having health issues.

Longtime Grand Marshal, [displayname name=”Jesse William Fuller”], skipped this March as he was bored with doing the same hike over and over again.

This was a definite low period for the Death March. It might have continued its sad trajectory if not for the introduction of some new blood in 2002…

Participants:
“;
$counter=0;
foreach ($attendees as $attende) {
$rank=dm_hist_rank($attende[‘user’],2001);
$attendeez[$rank][$attende[‘user’]]=$attende;
$attendeez[$rank][$attende[‘user’]][‘rank’]=$rank;
}

krsort($attendeez);
//print_r($attendeez);

foreach ($attendeez as $attendu) {
foreach ($attendu as $attend) {
$counter++;
echo ”

“;

//picture
echo ”

“;
if (!is_null($attend[‘oauth_uid’]) && $attend[‘oauth_uid’]!=””) echo ““;
echo “”;

//show current or old title
echo ”

“.dm_displayname_by_id($attend[‘user’],$attend[‘year’]);
echo “”;

echo ”

“;
}
}
echo ”

“;
?>

Leave a Reply

Your email address will not be published. Required fields are marked *