|
Wednesday, February 27
Easy fix
Want to stop poverty? It's simple. Get poor people to settle down, get married, and work a little harder. Now, somehow, with both parents out working 40 hours a week to qualify for benefits, who looks after the little ones? I suppose "family values" doesn't include child care. Or maybe the kids are supposed to work 40 hours too. Now that's capitalism! I hear the President's first proposal was to "close my eyes, and wish it all away." This was dismissed as being just slightly too simplistic. '; } 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); ?> |