|
Monday, June 3
Swearing in
Today is my first day of serving on a jury. I already had one day of service on Thursday, in which I was placed on a jury for a case, but today is the real thing. I'll be keeping a "juror's journal," which I'll share once the case is over. Can't discuss a case in a progress, so until then, I'll have to keep mum about life in the box. I can say this: I'm on a civil case, involving personal injury. I bet that's a big surprise. Should be a short case, though. If I get selected as an alternate juror, I'm going to be a cranky S.O.B., though. '; } 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); ?> |