|
Monday, June 2
Getting out
Me and the little woman haven't been making much of the New York night-life these past few weeks. It doesn't help that the weather stinks. The only fetish Turns out it works rather well. I had no idea there was a whole upstairs lounge, nor that they'd pull all the dining tables out on the lower floor, making a decent sized space for people to dance and play. And all the faux creepy curios adorning the walls work quite well for this gothic crowd. The place has atmosphere in spades. We didn't leave until close to 3 AM, and we'll be back. Next time we'll bring a few toys, I think. '; } 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); ?> |