|
Thursday, October 10
Larger than life
"Beyond Vanilla" is a documentary about SM Oddly, during the question and answer with the director, someone asked "How did you select who you interviewed?" The answer was the directors desire to present an "accurate sampling of the scene." I found it rather to the contrary. No disrespect meant to the people interviewed, but I know many vanilla people would look at some of them and think these people belong in a freak show. I'm not passing judgment upon these people, but if you are trying to make a documentary which will foster understanding in a broad audience, you might try to select people to interview which the audience will identify with. I can understand that being a challenge for kink, but if you want to break some new ground, that's the place to do it. '; } 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); ?> |