A set of generic topstory images for all kinda occasions, or to serve as basis for a specific occasion.
$handle = opendir(dirname(realpath(__FILE__)).'/topstory/generic/');
while($file = readdir($handle)){
if($file !== '.' && $file !== '..'){
echo '

';
}
}
?>