|
Monday, December 18
Uck.
I just saw something really revolting. Urk. Now, I'm sure no one would be surprised at seeing something disgusting in a men's room. But, ordinarily a sink in a men's room should be relatively safe. Even a clogged sink shouldn't be cause for concern. But a clogged sink, partially filled with water, with just a hint of the possibility that someone might have thrown up in the sink (thus causing the clog), and a dozen or so half-inch black worms swimming and climbing up the edges of the sink is a pretty awful sight. I hope they were just living in the trap of the sink, but somehow I doubt it. I think someone better go see a doctor. '; } else { if(stristr($filename,"archive")) { $dir=$_SERVER['DOCUMENT_ROOT']; $template='_01_archive.html'; $tail=strlen($template); $thisArchive=$filename; //$files=scandir($dir); $dh = opendir($dir); while (false !== ($filename = readdir($dh))) { $files[] = $filename; } sort($files); $earlyarch=""; $laterarch=""; $prevarch=""; $next=0; foreach($files as $file) { if (substr($file,-$tail)==$template) { if ($next==1) { $laterarch=$file; $earlyarch=$prevarch; $next=0; } if ($file==$thisArchive) { $next=1; } else { $prevarch=$file; $earlyarch=$prevarch; } } } $link=''; $divider=''; if(file_exists($earlyarch)) { $link='< Earlier Archive'; $divider=" | "; } if(file_exists($laterarch)) { $link=$link.$divider.'Later Archive >'; } $link=$link.' '; } } echo($link); ?> |