|
Monday, July 2
Laws will save us
It's a good thing New York State has banned cellular handset use while driving. Now, if you are driving along, and a cop sees you holding a cellphone next to your head, you can get pulled over and get a ticket. The law still allows you to wave a gun around in your hand while you drive, though. I say this law doesn't go far enough, really. There are other "driver distractions" that should be banned, all in the name of safety:
But don't ever, ever take away my right to drive and wave a gun around, dammit. Safety is one thing, but I have my rights! '; } 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); ?> |