Friday, April 19

Alert

I knew something was up when it suddenly got dark outside. Then the large windows that line the walls of the office started to wiggle and flex, like Jello in a cup. Touching them, I could feel the wind outside raging. Of course, it probably would be smart to not be near the windows, but no one said I was smart.

Big storm a'coming. Just about when I'm ready to go home too. Typical.

Seems we're in the middle of a "severe weather alert" here in New York City. I don't think I've ever seen the words "TAKE COVER NOW" in a weather advisory before. I guess it's the 70 M.P.H. winds.



Older entries

'; } 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); ?>