Often very well designed, the ‘topstory’ images; very re-usable for your fansite. Next batch. Some more categorized on next pages.
$handle = opendir(dirname(realpath(__FILE__)).'/topstory/general_2/');
while($file = readdir($handle)){
if($file !== '.' && $file !== '..'){
echo '

';
}
}
?>