|
Friday, September 20
Welcome to New York
The new in-laws and our friends from Munich are now on a plane home. I am fairly confident in saying they had a good time. I am extremely confident in saying we didn't waste a single moment. I am exhausted. This weekend will be very quiet, as we recover from all the activity. The most impressive thing was watching Conny Every New Yorker should have at least one first-time tourist to New York City come visit per year. Getting out and sharing the city is a good way to remember what a great place this is. Short visits are allowed though, and the visitors don't have to stay in your apartment. There's only so much us natives can take while being tour guides. '; } 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); ?> |