|
Monday, April 9
The filth on TV
We have television sets all around the floor at work that are constantly tuned to CNBC. The one near me is unfortunately placed right in my field of vision, above and behind my computer monitor. Even with the sound off, I find the motion so distracting that I erected a cardboard blind on the top of my monitor which manages to eclipse the idiot box when my seat is in just the right spot. When I roll over a little to the left, though, I can still see it. Sometimes, I do it just to peek at the Dow Jones Industrial Average, which CNBC shows every 10 seconds or so in the upper left corner. Other times, it's just because the current task is on my left monitor, and without realizing, I'm slowing sliding over a bit. At least I saved myself a few bucks on lunch, since I wasn't hungry after that. Labels: tv '; } 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); ?> |