← 1999 | ↑ The Early Years | 2001 →
Date: Saturday, July 8th
Participants: 6
High Temp: 82°F
Little is known or remembered about this March performed by , , , , , and . However, it does seem that the girlfriend of one of the Marchers wanted to attend. To this, the future Grand Marshal, , said, “No girls allowed!!!” Which explains why it was a sausage party for so many years.
wore Vans on this hike and fucked up his feet to the point that he couldn’t wear shoes for a week after. Interesting foreshadowing for the years of Five Fingers devotees.
This is the first year that the March officially went down the Los Liones trail.
This was also the first year that everyone ate peanuts out of ‘s hat. This was done on the beach.
Participants:
“;
$counter=0;
foreach ($attendees as $attende) {
$rank=dm_hist_rank($attende[‘user’],2000);
$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 ”
“;
?>