2003

← 2002 | ↑ The Early Years | 2004 →

Date: Saturday, July 5th
Participants: 9
Absentees: 1
High Temp: 95°F

This was a bump in participation due to ‘s efforts to bring more people in. It was also the first March that included female marchers! Not much else is remembered about this march, however.

The Birth of the Absentee March

The Absentee March was a substitute for the Death March to the Sea that was created by due to his involuntary absence from the Los Angeles area on the date of the 2003 Death March. In order to make up for his absence and save face in the eyes of the founders of the Death March, he went on this 13 mile hike through the mountains west of Tokyo in Takao, Japan with friend and fellow manly adventurer, . Together they crested the peaks of five mountains over the course of about eight hours.

It is partly due to his creation of the Absentee March that was accepted by the Grand Marshal as an officer of the Death March. This also started the tradition of doing Absentee Marches of their own if they involuntarily miss out on any given Death March.

Participants:
“;
$counter=0;
foreach ($attendees as $attende) {
$rank=dm_hist_rank($attende[‘user’],2003);
$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 *